aboutsummaryrefslogtreecommitdiff
path: root/games/minecraft-server/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/minecraft-server/files/pkg-message.in')
-rw-r--r--games/minecraft-server/files/pkg-message.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/games/minecraft-server/files/pkg-message.in b/games/minecraft-server/files/pkg-message.in
index 379a70b1731f..fd86fa0a9925 100644
--- a/games/minecraft-server/files/pkg-message.in
+++ b/games/minecraft-server/files/pkg-message.in
@@ -1,16 +1,22 @@
When you first run minecraft-server, it will populate the file
%%ETCDIR%%/eula.txt
-It is required to read the EULA, and then set:
-eula=true
+It is required to read the EULA, and then set eula=true
-- To run the server, run %%PREFIX%%/bin/minecraft-server
- Configuration files can be found at %%ETCDIR%%
- Log and debug output files can be found at /var/log/minecraft-server/
- World files can be found at /var/db/minecraft-server
+
+Without daemon option:
+- To run the server, run %%PREFIX%%/bin/minecraft-server
- To edit java's parameters, edit %%ETCDIR%%/java-args.txt
-NOTE:
+With daemon option:
+- The service has been installed with the name 'minecraft'
+- To adjust memory usage, use MINECRAFT_MEM= in /etc/rc.conf
+- To add other java parameters, use MINECRAFT_ARGS= in /etc/rc.conf
+- To see the interactive console, type service minecraft console
+
Users upgrading from version < 1.8 are advised to run the server to
generate new config files, and then modify them based on their existing
configuration, as most files are now JSON instead of txt.