vault backup: 2023-07-23 08:51:03

This commit is contained in:
zleyyij 2023-07-23 08:51:03 -06:00
parent d260aa2361
commit 705ab185d6

View File

@ -54,7 +54,9 @@ wget https://piston-data.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba5990
# to start without a gui # to start without a gui
java -jar -XmX4M -Xms512M server.jar nogui java -jar -XmX4M -Xms512M server.jar nogui
``` ```
The first time you will get an error about an EULA, you need to look for `EUO` 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
# Allowing minecraf
This enables minecraft to run in the background, restart if it crashes, etc etc. This enables minecraft to run in the background, restart if it crashes, etc etc.
In `/etc/systemd/system`, place this file and tailor it to your liking. In `/etc/systemd/system`, place this file and tailor it to your liking.