Lines 1-16
Link Here
|
1 |
When you first run minecraft-server, it will populate the file |
1 |
When you first run minecraft-server, it will populate the file |
2 |
%%ETCDIR%%/eula.txt |
2 |
%%ETCDIR%%/eula.txt |
3 |
|
3 |
|
4 |
It is required to read the EULA, and then set: |
4 |
It is required to read the EULA, and then set eula=true |
5 |
eula=true |
|
|
6 |
|
5 |
|
7 |
- To run the server, run %%PREFIX%%/bin/minecraft-server |
|
|
8 |
- Configuration files can be found at %%ETCDIR%% |
6 |
- Configuration files can be found at %%ETCDIR%% |
9 |
- Log and debug output files can be found at /var/log/minecraft-server/ |
7 |
- Log and debug output files can be found at /var/log/minecraft-server/ |
10 |
- World files can be found at /var/db/minecraft-server |
8 |
- World files can be found at /var/db/minecraft-server |
|
|
9 |
|
10 |
Without daemon option: |
11 |
- To run the server, run %%PREFIX%%/bin/minecraft-server |
11 |
- To edit java's parameters, edit %%ETCDIR%%/java-args.txt |
12 |
- To edit java's parameters, edit %%ETCDIR%%/java-args.txt |
12 |
|
13 |
|
13 |
NOTE: |
14 |
With daemon option: |
|
|
15 |
- The service has been installed with the name 'minecraft' |
16 |
- To adjust memory usage, use MINECRAFT_MEM= in /etc/rc.conf |
17 |
- To add other java parameters, use MINECRAFT_ARGS= in /etc/rc.conf |
18 |
- To see the interactive console, type service minecraft console |
19 |
|
14 |
Users upgrading from version < 1.8 are advised to run the server to |
20 |
Users upgrading from version < 1.8 are advised to run the server to |
15 |
generate new config files, and then modify them based on their existing |
21 |
generate new config files, and then modify them based on their existing |
16 |
configuration, as most files are now JSON instead of txt. |
22 |
configuration, as most files are now JSON instead of txt. |