vault backup: 2023-07-23 09:21:03

This commit is contained in:
zleyyij 2023-07-23 09:21:03 -06:00
parent abdeea3823
commit 5cb1285c85

View File

@ -52,7 +52,7 @@ wget https://piston-data.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba5990
# server.jar is the name of the server you just downloaded # server.jar is the name of the server you just downloaded
# nogui is a commandline argument passed to the server that says # nogui is a commandline argument passed to the server that says
# to start without a gui # to start without a gui
java -jar -XmX4M -Xms512M server.jar nogui java -jar -XmX4G -Xms512M server.jar nogui
``` ```
The first time you will get an error about an EULA, you need to look for `EULA.txt` in the same directory as the server jar, and edit the file with a text editor (`vim`, `nano`) to agree. Run it again, and you should see it generating the world The first time you will get an error about an EULA, you need to look for `EULA.txt` in the same directory as the server jar, and edit the file with a text editor (`vim`, `nano`) to agree. Run it again, and you should see it generating the world