Advertisement
minmin0917

KingBiz - Teleport

Jul 18th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # KingBiz - Minecraft Business Server
  2.  
  3. on join:
  4. command "/tp %player% 8 65 8"
  5. send "&7キングビジネスサーバーロビーに接続中です。しばらくお待ちください (3秒後にロビーにテレポートします。)"
  6. wait 3 seconds
  7. send "&aキングビジネスサーバーロビー <1> にテレポートします。"
  8. command "/tp %player% 1000 70 1000"
  9.  
  10. command /Warp [<text>]:
  11. trigger:
  12. if arg 1 is not set:
  13. send "&c目的地を選択してください!"
  14. if arg 1 is "Lobby":
  15. command "/tp %player% 8 65 8"
  16. send "&7キングビジネスサーバーロビーに接続中です。しばらくお待ちください (3秒後にロビーにテレポートします。)"
  17. wait 3 seconds
  18. send "&aキングビジネスサーバーロビー <1> にテレポートします。"
  19. command "/tp %player% 1000 70 1000"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement