# Enable this option if you want a game bar in-game.
Boss-Bar-Enabled: true
# Enable this option if want a editable scorebaord in-game.
Scoreboard-Enabled: true
# Enable this option when you're using MySQL, otherwise it won't work.
# Be careful when changing this because there is no migrator between
# flat file and MySQL for statistics.
Database-Enabled: false
# Enable inventory manager for your games? (Very useful feature for MULTI ARENA)
# This saves inventory of players and restores it after player leaves arena.
# Saved elements: max health, health, food, experience, full inventory, armor contents, and more.
Inventory-Manager-Enabled: true
# Should we clear player's inventory on join and after leaving the game area.
# Also disable inventory manager option above before enabling this option.
Clear-Inventory: true
# Should we clear player's active potion effects when player join the arena.
Clear-Effects: true
# Should in game chat format be enabled?
# You can edit the formatting in messages.yml
Chat-Format-Enabled: true
# Should we disable all chat related stuff?
# It will disable the separated chat.
Disable-Separate-Chat: false
# Should players get fall damage?
Disable-Fall-Damage: true
# Should we spawn some cool fireworks around the game area when someone becomes king?
Fireworks-On-New-King: true
# The delay between hitting players. ONLY EFFECTED in Minecraft 1.9+
Hit-Cooldown-Delay: 16
# Commands which can be used in game, remove all of them to disable
Whitelisted-Commands:
- me
- help
# Enable in game rewards? See rewards.yml for more.
Rewards-Enabled: false
# Should we block every not KOTL Premium associated commands in game?
Block-Commands: true
# When players click these blocks should we remove them from the game?
Death-Blocks-Enabled: true
# Blocks which shouldn't you click in game, remove all of them to disable.
Death-Blocks:
- BEDROCK
- GLASS
# When player enters the game area should we notify players?
Join-Notify: true
# When player leaves the game area should we notify players?
Leave-Notify: true
# Should we send random pro tips when the setup menu opens.
Send-Setup-Tips: false
# Should we check for updates on plugin start/after admin join?
Update-Notifier-Enabled: true
# Should we send warning messages if server is running a old Java version such as JAVA 8?
Ignore-Warning-Messages: true
# This option isn't included in the default config but can be added manually to enable debug mode.
# In debug mode plugin will log almost every operation with timings and parameters to understand errors.
Debug-Enabled: false