Advertisement
iku55

server:---pankojimaの鯖---,event

Jul 20th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. command /event [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. message "&eEVENT>&7ヘルプ:/event [内容]"
  5. else if arg-1 is "start":
  6. if player is op:
  7. message "&eEVENT>&7スタートしています..."
  8. wait 1 second
  9. broadcast "&e[ANNOUNCE] &7Event starting in 10 seconds!"
  10. wait 5 seconds
  11. broadcast "&e[ANNOUNCE] &7Event starting in 4 seconds!"
  12. wait 1 second
  13. broadcast "&e[ANNOUNCE] &7Event starting in 3 seconds!"
  14. wait 1 second
  15. broadcast "&e[ANNOUNCE] &7Event starting in 2 seconds!"
  16. wait 1 second
  17. broadcast "&e[ANNOUNCE] &7Event starting in 1 second!"
  18. wait 1 second
  19. broadcast "&e[ANNOUNCE] &7All Players Teleport!"
  20. teleport all players to {loc}
  21. else if arg-1 is "tpset":
  22. if player is op:
  23. set {_loc} to location of player
  24. set {loc} to location of player
  25. message "&eEVENT>&7テレポート場所を(%{_loc}%)に設定しました"
  26. teleport player to {loc}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement