Added config for showing connect/disconnect messages

This commit is contained in:
Anuken
2019-12-30 11:36:50 -05:00
parent 905d7abadb
commit 73461e0364
3 changed files with 6 additions and 5 deletions

View File

@@ -320,6 +320,7 @@ public class Administration{
name("The server name as displayed on clients.", "Server", "servername"),
port("The port to host on.", Vars.port),
autoUpdate("Whether to auto-update and exit when a new bleeding-edge update arrives.", false),
showConnectMessages("Whether to display connect/disconnect messages.", true),
startCommands("Commands run at startup. This should be a comma-separated list.", ""),
crashReport("Whether to send crash reports.", false, "crashreport"),
logging("Whether to log everything to files.", true),