Guest User

Untitled

a guest
Oct 9th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. ######################################################################
  2. #You get more help at http://dev.bukkit.org/server-mods/simple-info2 #
  3. #You can use %sender% to get the name of the command-sender! #
  4. #You can use %realtime% to get the machine-time of the server! #
  5. #You can use %onlineplayers% to get how many players are online #
  6. #You can use %world% to get the senders world #
  7. # #
  8. #ONLY IN THE ALISES!!! #
  9. #You can use %argNUMBER% to use the given argument. #
  10. #Example: #
  11. # /teleport: #
  12. # permission: 'aliases.tp' #
  13. # execute: '/tp %arg1% %arg2%' #
  14. ######################################################################
  15.  
  16.  
  17. #Enable this if you want to get notified when a new version is released!
  18. CheckForUpdates: true
  19.  
  20. #This is the command-section
  21. commands:
  22. /premium:
  23. sendTo: sender
  24. permission: info.premium
  25. messages:
  26. - '&bPremiumi Eelised:'
  27. - '&eKui Tellid Premiumi su nimi näeb välja nii:'
  28. - '&a[Premium] %sender%: &9Tere!'
  29. - ' '
  30. - '&a/Kit Premium'
  31. - '&eMis sisaldab Diamond rüüd ja mõõka siis 15 Super Golden Appelit ja 1 EnderPearl.'
  32. - ' '
  33. - '&eCommandid: &a/nick &e, &a/ptime &e, &a/enderchest &e, &a/feed'
  34. /wizard:
  35. sendTo: sender
  36. permission: info.wizard
  37. messages:
  38. - '&5Wizardi Eelised:'
  39. - '&eKui Tellid Wizardi su nimi näeb välja nii:'
  40. - '&5[Wizard] %sender%: &9Tere!'
  41. - ' '
  42. - '&5/Kit WizardFighter'
  43. - '&eMis sisaldab Diamond rüüd ja mõõka siis 10 Super Golden Appelit.'
  44. - ' '
  45. - '&5/Kit WizardPotions'
  46. - '&aHealing Potion II 3tk'
  47. - '&eNight Vision Potion (8:00) 3tk'
  48. - '&aSwiftness Potion (8:00) 3tk'
  49. - '&eStrength Potion (8:00) 3tk '
  50. - '&aResistance Potion (8:00) 3tk'
  51. - '&eRegeneration Potion II (1:00) 3tk'
  52. - '&aHarming Splash II 5tk'
  53. - '&ePoison Splash II (0:45) 5tk'
  54. - '&aSlowness Splash (1:07) 5tk'
  55. - ' '
  56. - '&eCommandid: &a/nick &e, &a/ptime &e, &a/enderchest , &a/heal &e, &a/near'
  57. /vote:
  58. sendTo: sender
  59. permission: info.vote
  60. messages:
  61. - '&aPlease vote daily %sender%!'
  62. - '&e➜[1] http://www.minecraftserverfinder.com/vote.php?id=6352'
  63. - ' '
  64. - '&e➜[2] http://minecraftservers.org/vote/90676'
  65. - ' '
  66. - '&e➜[3] http://minecraft-mp.com/server/21560/vote/'
  67. - ' '
  68. - '&e➜[4] http://topg.org/Minecraft/in-369570'
  69. - ' '
  70. - '&e➜[5] http://minecraft-server-list.com/server/176258/vote/'
  71. /facebook:
  72. sendTo: sender
  73. permission: info.facebook
  74. messages:
  75. - '&b➜ https://www.facebook.com/Estclouds'
  76. /gettime:
  77. sendTo: all
  78. permission: info.gettime
  79. messages:
  80. - '&bIt is &a%realtime% &bnow!'
  81. /smsrules:
  82. sendTo: sender
  83. permission: info.smsrules
  84. messages:
  85. - '➜ [1] Kui saadate sõnumi valesti siis ei pea me teile raha tagastama ega Vipi andma.'
  86. - ' '
  87. - '➜ [2] Vipi tellimine on 100% omal vastutusel.'
  88. - ' '
  89. - '➜ [3] Vipi tellimiseks kulutatud raha ei tagastata kunagi ükskõik mis põhjusel.'
  90. - ' '
  91. - '➜ [4] Me ei hüvita päevi/tunde mil server on maas või te ei saa serverisse.'
  92. - ' '
  93. - '➜ [5] Me võime teha ükskõik millal tingimustes muudatusi.'
  94. - ' '
  95. - '➜ [6] Estonian Clouds ei ole kohustatud teid preemiumiks tegema.'
  96. - ' '
  97. - '&a➜ [7] Kõik Vipid kestavad 21 päeva!'
  98.  
  99. #Here you can define aliases. Example: a Player types /s and then /spawn will be executed
  100. aliases:
  101. /spawn2:
  102. permission: 'spawn2.s'
  103. execute: '/warp spawn2'
  104. /spawn3:
  105. permission: 'spawn3.s'
  106. execute: '/warp spawn3'
  107.  
  108. #Here you can make Teleport-commands
  109. Teleportations:
  110. /tptest:
  111. #Here you can set a teleport-delay (in seconds)
  112. delay: 3.0
  113. message: '&eYou were teleported!'
  114. permission: 'myoc.tptest'
  115. world: 'world'
  116. x: 100.0
  117. y: 100.0
  118. z: 100.0
Advertisement
Add Comment
Please, Sign In to add comment