Скачать Плагин UltimateAutoRestart(1.8-1.18) — плагин для автоматического перезапуска сервера в Майнкрафт
UltimateAutoRestart(1.8-1.18) —  плагин для автоматического перезапуска сервера

Плагин UltimateAutoRestart(1.8-1.18) — плагин для автоматического перезапуска сервера 2022-02-27

В mcDev, скидки -90% на все сборки и плагины в Майнкрафт!
До конца акции:


UltimateAutoRestartнаиболее многофункциональный и широко используемый плагин перезапуска.
• Легко планировать перезагрузки
· Создавайте расписания, такие как «Понедельник; 23:00», «Пятница; 02:00», «Ежедневно; 12:00».
· Настройте команды для запуска при перезапуске или x сек. до или после).
· Настройте команды для запуска в определенные дни недели.
· Выберите, через какие интервалы звучит, сообщения будут отправлены.
· Задержка перезапуска, если на сервере играет x пользователей.
  1. #########################################################################################
  2. # #
  3. # UltimateAutoRestart, a free resource by Norska @ Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь #
  4. # #
  5. # Wiki: Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь #
  6. # Support: Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь #
  7. # #
  8. # You are editing the config.yml file of UltimateAutoRestart. #
  9. # #
  10. #########################################################################################
  11. #########################################################################################
  12. # #
  13. # NOTE: PLEASE READ BEFORE CONFIGURING! #
  14. # #
  15. # Please consult the wiki for any questions regarding the setup of this plugin, if you #
  16. # still require help, open a ticket on my discord server! #
  17. # #
  18. #########################################################################################
  19. # !!! IN ORDER TO RUN PROXY COMMANDS (Bungee or forks, and Velocity) YOU MUST INSTALL A SEPARATE
  20. # PLUGIN ON YOUR PROXY. PLEASE REFER TO UAR'S RESOURCE PAGE TO FIND THE CORRECT DOWNLOAD LINKS !!!
  21. ##################################
  22. # #
  23. # RESTART ENTRIES #
  24. # #
  25. ##################################
  26. settings:
  27. # Note: Visit the wiki for more information regarding all command types.
  28. # Note: Available command types for restartCommands -> normal, time, proxy, proxydelay
  29. # Note: Available days for day-specific commands -> [MONDAY], [TUESDAY], [WEDNESDAY], [THURSDAY], [FRIDAY], [SATURDAY], [SUNDAY] **READ** The day tag must come after the command type (except normal)
  30. restartCommands:
  31. #- '[proxy:5] command to execute via your proxy 5 seconds before restart'
  32. #- '[time:15] command to execute 15 seconds before restart'
  33. #- '[proxydelay:30] command to be scheduled on your proxy and run in 30 seconds. PROXYDELAY COMMANDS RUN WHEN THE RESTART INTERVAL HITS 0.'
  34. #- '[proxydelay:15] alert The server is back up, join!'
  35. #- '[time:10] [MONDAY] command to execute 10 seconds before restart and only on mondays'
  36. #- '[FRIDAY] command to execute on restart and only on fridays'
  37. #- '[proxy] test'
  38. - 'save-all'
  39. - 'restart'
  40. # Note: Visit the wiki for more information regarding all command types.
  41. # Note: Available command types for restartCommands -> time, proxy
  42. # Note: Available days for day-specific commands -> [MONDAY], [TUESDAY], [WEDNESDAY], [THURSDAY], [FRIDAY], [SATURDAY], [SUNDAY]
  43. commandsAfterReboot:
  44. #- '[proxy:30] command to be executed via bungee 30 seconds after server startup'
  45. - '[time:15] [WEDNESDAY] broadcast Its wednesday my dudes!'
  46. # Note: To restart twice on the same day, add another entry with the same day name but different time.
  47. # Note: Valid ranges -> Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday and 00;00 to 24;00.
  48. # Note: You can also use "Daily" instead of a specific day to restart daily at a set hour. Example: "Daily;05;00", will restart daily at 5 AM.
  49. restarts:
  50. - 'Monday;00;00'
  51. - 'Monday;12;00'
  52. - 'Tuesday;00;00'
  53. - 'Tuesday;12;00'
  54. - 'Wednesday;00;00'
  55. - 'Wednesday;12;00'
  56. - 'Thursday;00;00'
  57. - 'Thursday;12;00'
  58. - 'Friday;00;00'
  59. - 'Friday;12;00'
  60. - 'Saturday;00;00'
  61. - 'Saturday;12;00'
  62. - 'Sunday;00;00'
  63. - 'Sunday;12;00'
  64. #- 'Daily;00;00'
  65. # Note: Configure the messages in UltimateAutoRestart's messages.yml file!
  66. messageAtIntervals:
  67. - '1800'
  68. - '600'
  69. - '60'
  70. - '30'
  71. - '3'
  72. - '2'
  73. - '1'
  74. # Note: Configure the sounds in UltimateAutoRestart's sounds.yml file!
  75. soundAtIntervals:
  76. - '1800'
  77. - '600'
  78. - '60'
  79. - '30'
  80. - '3'
  81. - '2'
  82. - '1'
  83. # Note: Instead of the interval, the below will show if the restart timer is not running!
  84. unscheduledIntervalValue: '&f&lN/A'
  85. ##################################
  86. # #
  87. # RESTART DELAY #
  88. # #
  89. ##################################
  90. # Note: Push back the restart if x players are currently on the server!
  91. delayRestart:
  92. enabled: false
  93. checkSecondsBeforeRestart: 30
  94. minimumPlayers: 1
  95. delayBySeconds: 600
  96. ##################################
  97. # #
  98. # VALUE DISPLAY SETTINGS #
  99. # #
  100. ##################################
  101. # Note: Configure how the interval shows up!
  102. format:
  103. seconds: 's'
  104. second: 's'
  105. minutes: 'm '
  106. minute: 'm '
  107. hours: 'h '
  108. hour: 'h '
  109. days: 'D '
  110. day: 'D '
  111. splitter: 'and '
  112. ##################################
  113. # #
  114. # UPDATE NOTIFIER SETTINGS #
  115. # #
  116. ##################################
  117. updates:
  118. notifications: true
Автор
Funtik
Скачивания
131
Показов
2,002
Первый выпуск
Обновление

Оценки

0.00 звёзд 0 оценок