Advertisement
colue

restart

Feb 9th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. settings:
  2. restartCommands:
  3. #- '[bungee:20] command to execute via bungee 20 seconds before restart'
  4. #- '[time:15] command to execute 15 seconds before restart'
  5. #- '[time:10] command to execute 10 seconds before restart'
  6. #- '[bungee:10] send survival hub'
  7. #- '[bungee] broadcast The server is restarting!'
  8. - 'save-all'
  9. - 'restart'
  10. restarts:
  11. - 'Monday;23;00'
  12. - 'Tuesday;23;00'
  13. - 'Wednesday;23;00'
  14. - 'Thursday;23;00'
  15. - 'Friday;23;00'
  16. - 'Saturday;23;00'
  17. - 'Sunday;23;00'
  18. messageAtIntervals:
  19. - '1800'
  20. - '600'
  21. - '60'
  22. - '30'
  23. - '3'
  24. - '2'
  25. - '1'
  26. soundsEnabled: true
  27. sound: ENTITY_PLAYER_LEVELUP
  28. soundAtIntervals:
  29. - '1800'
  30. - '600'
  31. - '60'
  32. - '30'
  33. - '3'
  34. - '2'
  35. - '1'
  36.  
  37. format:
  38. seconds: 's'
  39. second: 's'
  40. minutes: 'm '
  41. minute: 'm '
  42. hours: 'h '
  43. hour: 'h '
  44. splitter: 'and '
  45.  
  46. messages:
  47. requestWhileNoAutoReboot: '&f&lN/A'
  48. interval:
  49. actionbar: false
  50. actionbarMessage: '&e&nRestart:&r &fA restart will happen in &7$interval&f!'
  51. title: false
  52. titleMessage: '&e&nRESTART!'
  53. subtitleMessage: '&fA restart will happen in &7$interval&f!'
  54. chat: true
  55. chatMessage:
  56. - '&e&nRestart:&r &fA restart will happen in &7$interval&f!'
  57. console: true
  58. consoleMessage: '&cUltimateAutoRestart: Server restart in &f$interval&c!'
  59. requestedInterval:
  60. actionbar: false
  61. actionbarMessage: '&e&nRestart:&r &fA restart will happen in &7$interval&f!'
  62. title: false
  63. titleMessage: '&e&nRESTART!'
  64. subtitleMessage: '&fA restart will happen in &7$interval&f!'
  65. chat: true
  66. chatMessage:
  67. - '&e&nRestart:&r &fA restart will happen in &7$interval&f!'
  68. forceRestart:
  69. - '&eRestart &f»&r &7You force started an auto-restart &f(Interval: $interval)&7!'
  70. noForceInterval:
  71. - '&eRestart &f»&r &7Please specify an interval!'
  72. intervalNotANumber:
  73. - '&eRestart &f»&r &7Your input &f($input) &7is not a number!'
  74. intervalTooSmall:
  75. - '&eRestart &f»&r &7Intervals must be positive!'
  76. stoppedReboot:
  77. - '&eRestart &f»&r &7You have manually stopped the scheduled restart!'
  78. autoRebootNotOn:
  79. - '&eRestart &f»&r &7Could not stop the scheduled restart because the task is currently not running!'
  80. noPermission:
  81. - '&eRestart &f»&r &7You do not have permission to do this!'
  82. reloadMessage:
  83. - '&eRestart &f»&r &7You reloaded the plugin configuration!'
  84. - '&cNote: This will not add any new restart entries, you must restart your server!'
  85.  
  86. updates:
  87. notifications: true
  88.  
  89. other:
  90. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement