Addition of gameserver restart schedule configurations.

This commit is contained in:
MobiusDevelopment
2020-08-18 11:12:29 +00:00
parent f1f2f98de2
commit 8f590fdf00
10 changed files with 414 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ MaximumDbConnections = 100
# ---------------------------------------------------------------------------
# Automatic Database Backup Settings
# ---------------------------------------------------------------------------
# Generate database backups when server restarts or shuts down.
BackupDatabase = False
@@ -157,3 +156,30 @@ ClanNameTemplate = .*
# This setting restricts ally names players can set.
# See CnameTemplate for details
AllyNameTemplate = .*
# ---------------------------------------------------------------------------
# Scheduled Server Restart
# ---------------------------------------------------------------------------
# Enable scheduled server restart.
# Default: False
ServerRestartScheduleEnabled = False
# Send a message when player enters the game.
# Default: False
ServerRestartScheduleMessage = False
# Restart time countdown (in seconds).
# Default: 600 (10 minutes)
ServerRestartScheduleCountdown = 600
# Scheduled restart schedule.
# 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