Scheduled server restart improvements.
This commit is contained in:
16
trunk/dist/game/config/Server.ini
vendored
16
trunk/dist/game/config/Server.ini
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user