PaperMC is the next generation of Minecraft server, compatible with Spigot plugins.
7.4K
Paper is the next generation of Minecraft server, compatible with Spigot plugins, offering uncompromising performance.
This is an unofficial Docker Image developped by Hiob for Nefald Community.
Our docker image integrated the RCON CLI by Itzg, based on james4k's RCON library for golang. With it, you will be able to manage your Minecraft server using a RCON client/console, for example MCrcon by Tiifii.
Always refer you to PaperMC documentation.
You can find support and an updated documentation on our Gitlab, also you can discuss and join us on our Discord.
Here a sample of docker-compose.yml :
version: '3.7'
services:
Paper:
image: nefald/paper:latest
container_name: paper
restart: unless-stopped
stdin_open: true
tty: true
ports:
# Minecraft
- 25565:25565/tcp
- 25565:25565/udp
# RCON
- 25575:25575/tcp
- 25575:25575/udp
volumes:
- '/path/to/local/folder:/data'
environment:
- INIT_MEMORY=4G
- MAX_MEMORY=4G
- TZ=Europe/Paris
| Variable | Default | Function |
|---|---|---|
| INIT_MEMORY | 2G | Min memory allocated to Paper container. |
| MAX_MEMORY | 2G | Max memory allocated to Paper container. |
| TZ | Europe/Paris | Specify your server timezone (list). |
This image is based on Felix Klauke image, released under MIT LICENSE.
Original logo was designed by corpus delicti, released under CCBY license.
Content type
Image
Digest
sha256:614a17dd6…
Size
149.3 MB
Last updated
3 months ago
docker pull nefald/paper