adding-server

Adding a New Server Instance

Servers are just directories in the ~/minecraft folder.

  1. Copy the closest existing instance:

    cp -r ~/minecraft/paper-1.21.4-survival ~/minecraft/paper-1.21.4-creative
  2. Download the new server jar into the folder. Delete or replace the old server.jar.

  3. Edit server.conf:

  4. Edit run.sh:

  5. Delete the old world (or keep it if you want to continue it):

    rm -rf world/ world_nether/ world_the_end/
  6. Accept the EULA:

    echo "eula=true" > eula.txt