Docker image used in all SpaceMC minecraft plugins.
We are using awesome itzg/minecraft-server for PaperMC server in Docker.
Important
This image is created for our use, so we won't support features that we don't need.
So we only support Maven for automatic file movement.
version: '3.3'
services:
minecraft:
image: norbiros/spacemc:latest
environment:
VERSION: 1.20.1
JAR_NAME: <Your compiled plugin name prefix>
ports:
- "25565:25565"
- "5005:5005"
volumes:
- ./server:/data
- ./target:/target
stdin_open: true
tty: true
restart: "no"
In enviroment
section you can use itzg/minecraft-server's variables
- Bukkit and spigot config patches
- A lot of environment variables for easier development
- Move compiled plugin to
plugins/
- Support for Java Debugger
By using this image you agree to Minecraft's EULA!