diff options
author | David Härdeman <david@hardeman.nu> | 2020-07-12 00:00:26 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2020-07-12 00:00:26 +0200 |
commit | b56b003fc13a4e12f97c6cfd5dd650e928d6e016 (patch) | |
tree | a68b48604bccd9a96225bf1c3be21fc05a022b6b /examples/server.properties | |
parent | e6fdfd4c4c753fe3a06edc4ae3b767c57c10d3f7 (diff) |
Teach minecctl to split things into data and cfg dir, also read config variables from the server.properties file
Diffstat (limited to 'examples/server.properties')
-rw-r--r-- | examples/server.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |