Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. command /event [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. message "&9[Event] &7ヘルプ: /event [内容]"
  5. else if arg-1 is "start":
  6. if player is op:
  7. message "&9[Event] &7イベントを開始しています..."
  8. wait 1 second
  9. broadcast "&9[Event] &7イベント開始まで残り &a10 &7秒"
  10. wait 5 seconds
  11. broadcast "&9[Event] &7イベント開始まで残り &a4 &7秒"
  12. wait 1 second
  13. broadcast "&9[Event] &7イベント開始まで残り &a3 &7秒"
  14. wait 1 second
  15. broadcast "&9[Event] &7イベント開始まで残り &a2 &7秒"
  16. wait 1 second
  17. broadcast "&9[Event] &7イベント開始まで残り &a1 &7秒"
  18. wait 1 second
  19. broadcast "&9[Event] &7全てのプレイヤーをイベント会場までテレポートさせました 始まるまでお待ちください"
  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