Clean up internal server state handling, various fixes

This commit is contained in:
timvisee
2021-11-09 14:31:14 +01:00
parent 6821cf850e
commit 86c88d85f2
12 changed files with 293 additions and 226 deletions

View File

@@ -33,9 +33,15 @@ motd_sleeping = "☠ Server is sleeping\n§2☻ Join to start it up"
# MOTD when server is starting.
motd_starting = "§2☻ Server is starting...\n§7⌛ Please wait..."
# MOTD when server is stopping.
motd_stopping = "☠ Server going to sleep...\n⌛ Please wait..."
# Login (kick) message when server is starting.
login_starting = "Server is starting... §c♥§r\n\nThis may take some time.\n\nPlease try to reconnect in a minute."
# Login (kick) message when server is stopping.
login_stopping = "Server is going to sleep... §7☠§r\n\nPlease try to reconnect in a minute to wake it again."
[rcon]
# Enable sleeping server through RCON.
# Must be enabled on Windows.