telnicky / minecraft-ctf

Dockerized Minecraft capture the flag world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft Hunger Games

Usage

docker build -t minecraft .
docker run -it -p 25565:25565 --name minecraft minecraft

To edit the world run

docker run -it -p 25565:25565 -v $(pwd)/world:/minecraft/world --name minecraft minecraft

Monitor server with

docker logs -f minecraft

About

Dockerized Minecraft capture the flag world