Advertisement
pwwm

Untitled

Sep 25th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. command reboot:
  2. permission: reboot.use
  3. trigger:
  4. make console execute command "/save-all"
  5. make console execute command "/title @a title ["",{"text":"{@prefix} Reboot: 60 seconds","color":"aqua","bold":false}]"
  6. send ""
  7. send "{@prefix} &bRebooting in 60 Seconds"
  8. send ""
  9. wait 30 second
  10. make console execute command "/title @a title ["",{"text":"{@prefix} Reboot: 30 seconds","color":"aqua","bold":false}]"
  11. send ""
  12. send "{@prefix} &bRebooting in 30 Seconds"
  13. send ""
  14. wait 15 second
  15. make console execute command "/title @a title ["",{"text":"{@prefix} Reboot: 15 seconds","color":"aqua","bold":false}]"
  16. send ""
  17. send "{@prefix} &bRebooting in 15 Seconds"
  18. send ""
  19. wait 7 second
  20. make console execute command "/title @a title ["",{"text":"{@prefix} Reboot: 3 seconds","color":"aqua","bold":false}]"
  21. send ""
  22. send "{@prefix} &bRebooting in 3 Seconds"
  23. send ""
  24. wait 2 second
  25. make console execute command "/title @a title ["",{"text":"{@prefix} Reboot: 2 seconds","color":"aqua","bold":false}]"
  26. send ""
  27. send "{@prefix} &bRebooting in 2 Seconds"
  28. send ""
  29. wait 1 seconds
  30. make console execue command "/title @a title ["",{"text":"{@prefix} Reboot: 1 seconds","color":"aqua","bold":false}]"
  31. send ""
  32. send "{@prefix} &bRebooting in 1 Seconds"
  33. send ""
  34. wait 10 tick
  35. make console execute command "/title @a title ["",{"text":"{@prefix} Reboot: 1 seconds","color":"aqua","bold":false}]"
  36. send ""
  37. send "{@prefix} &bRebooting..."
  38. send ""
  39. make console execute command "/stop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement