Advertisement
iku55

Untitled

Aug 31st, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. command /rtp [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. send "&c/rtp [add|tp]"
  5. else if arg-1 is "add":
  6. if player is op:
  7. add location of player to {rtp.location::*}
  8. send "&a場所を追加しました:&6%location of player%"
  9. else:
  10. send "&c&c/rtp [add|tp]"
  11. else if arg-1 is "tp":
  12. if player is op:
  13. loop all-players:
  14. set {_loc} to random element out of {rtp.location::*}
  15. teleport loop-player to {_loc}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement