Advertisement
minmin0917

RealmHeros - Warp System

Jul 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # RealmHeros - Warp System (/Warp)
  2.  
  3. on join:
  4. send "&7ロビーにワープしています..."
  5. command "/tp %player% 1216 255 302"
  6. wait 2 seconds
  7. send "&7ロビーにテレポートしました。"
  8. command "/tp %player% 1216 10 302"
  9.  
  10. command /Warp [<text>]:
  11. trigger:
  12. if arg 1 is not set:
  13. send "&c目的地を設定してください!"
  14. if arg 1 is "Lobby":
  15. send "&7ロビーにワープしています..."
  16. command "/tp %player% 1216 255 302"
  17. wait 2 seconds
  18. send "&7ロビーにテレポートしました。"
  19. command "/tp %player% 1216 10 302"
  20. if arg 1 is "Hub":
  21. send "&7ロビーにワープしています..."
  22. command "/tp %player% 1216 255 302"
  23. wait 2 seconds
  24. send "&7ロビーにテレポートしました。"
  25. command "/tp %player% 1216 10 302"
  26. if arg 1 is "Main":
  27. send "&7ロビーにワープしています..."
  28. command "/tp %player% 1216 255 302"
  29. wait 2 seconds
  30. send "&7ロビーにテレポートしました。"
  31. command "/tp %player% 1216 10 302"
  32. if arg 1 is "L":
  33. send "&7ロビーにワープしています..."
  34. command "/tp %player% 1216 255 302"
  35. wait 2 seconds
  36. send "&7ロビーにテレポートしました。"
  37. command "/tp %player% 1216 10 302"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement