Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- P: &0[&5&lHalf Oars] &1
- H: &1&l
- C: &1
- command /halfoars [<text>]:
- permission: sk.op
- trigger:
- if arg-1 is "enable" or "on":
- set {halfoars} to true
- broadcast "{@P} Half Oars has been {@H}enabled! {@C}By: {@H}%command-sender%"
- if arg-1 is "disable" or "off":
- set {halfoars} to false
- broadcast "{@P} Half Oars has been {@H}disabled! {@C}By: {@H}%command-sender%"
- on mine of oak log:
- if {halfoars} is true
- drop 2 wooden planks
- cancel the event
- on mine of birch log:
- if {halfoars} is true
- drop 2 wooden planks
- cancel the event
- on mine of spruce log:
- if {halfoars} is true
- drop 2 wooden planks
- cancel the event
- on mine of dark oak log:
- if {halfoars} is true
- drop 2 wooden planks
- cancel the event
- #Skript by WaXmAn24
- #Scenario by Bitlington
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement