mcdop4880/spigotmcpi
Create container for teaching Python programming and Minecraft on AWS
125
Docker container running Spigot 1.8.8 and RaspberryJuice 1.7.
You will need Minecraft 1.8.8 (and only 1.8.8) for this to run correctly The spigot server jar was compiled from the great folks here http://www.spigotmc.org RaspberryJuice plugin was sourced from https://github.com/zhuowei/RaspberryJuice
Dockerfile and jars for the image is available here https://github.com/paulmcdonagh/aws-spigotmcpi
Make sure you map the RaspberryJuice port and the Minecraft server port at start up docker run -dit -p 4711:4711 -p 25565:25565 --name minecraft mcdop4880/spigotmcpi
docker pull mcdop4880/spigotmcpi