Add RCON server management support, adds Windows support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user