Spigot minecraft server in a container
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dave 75ff24c74b
Gitea/docker-spigot/pipeline/head This commit looks good Details
create fifo for server console access
12 months ago
Dockerfile bump to minecraft 1.19 12 months ago
Jenkinsfile create fifo for server console access 12 months ago
README.md create fifo for server console access 12 months ago
eula.txt Initial commit 7 years ago
spigot-1.9.2.jar Initial commit 7 years ago
spigot-1.10.2.jar Add new spigot version 7 years ago
spigot-1.11.2.jar bump spigot version 6 years ago
spigot-1.14.4.jar update to mc 1.14.4 4 years ago
spigot-1.16.3.jar bump to minecraft 1.19 12 months ago
spigot-1.19.0.jar bump to minecraft 1.19 12 months ago
start create fifo for server console access 12 months ago
supervisor.conf Initial commit 7 years ago

README.md

docker-spigot

A setup for spigot within docker.

Currently minecraft 1.19.0.

Quick start

  • Clone: git clone ssh://git@git.davepedu.com:223/dave/docker-spigot.git
  • Build: cd docker-spigot ; docker build -t spigot .

Persistence

Mount /srv/spigot/ to the host. This dir should be owned by UID 1000:

  • -v /host/path/data/:/srv/spigot/

Protips

  • Memory limit: -e MEMLIMIT=512m. Defaults to 1024m.
  • Send commands to the server console: $ echo "kick xMopx" > /srv/spigot/stdin