Server restart schedule by day.

This commit is contained in:
MobiusDevelopment
2020-01-15 10:01:39 +00:00
parent 411782efce
commit 6a1f4c21ac
51 changed files with 1037 additions and 68 deletions

View File

@@ -220,3 +220,8 @@ ServerRestartScheduleCountdown = 600
# You can put more than one value separated by commas (,).
# Example: 12:00, 00:00
ServerRestartSchedule = 08:00
# Specify days that the restart will occur. Values separated by commas (,).
# Example: 1,2,3,4,5,6,7 (SUNDAY,MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY)
# Default: 4 (WEDNESDAY)
ServerRestartDays = 4