diff options
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 |