Addition of gameserver restart schedule configurations.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment