Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- world: gtp # Ustaw tu owiat
- x-max: 500 # Maxymalne kordy x
- x-min: -500 # Minimalne kordy x
- z-max: 500 # Maxymlane kordy z
- z-min: -500 # Minimalne kordy z
- 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}
- teleport player to {_loc}
Advertisement
Add Comment
Please, Sign In to add comment