From e6fdfd4c4c753fe3a06edc4ae3b767c57c10d3f7 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sat, 11 Jul 2020 18:07:27 +0200 Subject: Flesh out the new command a bit more --- examples/server.properties | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'examples/server.properties') 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 -- cgit v1.2.3