diff --git a/Setting up a Minecraft server.md b/Setting up a Minecraft server.md index 49909fc..ac71ef3 100644 --- a/Setting up a Minecraft server.md +++ b/Setting up a Minecraft server.md @@ -23,7 +23,9 @@ sudo mkdir /opt/minecraft sudo groupadd minecraft # Add your user to it sudo usermod -aG minecraft your-username-here -# Make it so that the *minecraft* group owns +# Make it so that the minecraft group owns that folder +sudo chgrp minecraft /opt/minecraft +# Make it so that the *user that o* ``` This enables minecraft to run in the background, restart if it crashes, etc etc.