Server Configuration/Maintenance.eco: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
Created page with "* <code>Auto Shutdow Hour</code> Specifies what UTC hour of the day automatic shutdown should occur. The is best paired with systems that automatically restart the server * <code>Auto Shutdow Message</code> Specifies the message to be sent when the automatic shutdown occurs."
 
Updating with latest config information
 
Line 1: Line 1:
* <code>Auto Shutdow Hour</code> Specifies what UTC hour of the day automatic shutdown should occur. The is best paired with systems that automatically restart the server
[[Category:Server Management]]
* <code>Auto Shutdow Message</code> Specifies the message to be sent when the automatic shutdown occurs.
The settings in this file can be accessed in-game by using the /serverui command and navigating to Initial Setup -> Maintenance
{| class="wikitable sortable"
!Setting
!Default
!Description
|-
|<code>AutoShutdownHour</code>
|<code>-1</code>
|Specifies the hour of the day the shutdown should occur. -1 to disable.
|-
|<code>AutoShutdownMessage</code>
|<code>Automatic Restart</code>
|Specifies the message to be shown when the shutdown occurs.
|-
|<code>ReasonForAutoShutdown</code>
|<code>Restart</code>
|Specifies the reason for the shutdown. Controls the exit code the application exits with.
Valid values: <code>Shutdown</code>, <code>Restart</code>, <code>Update</code>
|-
|<code>CountdownStart</code>
|<code>30</code>
|Specifies how many seconds until the countdown timer starts.
|-
|<code>CountdownIntervals</code>
|Array: <code>60, 45, 30, 15, 5, 3, 1</code>
|Defines the announcement countdown intervals in minutes.
|}

Latest revision as of 10:56, 14 January 2026

The settings in this file can be accessed in-game by using the /serverui command and navigating to Initial Setup -> Maintenance

Setting Default Description
AutoShutdownHour -1 Specifies the hour of the day the shutdown should occur. -1 to disable.
AutoShutdownMessage Automatic Restart Specifies the message to be shown when the shutdown occurs.
ReasonForAutoShutdown Restart Specifies the reason for the shutdown. Controls the exit code the application exits with.

Valid values: Shutdown, Restart, Update

CountdownStart 30 Specifies how many seconds until the countdown timer starts.
CountdownIntervals Array: 60, 45, 30, 15, 5, 3, 1 Defines the announcement countdown intervals in minutes.