Advertisement
minmin0917

Untitled

Aug 16th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. on join:
  2. if {Profile.Rank.%player%} is "Default":
  3. wait 1 ticks
  4. hide player from all players
  5. command "/teleport %player% 10000 104 10000 180 0"
  6. send "&7サーバーに接続しています。しばらくお待ちください..." to player
  7. wait 5 seconds
  8. reveal player from all players
  9. command "/teleport %player% -14 64 7"
  10. send "&aサーバーに接続しました! (Server.WoodRPG.001/A)"
  11. else:
  12. wait 1 ticks
  13. hide player from all players
  14. command "/teleport %player% 10000 104 10000 180 0"
  15. send "&7サーバーに接続しています。少しお待ちください..." to player
  16. wait 3 seconds
  17. reveal player from all players
  18. command "/teleport %player% -14 64 7"
  19. send "&aサーバーに接続しました! (Server.WoodRPG.001/A)"
  20.  
  21. command /Rejoin:
  22. trigger:
  23. if {Profile.Rank.%player%} is "Default":
  24. wait 1 ticks
  25. hide player from all players
  26. command "/teleport %player% 10000 104 10000 180 0"
  27. send "&7サーバーに接続しています。しばらくお待ちください..." to player
  28. wait 5 seconds
  29. reveal player from all players
  30. command "/teleport %player% -14 64 7"
  31. send "&aサーバーに接続しました! (Server.WoodRPG.001/A)"
  32. else:
  33. wait 1 ticks
  34. hide player from all players
  35. command "/teleport %player% 10000 104 10000 180 0"
  36. send "&7サーバーに接続しています。少しお待ちください..." to player
  37. wait 3 seconds
  38. reveal player from all players
  39. command "/teleport %player% -14 64 7"
  40. send "&aサーバーに接続しました! (Server.WoodRPG.001/A)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement