Spigot minecraft server in a container
Go to file
dave b35390dc53
Gitea/docker-spigot/pipeline/head This commit looks good Details
bump to minecraft 1.20.4
2024-03-10 23:32:48 -07:00
Dockerfile bump to minecraft 1.20.4 2024-03-10 23:32:48 -07:00
Jenkinsfile create fifo for server console access 2022-06-26 11:17:45 -07:00
README.md create fifo for server console access 2022-06-26 11:17:45 -07:00
eula.txt Initial commit 2016-04-17 10:06:16 -07:00
spigot-1.9.2.jar Initial commit 2016-04-17 10:06:16 -07:00
spigot-1.10.2.jar Add new spigot version 2016-10-21 08:30:18 -07:00
spigot-1.11.2.jar bump spigot version 2017-02-19 23:17:13 -08:00
spigot-1.14.4.jar update to mc 1.14.4 2019-08-11 15:11:29 -07:00
spigot-1.16.3.jar bump to minecraft 1.19 2022-06-25 16:41:11 -07:00
spigot-1.19.0.jar bump to minecraft 1.19 2022-06-25 16:41:11 -07:00
spigot-1.20.4.jar bump to minecraft 1.20.4 2024-03-10 23:32:48 -07:00
start create fifo for server console access 2022-06-26 11:17:45 -07:00
supervisor.conf Initial commit 2016-04-17 10:06:16 -07:00

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