Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /goldrush <text>:
- usage: /goldrush <enable:disable:toggle>
- permission: skript.op
- trigger:
- if arg 1 is "enable":
- set {goldrush} to true
- message "&cGold Rush Enabled!"
- if arg 1 is "disable":
- set {goldrush} to false
- message "&cGold Rush Disabled!"
- if arg 1 is "toggle":
- if {goldrush} is true:
- set {goldrush} to false
- message "&cGold Rush Disabled!"
- stop
- if {goldrush} is false:
- set {goldrush} to true
- message "&cGold Rush Enabled!"
- stop
- on craft of iron helmet:
- if {goldrush} is true:
- cancel the event
- on craft of iron chestplate:
- if {goldrush} is true:
- cancel the event
- on craft of iron leggings:
- if {goldrush} is true:
- cancel the event
- on craft of iron boots:
- if {goldrush} is true:
- cancel the event
- on craft of leather helmet:
- if {goldrush} is true:
- cancel the event
- on craft of leather chestplate:
- if {goldrush} is true:
- cancel the event
- on craft of leather pants:
- if {goldrush} is true:
- cancel the event
- on craft of leather boots:
- if {goldrush} is true:
- cancel the event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement