Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /speedygonzales <text>:
- usage: /speedygonzales <enable:disable:toggle>
- permission: skript.op
- trigger:
- if arg 1 is "enable":
- set {speedygonzales} to true
- message "&cSpeedy Gonzales Enabled!"
- if arg 1 is "disable":
- set {speedygonzales} to false
- message "&cSpeedy Gonzales Disabled!"
- if arg 1 is "toggle":
- if {speedygonzales} is true:
- set {speedygonzales} to false
- message "&cSpeedy Gonzales Disabled!"
- stop
- if {speedygonzales} is false:
- set {speedygonzales} to true
- message "&cSpeedy Gonzales Enabled!"
- stop
- on mine of iron ore:
- if {speedygonzales} is true:
- set block to air
- drop 1 iron ingot
- cancel the event
- on mine of gold ore:
- if {speedygonzales} is true:
- set block to air
- drop 1 gold ingot
- cancel the event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement