Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /GoldRush [<text>]:
- trigger:
- if arg-1 is "on" or "enable":
- broadcast "§6GoldRush §8» §aenable"
- set {GoldRush} to true
- if arg-1 is "off" or "disable":
- broadcast "§6GoldRush §8» §cdisable"
- set {GoldRush} to false
- if arg-1 is not set:
- send "§6GoldRush §8» §8(§aon§8/§coff§8)"
- on craft of iron armor or leather armor:
- if {GoldRush} is true:
- cancel event
- send "§6GoldRush §8» §cYou can not craft this armor in this gamemode §8!"
- on pickup of iron armor or leather armor:
- if {GoldRush} is true:
- cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement