From 9d2fd6c2bfc67bee4cc8ec5a3852e39a0c6609b0 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 23 Jul 2023 08:52:03 -0600 Subject: [PATCH] vault backup: 2023-07-23 08:52:03 --- Setting up a Minecraft server.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.