Advertisement
iku55

Untitled

Jul 12th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. command /.stop:
  2. permission: sk.cmd.stop.use
  3. trigger:
  4. message "&7サーバー>&aカウントダウンを開始しました。"
  5. broadcast "&7サーバー>&cサーバーを停止します。/Server Stopping..."
  6. wait 1 seconds
  7. broadcast "&7サーバー>&cあと10秒でサーバーを停止します!/Stop the Server in 10 Seconds!"
  8. wait 1 seconds
  9. broadcast "&7サーバー>&cあと9秒でサーバーを停止します!/Stop the Server in 9 Seconds!"
  10. wait 1 seconds
  11. broadcast "&7サーバー>&cあと8秒でサーバーを停止します!/Stop the Server in 8 Seconds!"
  12. wait 1 seconds
  13. broadcast "&7サーバー>&cあと7秒でサーバーを停止します!/Stop the Server in 7 Seconds!"
  14. wait 1 seconds
  15. broadcast "&7サーバー>&cあと6秒でサーバーを停止します!/Stop the Server in 6 Seconds!"
  16. wait 1 seconds
  17. broadcast "&7サーバー>&cあと5秒でサーバーを停止します!/Stop the Server in 5 Seconds!"
  18. wait 1 seconds
  19. broadcast "&7サーバー>&cあと4秒でサーバーを停止します!/Stop the Server in 4 Seconds!"
  20. wait 1 seconds
  21. broadcast "&7サーバー>&cあと3秒でサーバーを停止します!/Stop the Server in 3 Seconds!"
  22. wait 1 seconds
  23. broadcast "&7サーバー>&cあと2秒でサーバーを停止します!/Stop the Server in 2 Seconds!"
  24. wait 1 seconds
  25. broadcast "&7サーバー>&cあと1秒でサーバーを停止します!/Stop the Server in 1 Seconds!"
  26. wait 1 seconds
  27. broadcast "&7サーバー>&cサーバーが停止しました。/Server Stopped."
  28. command "/stop"
  29.  
  30. command /.restart:
  31. permission: sk.cmd.restart.use
  32. trigger:
  33. message "&7サーバー>&aカウントダウンを開始しました。"
  34. broadcast "&7サーバー>&cサーバーを再起動します。/Server Restarting..."
  35. wait 1 seconds
  36. broadcast "&7サーバー>&cあと10秒でサーバーを再起動します!/Restart the Server in 10 Seconds!"
  37. wait 1 seconds
  38. broadcast "&7サーバー>&cあと9秒でサーバーを再起動します!/Restart the Server in 9 Seconds!"
  39. wait 1 seconds
  40. broadcast "&7サーバー>&cあと8秒でサーバーを再起動します!/Restart the Server in 8 Seconds!"
  41. wait 1 seconds
  42. broadcast "&7サーバー>&cあと7秒でサーバーを再起動します!/Restart the Server in 7 Seconds!"
  43. wait 1 seconds
  44. broadcast "&7サーバー>&cあと6秒でサーバーを再起動します!/Restart the Server in 6 Seconds!"
  45. wait 1 seconds
  46. broadcast "&7サーバー>&cあと5秒でサーバーを再起動します!/Restart the Server in 5 Seconds!"
  47. wait 1 seconds
  48. broadcast "&7サーバー>&cあと4秒でサーバーを再起動します!/Restart the Server in 4 Seconds!"
  49. wait 1 seconds
  50. broadcast "&7サーバー>&cあと3秒でサーバーを再起動します!/Restart the Server in 3 Seconds!"
  51. wait 1 seconds
  52. broadcast "&7サーバー>&cあと2秒でサーバーを再起動します!/Restart the Server in 2 Seconds!"
  53. wait 1 seconds
  54. broadcast "&7サーバー>&cあと1秒でサーバーを再起動します!/Restart the Server in 1 Seconds!"
  55. wait 1 seconds
  56. broadcast "&7サーバー>&cサーバーが再起動しました。/Server Restarted."
  57. command "/restart"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement