diff --git a/Setting up a Minecraft server.md b/Setting up a Minecraft server.md index 985b50b..7706fdc 100644 --- a/Setting up a Minecraft server.md +++ b/Setting up a Minecraft server.md @@ -14,7 +14,7 @@ sudo apt install openjdk-17-jre-headless ``` # Setting up a location for the server -I like to have the minecraft server jar in +I like to have the minecraft server jar in `/opt/minecraft` (`/opt` is for non-user specific programs that don't go in any of the `/bin` folders), accessible by an `opt` This enables minecraft to run in the background, restart if it crashes, etc etc.