A modular, production-grade Minecraft server orchestrator with dynamic plugin resolution, sigil-based config merging, and automated RCON injection.
MauriceNino/minecraft-server is a powerful Python utility and Docker-first environment designed to streamline the deployment and management of stateless Minecraft server instances. Say goodbye to manual plugin updates and messy configuration files.
š Check out the Full Documentation Site!ā
YAML, JSON, TOML, and .properties files using !replace:, !force:, and !delete: lifecycle sigils.mc-rcon module for secure, automated remote console access inside the container.The quickest way to get started is using Docker Compose. Here is a minimal example:
services:
minecraft:
image: ghcr.io/MauriceNino/minecraft-server:latest
environment:
TYPE: PAPER
VERSION: latest
MEMORY: 2G
PLUGINS: |
modrinth:luckperms@latest
ports:
- "25565:25565"
For more in-depth setup guides, including orchestration scripts runbooks, environment variable dictionaries, and sigil usage, please visit the Documentationā .
Content type
Image
Digest
sha256:843c3df0fā¦
Size
206.5 MB
Last updated
about 1 month ago
docker pull mauricenino/minecraft-server