Guest User

Untitled

a guest
Jan 4th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. options:
  2. world: gtp # Ustaw tu owiat
  3. x-max: 500 # Maxymalne kordy x
  4. x-min: -500 # Minimalne kordy x
  5. z-max: 500 # Maxymlane kordy z
  6. z-min: -500 # Minimalne kordy z
  7. on rightclick on polished blackstone button:
  8. set {_loc} to location at random integer between {@x-min} and {@x-max}, 256, random integer between {@z-min} and {@z-max} in "{@world}"
  9. while block under {_loc} is air or lava:
  10. remove 1 from y-coords of {_loc}
  11. block under {_loc} is lava:
  12. set {_loc} to location at random integer between {@x-min} and {@x-max}, 256, random integer between {@z-min} and {@z-max} in "{@world}"
  13. loop players in radius 4 around block behind block:
  14. teleport loop-player to {_loc}
  15. teleport player to {_loc}
Advertisement
Add Comment
Please, Sign In to add comment