Advertisement
Guest User

Grtp

a guest
Jan 22nd, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. options: xMin:100 xMax:250 yMin:100 zMin:100 zMax:250 blokpod: stone #Tutaj ustawiasz blok na którym gracz musi stac aby go teleportowalo command /rtp: trigger: if player is op: set {rtp.%target block%} to true send "&2Poprawnie Ustawiono" else: send "&4 Nie masz permissions!" on right click on anything block: if {rtp.%target block%} is true: set {x::*} to random integer between {@xMin} and {@xMax} set {y::*} to 100 set {z::*} to random integer between {@zMin} and {@zMax} loop players in radius 5 of target block: if block under loop-player is {@blokpod}: execute console command "/tppos %loop-player% %{x::*}% %{y::*}% %{z::*}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement