Add RCON server management support, adds Windows support

This commit is contained in:
timvisee
2021-11-09 01:12:46 +01:00
parent ba2100f015
commit d109b2bf32
14 changed files with 774 additions and 35 deletions

View File

@@ -41,6 +41,20 @@ motd_starting = "§2☻ Server is starting...\n§7⌛ 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."
[rcon]
# Enable sleeping server through RCON.
# Must be enabled on Windows.
enabled = true
# Server RCON port. Must differ from Minecraft server port.
port = 25575
# Server RCON password.
password = ""
# Randomize ingress server RCON password on each start.
randomize_password = true
[advanced]
# Automatically set IP and port in Minecraft server.properties file.
# Automatically update values in Minecraft server.properties file as required.
rewrite_server_properties = true