diff options
author | David Härdeman <david@hardeman.nu> | 2020-07-11 18:07:27 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2020-07-11 18:07:27 +0200 |
commit | e6fdfd4c4c753fe3a06edc4ae3b767c57c10d3f7 (patch) | |
tree | 9d75b0009acc15cb5ed085f968a24b221266b44e /examples/server.properties | |
parent | 3dc8d84af1753b41fe37b3b3954731379dc579aa (diff) |
Flesh out the new command a bit more
Diffstat (limited to 'examples/server.properties')
-rw-r--r-- | examples/server.properties | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/server.properties b/examples/server.properties index f992c40..dddb380 100644 --- a/examples/server.properties +++ b/examples/server.properties @@ -1 +1,9 @@ -This is an example server.properties file +#Minecraft server properties +# This is a partial file, it will be replaced with a +# fleshed out version the first time the Minecraft +# server is executed. +motd=A Minecraft Server +server-port=25565 +enable-rcon=true +rcon.port=25575 +rcon.password=secret |