A Minigame for Minecraft: Java edition where players compete to win different smaller games. Whoever wins the most games wins!
Documentation available at: https://lclpyt.github.io/arcade-party-2-docs/
With Docker installed, you can use compose to start a production-ready server:
docker compose up --build -dThe container will be persisted between runs. That means, if you update the project, you may end up with outdated config files. If the container fails to start after an update, you can remove the container:
docker compose rmAfter that, start the container as usual.
You can use the Python TUI helper script to bootstrap a new minigame. Make sure to have the latest Python installed.
First, setup a virtual environment:
python -m venv .venv
source .venv/bin/activate
pip install -r scripts/requirements.txtNow, execute the TUI script:
python scripts/make_minigame.py