Guest User

CompTorches

a guest
Jan 2nd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. options:
  2. P: &8[&6ServerName&8]
  3.  
  4.  
  5. command /comptorches <text>:
  6. usage: /comptorches <on/off>
  7. trigger:
  8. if arg-1 is "on":
  9. broadcast "{@P}Comp Torches are now &aenabled!"
  10. set {comptorches} to true
  11. if arg-1 is "off":
  12. broadcast "{@P}Comp Torches are now &cdisabled!"
  13. set {comptorches} to false
  14.  
  15.  
  16.  
  17.  
  18. on craft of torch:
  19. if {comptorches} is true:
  20. give 12 torches to the event-player
Advertisement
Add Comment
Please, Sign In to add comment