From b56b003fc13a4e12f97c6cfd5dd650e928d6e016 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sun, 12 Jul 2020 00:00:26 +0200 Subject: Teach minecctl to split things into data and cfg dir, also read config variables from the server.properties file --- examples/server.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/server.properties') diff --git a/examples/server.properties b/examples/server.properties index dddb380..c2609cd 100644 --- a/examples/server.properties +++ b/examples/server.properties @@ -3,7 +3,7 @@ # fleshed out version the first time the Minecraft # server is executed. motd=A Minecraft Server -server-port=25565 +server-port=24000 enable-rcon=true -rcon.port=25575 +rcon.port=28000 rcon.password=secret -- cgit v1.2.3