This project started as a Webelos Cub Scout elective called "Game Design". We are trying to create a game that will allow players to quest for items then trade those items for clues on how to complete the next step of the game. It seems like the shopkeepers plugin might help with this.
This server is based on what seems to be the very cool docker-minecraft-server project by Itzg.
This installs a Bukkit/Spigot server so we can install the following mods:
- clone this project
- copy the shopkeepers jar file to data/mc/plugins directory
to start server:
docker-compose up
to stop server:
docker-compose down
RCON is enabled by default, so you can exec into the container to access the Minecraft server console:
docker exec -i mc rcon-cli
- Once we figure out all the plugins and config we need, then we will bake this into our own docker image.