Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 897 Bytes

File metadata and controls

32 lines (23 loc) · 897 Bytes

Build Competition

The plugin used to manage CSS' Minecraft building competition.

Quick start

  1. Build this plugin and install it
  2. Install PlotSquared and generate a plotworld
  3. Configure the plugin accordingly in config.yml
  4. Run /bca start in-game to create a new competition
  5. Have players join teams using /team
  6. When ready, run /bca nextphase to end the setup phase and start the contest

At any point an administrator may use /bca nextphase to end a phase early. Each game is split into 4 phases:

  1. setup: players join teams and plots are assigned
    • This phase does not end automatically
  2. build: players build on their plots according to the theme
  3. vote: players vote on each other's builds on a scale of 1-5
  4. results: players see the results of the contest

Building

Run the build task:

./gradlew build

Contributing

License