Config.yml - wouter-blockken/ChatBrawl GitHub Wiki
#chat prefix used in plugin specific messages
plugin-prefix: '&6&lCB &7&l>> &r'
#turn on auto creation of races
auto-create-races: true
#interval in seconds used for determing when to start a new race
race-delay: 1200
#should players be notified when logging in about ongoing races
notify-on-login: true
#amount pf players needed before auto-starting a race
minimum-players: 0
#allow players in creative mode to compete in races
allow-creative: true
#used to determine what commands are not allowed when answering chat based races
ignored-commands:
- /pm
- /r
#disable players from participating in races when in these worlds
disabled-worlds:
- customworld
- customworld2
#MySQL settings used for the leaderboard functions. If not correct/disabled, the leaderboard
#feature won't work!
mysql:
enabled: false
host: 'localhost'
port: '3306'
database: 'chatbrawl'
username: 'root'
password: 'wouter'