Skip to content
Ján Kluka edited this page Sep 15, 2019 · 4 revisions

BuildBattle Setup

Installing plugin to your server:

  1. Download latest version of PRO BuildBattle here
  2. Open BuildBattle.zip and extract BuildBattle.jar to /plugins folder of your Minecraft Server
  3. Restart the server
  • No other required dependencies!
  • This plugin will work only on servers with Java 8 and above!

Arena Setup:

Arena settuping is trivial for each arena. If you want to setup arena game length and other variables such as MySQL, BungeeCord, check out config.yml ! If you want to edit Themes, check out themes.yml!

  • Create arena with /bb create <arena_name> <solo/team>
  • Set arena lobby location with /bb setlobby <arena_name>
  • Give yourself a Plot Selection Wand by /bb pos for plot selection
  • Create as many build plots as you want with /bb addplot <arena_name>
  • If you made a mistake with adding build plots, simply do /bb delplot <arena_name>
  • (Optional) Create arena sign(s) like this:
  1. [bb]
  2. <arena_name>
  • (Optional) If you want to create Auto-Join sign(s), create them like this:
  1. [bb]
  2. autojoin
  3. (Optional) <solo/team>
  • (Optional) If you want to create Spectate sign(s), create them like this:
  1. [bb]
  2. spectate
  3. <arena_name>
  • Just for safety, reload plugin by doing /bb reload
Clone this wiki locally