diff --git a/Setting up a Minecraft server.md b/Setting up a Minecraft server.md index f3f72e6..fcc3ba1 100644 --- a/Setting up a Minecraft server.md +++ b/Setting up a Minecraft server.md @@ -32,7 +32,15 @@ sudo chgrp minecraft /opt/minecraft sudo chmod 775 /opt/minecraft ``` -Downloading the server jar into `/opt/minecraft` +Downloading the server jar into `/opt/minecraft`: +``` +cd /opt/minecraft +# Go to https://www.minecraft.net/en-us/download/server, +# and copy the link for "Download server.[version].jar: +wget + + +``` This enables minecraft to run in the background, restart if it crashes, etc etc.