Advertisement
AurasPrivate

Skyblock Core

Jun 20th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. on sign change:
  2. if line 1 is "[skyblock]":
  3. set line 1 to "&8&m-----------"
  4. set line 2 to "&6&lSkyblock"
  5. set line 3 to "&6Open here"
  6. set line 4 to "&8&m-----------"
  7.  
  8. click on sign:
  9. if line 2 is "&6&lSkyblock":
  10. cancel event
  11. wait 3 ticks
  12. make player execute command "/is"
  13.  
  14.  
  15. on sign change:
  16. if line 1 is "[menu]":
  17. set line 1 to "&8&m-----------"
  18. set line 2 to "&6&lMenu"
  19. set line 3 to "&6Open here"
  20. set line 4 to "&8&m-----------"
  21.  
  22.  
  23. click on sign:
  24. if line 2 is "&6&lMenu":
  25. cancel event
  26. wait 3 ticks
  27. make player execute command "/menu"
  28.  
  29.  
  30. on sign change:
  31. if line 1 is "[info]":
  32. set line 1 to "&8&m-----------"
  33. set line 2 to "&6&lInfo"
  34. set line 3 to "&6Open here"
  35. set line 4 to "&8&m-----------"
  36.  
  37.  
  38. click on sign:
  39. if line 2 is "&6&lInfo":
  40. cancel event
  41. wait 3 ticks
  42. make player execute command "/info"
  43.  
  44.  
  45.  
  46.  
  47. on death of player:
  48. victim is a player:
  49. attacker is a player:
  50. add 1 to {kills.%player%}
  51. on death:
  52. victim is a player:
  53. attacker is a player:
  54. add 1 to {deaths.%player%}
  55.  
  56. command /admin:
  57. trigger:
  58. if player has permission "server.admin"
  59. message "&cThis feature is currently disabled!"
  60. else if player has permission "server.player":
  61. message "&cInsufficient permissions!"
  62.  
  63.  
  64. command /info:
  65. trigger:
  66. open chest with 3 rows named "&6Information" to player
  67.  
  68. wait 1 tick
  69.  
  70. format slot 10 of player with sign named "&e" with lore "&r||&eZoltix is developed and hosted||&eby one single person!||&eAurrra!" to be unstealable
  71. format slot 12 of player with sign named "&e" with lore "&r||&eDid you know that Zoltix||&ewas created in &l2 days!" to be unstealable
  72. format slot 14 of player with sign named "&e" with lore "&r||&eWebsite ➳ &rwww.zoltix.namelesshosting.com" to close then run [make player execute "/website"]
  73. format slot 16 of player with sign named "&e" with lore "&r||&eDiscord ➳ &rhttps://discord.gg/9GmSvxf" to close then run [make player execute "/discord"]
  74.  
  75.  
  76.  
  77. command /website:
  78. trigger:
  79. message "&2&m========================"
  80. message "&rwww.zoltix.namelesshosting.com"
  81. message "&2&m========================"
  82.  
  83. command /discord:
  84. trigger:
  85. message "&2&m========================"
  86. message "&rhttps://discord.gg/9GmSvxf"
  87. message "&2&m========================"
  88.  
  89.  
  90.  
  91. command /menu:
  92. trigger:
  93. open chest with 3 rows named "&6Menu" to player
  94.  
  95. wait 1 tick
  96.  
  97. format slot 10 of player with Grass named "&eSkyblock Menu" with lore "&7Click here" to run [make player execute command "/is"]
  98. format slot 12 of player with diamond sword named "&eStatistics" with lore "&7Click here" to run [make player execute command "/player"]
  99. format slot 14 of player with 76 named "&eAdministration Menu" with lore "&7Click here" to run [make player execute command "/admin"]
  100. format slot 16 of player with 388 named "&eTeam Menu" with lore "&7Click here" to run [make player execute command "/islandTeam"]
  101.  
  102.  
  103.  
  104. command /is:
  105. trigger:
  106. open chest with 6 row named "&6Skyblock Menu" to player
  107.  
  108. wait 1 tick
  109.  
  110. format slot 10 of player with 13 named "&eCreate a skyblock" with lore "&7Click here" to run [make player execute command "/island"]
  111. format slot 12 of player with 1 of grass named "&eGo to your Island" with lore "&7Click here" to close then run [execute player command "/island go"]
  112. format slot 14 of player with Book named "&eSkyblock challenge" with lore "&7Click here" to run [make player execute command "/challenge"]
  113. format slot 16 of player with 1 of 384 named "&eSkyblock Level" with lore "&7Click here" to close then run [execute player command "/island level"]
  114. format slot 28 of player with 1 of 386 named "&eSee more help" with lore "&7Click here" to close then run [execute player command "/island help"]
  115. format slot 30 of player with 368 named "&eSee all Players Warps" with lore "&7Click here" to run [make player execute command "/island warps"]
  116. format slot 32 of player with 6 named "&eSkyblock Biomes" with lore "&7Click here" to run [make player execute command "/island biomes"]
  117. format slot 34 of player with 19 named "&eSkyblock settings" with lore "&7Click here" to run [make player execute command "/island settings"]
  118. format slot 53 of player with 33 named "&eBack to Menu" with lore "&7Click here" to run [make player execute command "/Menu"]
  119. format slot 22 of player with 19 named "&eSkyblock Top" with lore "&7Click here" to run [make player execute command "/island top"]
  120.  
  121.  
  122.  
  123. command /player:
  124. trigger:
  125. open chest with 3 rows named "&6Statistics" to player
  126.  
  127. wait 1 tick
  128.  
  129. format slot 10 of player with diamond sword named "&eKDR" with lore "&eDeath ➳ &r%{deaths.%player%}% ||&eKilled ➳ &r%{kills.%player%}%" to close
  130. format slot 12 of player with flower named "&eRank" with lore "&eCurrent Rank ➳ &r%{shortrank.%player%}%" to close
  131. format slot 14 of player with anvil named "&ePunishments" with lore "&eCurrent Punishments ➳ &r%{punishs.%player%}%" to close
  132. format slot 16 of player with 33 named "&eBack to Menu" with lore "&7Click here" to run [make player execute command "/Menu"]
  133.  
  134. command /sc <text>:
  135. aliases: /staffchat
  136. usage: &b/staffchat (message)
  137. permission: server.staff
  138. permission message: &cInsufficient permissions!
  139. trigger:
  140. loop all players:
  141. if arg-1 isn't set:
  142. message "&cPlease supply a valid message!"
  143. else if arg-1 is set:
  144. loop-players has permission "server.staff"
  145. send "&9(Staff) &b%player% &7» %arg-1%" to loop-player
  146.  
  147. on first join:
  148. set {deaths.%player%} to 0
  149. set {kills.%player%} to 0
  150. set {punishs.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement