Server scheduled restart.
Contributed by gigilo1968.
This commit is contained in:
24
trunk/dist/game/config/Server.ini
vendored
24
trunk/dist/game/config/Server.ini
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user