Setup

bcBow - setup

bcbow

overview setup source

commands permissions

bcBow is easy to install. Just check if bcCore and WorldEdit is installed and put the latest .jar bcBow file into your plugins folder and restart or reload your server. The plugin will now generate the default config.yml. In most cases, you only have to edit the config.yml.

If you want to create an arena, check this!

This is the default config:

################
##bcBow Config##
################

#Current config version. DO NOT MODIFY!!
Version: 3


#Choose a languge. By default, en (English) and de (German) are supported.
#You can add your own language file in the bcbow folder (messages_<LANG>.yml)
language: en


#Database-Settings
#The database is only needed for stats

#MySQL/SQLite/none
use-database: 'SQLite'
#Only needed for MySQL
username: '<username>'
password: '<password>'
database: 'bcbow'
prefix: ''
host: 'localhost'
port: 3306

#The commands which are allowed for all players during a bcBow game.
allowedCommandsInGame: msg,r,bow,bw

#Enable fireworks
enable_firework: true

#Default configuration for an new arena
#Use "/bow help flags" for descriptions and more information.
Min_Players: 2
Max_Players: 24
Autostart: 2
Max_Time: 600
End_Time: 10
Fee: 0.0
Reward:
    Kill: 1.0
    Win: 10.0
Captures_to_win: 1
KillsToWin:
    FFA: 25
    TDM: 50
    KC: 50