Server scheduled restart.

Contributed by gigilo1968.
This commit is contained in:
MobiusDev
2016-04-29 17:01:39 +00:00
parent 4dbd679824
commit 1dac175a47
6 changed files with 162 additions and 1 deletions

View File

@@ -133,3 +133,27 @@ ClanNameTemplate = .*
# Maximum number of characters per account.
# Default: 7 (client limit)
CharMaxNumber = 7
# ---------------------------------------------------------------------------
# Scheduled Server Restart
# ---------------------------------------------------------------------------
# Enable disable scheduled server restart.
# Default: False
ServerRestartSchedule = False
# Send a message when player enters the game.
# Default: False
ServerRestartScheduleMessage = False
# Restart time countdown (in seconds).
# Default: 300 (5 minutes)
ServerRestartScheduleCountdown = 300
# 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.
# You can put more than one value separated by commas (,).
# Example: 12:00,00:00
ServerRestartScheduleHours = 07:00