|
2 | 2 | With this plugin you can decide when to run your DCS servers, when to run which mission and how long a specific mission |
3 | 3 | shall run, either in local time, real time or in mission time. Tasks that can be achieved with this solution are below |
4 | 4 | others: |
5 | | -* Have a server rotate a mission every 4 hrs. |
| 5 | +* Have a server rotate a mission every four hours. |
6 | 6 | * Restart the mission before it gets dark. |
7 | 7 | * Have two servers run alternately, maybe one with password, one public |
8 | 8 |
|
@@ -66,7 +66,7 @@ DCS.release_server: |
66 | 66 | | text | A customizable message that will be sent to the users when a restart is pending.<br/>{item} will be replaced with either "server" or "mission", depending on what's happening.<br/>{what} will be replaced with what is happening (restart, shutdown, rotate)<br/>{when} will be replaced with the time to wait. | |
67 | 67 |
|
68 | 68 | ```yaml |
69 | | - # Alternative format for warn, e. g. to display messages in your own language |
| 69 | + # Alternative format for `warn`, e.g., to display messages in your own language |
70 | 70 | warn: |
71 | 71 | times: |
72 | 72 | 600: Внимание сервер будет перезапущен через 10 минут! |
@@ -212,7 +212,7 @@ The following environment variables can be used in the "run" command: |
212 | 212 | ```yaml |
213 | 213 | DEFAULT: |
214 | 214 | startup_delay: 30 # delay in seconds between the startup of each DCS instance (default: 10) |
215 | | - warn: # warn times before a restart / shutdown (see alternative format below) |
| 215 | + warn: # warn times before a restart / shutdown (see the alternative format below) |
216 | 216 | text: '!!! {item} will {what} in {when} !!!' # Message to be displayed as a popup in DCS. These variables can be used in your own message. |
217 | 217 | times: # List of times when a message will be displayed |
218 | 218 | - 600 |
@@ -246,11 +246,11 @@ instance3: |
246 | 246 | schedule: # server "instance3" will run every day from noon to midnight |
247 | 247 | 00-12: NNNNNNN |
248 | 248 | 12-24: YYYYYYY |
249 | | - action: # It will restart with a DCS server shutdown after 480 mins of mission time .. |
| 249 | + action: # It will restart with a DCS server shutdown after 480 mins of mission time ... |
250 | 250 | method: restart |
251 | 251 | shutdown: true |
252 | 252 | mission_time: 480 |
253 | | - populated: false # .. only, if nobody is on the server (or as soon as that happens afterwards) |
| 253 | + populated: false # ... only if nobody is on the server (or as soon as that happens afterward) |
254 | 254 |
|
255 | 255 | mission: |
256 | 256 | schedule: |
|
0 commit comments