Advertisement
Haon

GoldRush [SK]

Oct 13th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. command /GoldRush [<text>]:
  2. trigger:
  3. if arg-1 is "on" or "enable":
  4. broadcast "§6GoldRush §8» §aenable"
  5. set {GoldRush} to true
  6. if arg-1 is "off" or "disable":
  7. broadcast "§6GoldRush §8» §cdisable"
  8. set {GoldRush} to false
  9. if arg-1 is not set:
  10. send "§6GoldRush §8» §8(§aon§8/§coff§8)"
  11.  
  12. on craft of iron armor or leather armor:
  13. if {GoldRush} is true:
  14. cancel event
  15. send "§6GoldRush §8» §cYou can not craft this armor in this gamemode §8!"
  16.  
  17. on pickup of iron armor or leather armor:
  18. if {GoldRush} is true:
  19. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement