Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on rightclick on polished blackstone button:
- set {_loc} to location at random integer between {@x-min} and {@x-max}, 256, random integer between {@z-min} and {@z-max} in "{@world}"
- while block under {_loc} is air or lava:
- remove 1 from y-coords of {_loc}
- block under {_loc} is lava:
- set {_loc} to location at random integer between {@x-min} and {@x-max}, 256, random integer between {@z-min} and {@z-max} in "{@world}"
- loop players in radius 4 around block behind block:
- teleport loop-player to {_loc}
- equip(loop-player)
- set {god.%loop-player%} to true
- god(loop-player)
Advertisement
Add Comment
Please, Sign In to add comment