Advertisement
minmin0917

THE-TAG テレポート

Jul 20th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. on join:
  2. set {location.%player%} to "lobby"
  3. send "&6[&2TP&6] &7ロビーにテレポートしています..."
  4. command "/tp %player% -1142 200 1326"
  5. wait 3 seconds
  6. command "/tp %player% -1142 5 1326"
  7.  
  8. command /Warp [<text>]:
  9. trigger:
  10. if arg 1 is not set:
  11. send "&6[&2TP&6] &cError : 目的地を設定してください。"
  12. if arg 1 is "Lobby":
  13. set {location.%player%} to "lobby"
  14. send "&6[&2TP&6] &7ロビーにテレポートしています..."
  15. command "/tp %player% -1142 200 1326"
  16. wait 3 seconds
  17. command "/tp %player% -1142 5 1326"
  18. if arg 1 is "Game":
  19. set {location.%player%} to "game"
  20. send "&6[&2TP&6] &7ゲームにテレポートしています..."
  21. command "/tp %player% -1142 200 1326"
  22. wait 3 seconds
  23. command "/tp %player% -1135 5 1065"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement