ServerControl improvements (#8928)
* Update ServerControl.java * Update Administration.java * Update Maps.java * Update ServerControl.java * Update ServerControl.java * Update Administration.java * Update ServerControl.java * Update Maps.java
This commit is contained in:
@@ -513,7 +513,9 @@ public class Administration{
|
||||
autosaveSpacing = new Config("autosaveSpacing", "Spacing between autosaves in seconds.", 60 * 5),
|
||||
debug = new Config("debug", "Enable debug logging.", false, () -> Log.level = debug() ? LogLevel.debug : LogLevel.info),
|
||||
snapshotInterval = new Config("snapshotInterval", "Client entity snapshot interval in ms.", 200),
|
||||
autoPause = new Config("autoPause", "Whether the game should pause when nobody is online.", false);
|
||||
autoPause = new Config("autoPause", "Whether the game should pause when nobody is online.", false),
|
||||
roundExtraTime = new Config("roundExtraTime", "Time before loading a new map after the gameover, in seconds.", 12),
|
||||
maxLogLength = new Config("maxLogLength", "The Maximum log file size, in bytes.", 1024 * 1024 * 5);
|
||||
|
||||
public final Object defaultValue;
|
||||
public final String name, key, description;
|
||||
|
||||
Reference in New Issue
Block a user