diff --git a/Setting up a Minecraft server.md b/Setting up a Minecraft server.md index 582d585..8d8bfa0 100644 --- a/Setting up a Minecraft server.md +++ b/Setting up a Minecraft server.md @@ -54,7 +54,9 @@ wget https://piston-data.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba5990 # to start without a gui 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. In `/etc/systemd/system`, place this file and tailor it to your liking.