diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-12 13:14:45 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-12 13:14:45 +0000 |
commit | d9939c32b9a45090d380344539ae5d09a0acd346 (patch) | |
tree | ac04341b79178e00332ac9f56a1cff7a938df9bd /games/minecraft-server/files/server.properties.sample | |
parent | - Fix the link to the URL in some reports (diff) |
- Functionality upgrade. Add in *.txt.sample files so that uninstall/pkg_delete won't delete users settings [1]
- Add mcserver user to GIDs/UIDs [1]
- Added rc startup script [1]
- Lots of PLIST_SUB/SUB_FILES patches to allow substitution, moved several pkg* files to files/*.in [1]
- made USERS a ?= in case server had previously been running as a different user [2]
PR: ports/163920 [1]
Submitted by: maintainer [1]
Reviewed by: scheidell [2]
Approved by: maintainer, gabor (mentor)
Diffstat (limited to 'games/minecraft-server/files/server.properties.sample')
-rw-r--r-- | games/minecraft-server/files/server.properties.sample | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/minecraft-server/files/server.properties.sample b/games/minecraft-server/files/server.properties.sample new file mode 100644 index 000000000000..f0790739a85a --- /dev/null +++ b/games/minecraft-server/files/server.properties.sample @@ -0,0 +1,24 @@ +#Minecraft server properties +#Thu Dec 22 00:12:43 CET 2011 + +#Do NOT change the Levelname or some Scripts will no longer worf for +#you! +level-name=world + +allow-nether=true +allow-flight=false +enable-query=false +server-port=25565 +enable-rcon=false +level-seed= +server-ip= +white-list=false +spawn-animals=true +online-mode=true +pvp=true +difficulty=1 +gamemode=0 +max-players=20 +spawn-monsters=true +view-distance=10 +motd=A FreeBSD Minecraft Server |