PaperMC 1.8.8 server with OpenJ9 JRE 8
  • Dockerfile 52.4%
  • Shell 47.6%
Find a file
2025-05-07 01:53:39 -04:00
logs Initial commit 2025-05-07 01:53:39 -04:00
plugins Initial commit 2025-05-07 01:53:39 -04:00
world Initial commit 2025-05-07 01:53:39 -04:00
world_nether Initial commit 2025-05-07 01:53:39 -04:00
world_the_end Initial commit 2025-05-07 01:53:39 -04:00
.env.example Initial commit 2025-05-07 01:53:39 -04:00
.gitignore Initial commit 2025-05-07 01:53:39 -04:00
banned-ips.json.example Initial commit 2025-05-07 01:53:39 -04:00
banned-players.json.example Initial commit 2025-05-07 01:53:39 -04:00
build-and-push.sh Initial commit 2025-05-07 01:53:39 -04:00
build.sh Initial commit 2025-05-07 01:53:39 -04:00
bukkit.yml.example Initial commit 2025-05-07 01:53:39 -04:00
commands.yml.example Initial commit 2025-05-07 01:53:39 -04:00
Dockerfile Initial commit 2025-05-07 01:53:39 -04:00
entrypoint.sh Initial commit 2025-05-07 01:53:39 -04:00
help.yml.example Initial commit 2025-05-07 01:53:39 -04:00
LICENSE Initial commit 2025-05-07 04:14:54 +00:00
ops.json.example Initial commit 2025-05-07 01:53:39 -04:00
paper.yml.example Initial commit 2025-05-07 01:53:39 -04:00
permissions.yml.example Initial commit 2025-05-07 01:53:39 -04:00
README.md Initial commit 2025-05-07 01:53:39 -04:00
server.properties.example Initial commit 2025-05-07 01:53:39 -04:00
setup.sh Initial commit 2025-05-07 01:53:39 -04:00
spigot.yml.example Initial commit 2025-05-07 01:53:39 -04:00
usercache.json.example Initial commit 2025-05-07 01:53:39 -04:00
whitelist.json.example Initial commit 2025-05-07 01:53:39 -04:00

PaperMC 1.8.8

PaperMC 1.8.8 server with OpenJ9 JRE 8.

Setup

Run ./setup.sh to copy necessary files, then edit .env as needed. Once you're done, you can run docker compose up -d to start the server.

Note that stopping the container does not save the world, so it may be at the last autosave point if stopped without using rcon.

Running Commands

To run a command on the server, call mcrcon inside the container with the quoted command as an argument.

For example, to op "player123", run docker compose exec papermc mcrcon "op player123".

Stopping the Server

To stop the server gracefully, run docker compose exec papermc mcrcon stop.