Scheduled server restart improvements.

This commit is contained in:
MobiusDev
2016-04-30 08:37:44 +00:00
parent e43016c459
commit e229e4240b
5 changed files with 27 additions and 29 deletions

View File

@@ -139,21 +139,19 @@ CharMaxNumber = 7
# Scheduled Server Restart
# ---------------------------------------------------------------------------
# Enable disable scheduled server restart.
# Enable scheduled server restart.
# Default: False
ServerRestartSchedule = False
ServerRestartScheduleEnabled = False
# Send a message when player enters the game.
# Default: False
ServerRestartScheduleMessage = False
# Restart time countdown (in seconds).
# Default: 300 (5 minutes)
ServerRestartScheduleCountdown = 300
# Default: 600 (10 minutes)
ServerRestartScheduleCountdown = 600
# Scheduled restart hours.
# If you put 12:00 the server countdown for the restart will start at that time.
# After 5 minutes (300 seconds) the server will be restarted.
# Scheduled restart schedule.
# You can put more than one value separated by commas (,).
# Example: 12:00,00:00
ServerRestartScheduleHours = 07:00
# Example: 12:00, 00:00
ServerRestartSchedule = 08:00