Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- P: &8[&6ServerName&8]
- command /comptorches <text>:
- usage: /comptorches <on/off>
- trigger:
- if arg-1 is "on":
- broadcast "{@P}Comp Torches are now &aenabled!"
- set {comptorches} to true
- if arg-1 is "off":
- broadcast "{@P}Comp Torches are now &cdisabled!"
- set {comptorches} to false
- on craft of torch:
- if {comptorches} is true:
- give 12 torches to the event-player
Advertisement
Add Comment
Please, Sign In to add comment