PaperMC 1.8.8 server with OpenJ9 JRE 8
- Dockerfile 52.4%
- Shell 47.6%
| logs | ||
| plugins | ||
| world | ||
| world_nether | ||
| world_the_end | ||
| .env.example | ||
| .gitignore | ||
| banned-ips.json.example | ||
| banned-players.json.example | ||
| build-and-push.sh | ||
| build.sh | ||
| bukkit.yml.example | ||
| commands.yml.example | ||
| Dockerfile | ||
| entrypoint.sh | ||
| help.yml.example | ||
| LICENSE | ||
| ops.json.example | ||
| paper.yml.example | ||
| permissions.yml.example | ||
| README.md | ||
| server.properties.example | ||
| setup.sh | ||
| spigot.yml.example | ||
| usercache.json.example | ||
| whitelist.json.example | ||
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.