diff --git a/Setting up a Minecraft server.md b/Setting up a Minecraft server.md index 8d8bfa0..7c460ec 100644 --- a/Setting up a Minecraft server.md +++ b/Setting up a Minecraft server.md @@ -56,7 +56,9 @@ java -jar -XmX4M -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 -# Allowing minecraf +# Allowing minecraft through the firewall +This may or may not be needed, depending on your distro, and the command syntax will vary slightly depending on the distro. + 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.