From 705ab185d66ca04c169a59980fbd95f88a8610d2 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 23 Jul 2023 08:51:03 -0600 Subject: [PATCH] vault backup: 2023-07-23 08:51: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 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.