Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /bedbombs [<text>]:
- trigger:
- if arg-1 is "on" or "enable":
- broadcast "&§6BedBomb §8» §aenable"
- set {BedBomb} to true
- if arg-1 is "off" or "disable":
- broadcast "&§6BedBomb §8» §cdisable"
- set {BedBomb} to false
- if arg-1 is not set:
- send "§6BedBomb §8» §8(§aon§8/§coff§8)"
- on rightclick on bed:
- if {BedBomb} is true:
- create an explosion of force 10 at the event-location
- send "§6BedBomb §8» §cBoom §8!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement