Advertisement
Haon

BedBombs [SK]

Oct 13th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. command /bedbombs [<text>]:
  2. trigger:
  3. if arg-1 is "on" or "enable":
  4. broadcast "&§6BedBomb §8» §aenable"
  5. set {BedBomb} to true
  6. if arg-1 is "off" or "disable":
  7. broadcast "&§6BedBomb §8» §cdisable"
  8. set {BedBomb} to false
  9. if arg-1 is not set:
  10. send "§6BedBomb §8» §8(§aon§8/§coff§8)"
  11.  
  12. on rightclick on bed:
  13. if {BedBomb} is true:
  14. create an explosion of force 10 at the event-location
  15. send "§6BedBomb §8» §cBoom §8!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement