EtnoCraft

AutoRestart 2.10.0 - Configuración

Sep 13th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. ## Change Log
  2. ## Version: 16
  3. ## Removed "config.main.multicraft"
  4. ## Added "config.main.restart-script"
  5. ## Version: 15
  6. ## Added "config.main.timestamp.*" for TimeStamp restart configuration.
  7. ## Version: 14
  8. ## Fixed Type for "config.main.interval"
  9. ## Merged "config.popups" and "config.timings"
  10. ## Added "config.popups.messages.shutdown" popup configuration
  11. ## Changed "config.commands.commands" to "config.commands.commands-list"
  12.  
  13. config:
  14. ## Main plugin configurations
  15. main:
  16. ## The time is set by hours (DECIMALS ALLOWED)
  17. interval: 24
  18. ## Now you have the ability to restart in a certain time!
  19. timestamp:
  20. ## Enables or Disables the Timestamp feature
  21. enabled: true
  22. ## Time the format for the time is 24-hour time, and hh:mm
  23. ## Make sure to leave the '
  24. time: '00:00'
  25. ## !!!! IMPORTANT !!!!
  26. ## If your server is running under MultiCraft, set this to true!
  27. ## This option will restart your server using the Spigot.yml restart script file.
  28. ## You have to have Spigot for this to work, this is perfect for MultiCraft users, because it is automaticlly setup
  29. ## According to my knowledge it is.
  30. ## With this enabled, you do not have to edit the startup script, this will allow you to stop the server,
  31. ## Without having it to start back up automaticlly.
  32. restart-script: true
  33. ## The shutdown message on when the server restarts.
  34. ## Color codes now enabled! Use regular chat colors!
  35. shutdown: '&cReinicio en curso'
  36.  
  37. ## Reminder Settings
  38. reminder:
  39. ## Enable or disable reminders
  40. enabled:
  41. minutes: true
  42. seconds: true
  43. ## Sets the reminder time for when to show reminders
  44. timer:
  45. ## Reminder is set by minutes
  46. ## This will show how much time before the restart to notify players when the server
  47. ## will restart!
  48. minutes:
  49. - 15
  50. - 10
  51. - 5
  52. - 1
  53. ## This is saying when should the plugin start counting down the seconds for a server restart?
  54. ## This is not like the minute reminders. If you set to 5, it'll start saying the "seconds message"
  55. ## every second, STARTING AT 5 seconds before restart!
  56. seconds: 30
  57.  
  58. broadcast:
  59. ## Enable or Disable the broadcast
  60. enabled:
  61. ## Show the broadcast on the minute reminders!
  62. minutes: true
  63. ## Show the broadcast on the last seconds of a server restart!
  64. seconds: true
  65. ## Show the broadcast when type /autore time
  66. time: true
  67. ## Show the broadcast when typed /autore start or /autore pause
  68. status: true
  69. ## Show the broadcast when the server time has been changed!
  70. change: true
  71. ## The configuration for broadcast messages
  72. messages:
  73. ## Prefix for broadcast, this is applied to (minutes, seconds, time, status, and change)
  74. prefix: '&f[&7Reinicio Automático&f] &e'
  75. ## %m - minutes
  76. minutes: '¡El servidor se reiniciará en %m minutos!'
  77. ## %s - seconds
  78. seconds: '¡El servidor se reiniciará en %s segundos!'
  79. ## %h - hours, %m - minutes, %s - seconds
  80. time: '&cTiempo restante para el próximo reinicio: &f%h&c Horas &f%m&c Minutos &f%s&c Segundos'
  81. ## There are no tags for this section.
  82. status:
  83. start: '&c¡Contador de reinicio automático iniciado!'
  84. pause: '&c¡Contador de reinicio automático pausado!'
  85. ## %h - hours, %m - minutes, %s - seconds
  86. change: '&cAhora el servidor se reiniciará en &f%h&cH &f%m&cM &f%s&cS!'
  87.  
  88. ## To understand ticks. 1 second is relevent to 20 ticks! So a second and a half (1.5s) is 30 ticks!
  89. ## Fadein, stay, fadeout are the 3 arguments. You can edit how long it takes to fadein, fadeout etc.
  90. ## You can also put the fade numbers to 0, and then the popup's will be instant!
  91. ## Also you can edit the delay, to make the title popup, and then the subtitle half a second later.
  92. ## Get creative!
  93. popups:
  94. ## Enable or Disable the 1.8 Popups!
  95. enabled:
  96. ## Show the pop ups on the minute reminders!
  97. minutes: true
  98. ## Show the pop ups on the last seconds of a server restart!
  99. seconds: true
  100. ## Show the pop ups when type /autore time
  101. time: true
  102. ## Show the pop ups when typed /autore start or /autore pause
  103. status: true
  104. ## Show the pop ups when the server time has been changed!
  105. change: true
  106. ## This section is for the customization of the popup messages!
  107. messages:
  108. minutes: ## %m - minutes
  109. title:
  110. text: '&c!El servidor se reiniciará en'
  111. delay: 0
  112. fadein: 20
  113. stay: 40
  114. fadeout: 20
  115. subtitle:
  116. text: '&f%m &cminutos!'
  117. delay: 0
  118. fadein: 20
  119. stay: 40
  120. fadeout: 20
  121. seconds: ## %s - seconds
  122. title:
  123. text: '&c!El servidor se reiniciará en'
  124. delay: 0
  125. fadein: 20
  126. stay: 40
  127. fadeout: 20
  128. subtitle:
  129. text: '&f%s &csegundos!'
  130. delay: 0
  131. fadein: 20
  132. stay: 40
  133. fadeout: 20
  134. time: ## %h - hours, %m - minutes, %s - seconds
  135. title:
  136. text: '&cPróximo reinicio:'
  137. delay: 0
  138. fadein: 20
  139. stay: 40
  140. fadeout: 20
  141. subtitle:
  142. text: '&f%h&c Horas &f%m&c Minutos &f%s&c Segundos'
  143. delay: 0
  144. fadein: 20
  145. stay: 40
  146. fadeout: 20
  147. status: ## There are no tags for this section
  148. start:
  149. title:
  150. text: '&c¡Reinicio automático iniciado!'
  151. delay: 0
  152. fadein: 20
  153. stay: 40
  154. fadeout: 20
  155. subtitle:
  156. text: ''
  157. delay: 0
  158. fadein: 20
  159. stay: 40
  160. fadeout: 20
  161. pause:
  162. title:
  163. text: '&c¡Reinicio automático pausado!'
  164. delay: 0
  165. fadein: 20
  166. stay: 40
  167. fadeout: 20
  168. subtitle:
  169. text: ''
  170. delay: 0
  171. fadein: 20
  172. stay: 40
  173. fadeout: 20
  174. change: ## %h - hours, %m - minutes, %s - seconds
  175. title:
  176. text: '&cEl servidor se reiniciará en'
  177. delay: 0
  178. fadein: 20
  179. stay: 40
  180. fadeout: 20
  181. subtitle:
  182. text: '&f%h&c Horas &f%m&c Minutos &f%s&c Segundos'
  183. delay: 0
  184. fadein: 20
  185. stay: 40
  186. fadeout: 20
  187. shutdown:
  188. title:
  189. text: '&c¡El servidor se está reiniciando!'
  190. delay: 0
  191. fadein: 20
  192. stay: 40
  193. fadeout: 20
  194. subtitle:
  195. text: '&c'
  196. delay: 0
  197. fadein: 20
  198. stay: 40
  199. fadeout: 20
  200.  
  201. ## This section will allow you to run Console Commands before a given amount of seconds
  202. commands:
  203. ## This will allow you to enabled, or disable the last second commands.
  204. enabled: true
  205. ## This is when the commands will be executed. IN SECONDS
  206. time: 1800
  207. ## List of commands to execute
  208. commands-list:
  209. - '/place your commands'
  210. - '/in this fasion'
  211.  
  212. ## This will stop your server from shutting down if you have more than X amount of players configured in "amount".
  213. max-players:
  214. ## Enable or Disable this feature
  215. enabled: false
  216. ## The max amount of players allow for a restart. If you set this to 10, and your server has 11 people online
  217. ## your server will not shutdown until there is 10 or less amount of players.
  218. amount: 10
  219. ## The delay for the server to restart after restart cancel. In seconds!
  220. delay: 10
  221. ## Message settings
  222. messages:
  223. ## The message broadcasted when too many players are online on restart!
  224. ## %a - amount
  225. alert: '&bToo many players online for restart. Max &f%a&b amount of players allowed for a restart. Waiting for people to leave!'
  226. ## This message appears when the amount of players are met after restart cancel!
  227. ## %d - delay
  228. shutdown: '&aServer now restarting in &f%d&a seconds!'
  229.  
  230. ## DO NOT CHANGE THIS!!!!
  231. version: 16
Advertisement
Add Comment
Please, Sign In to add comment