Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {Apples} = false
- command /applefamine [<text>]:
- usage: /applefamine <on/off>
- permission: skript.op
- trigger:
- if arg 1 is "on":
- set {Apples} to true
- broadcast "<Cyan>[<Gray>UHC<Cyan>] <Light Red>Apple Famine Enabled"
- if arg 1 is "off":
- set {Apples} to false
- broadcast "<Cyan>[<Gray>UHC<Cyan>] <Light Red>Apple Famine Disabled"
- on break of oak leaves:
- {Apples} is true
- set block to air
- cancel the event
- on leaves decay:
- {Apples} is true
- set block to air
- cancel the event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement