Added option to customize scoreboard update interval.
Added option to customize cooldown progress bar colors.
Added options to customize game bar color and style for different arena states.
Updated bStats version.
Changes in config.yml
Code (YAML):
Scoreboard-Settings: # Should we create some cool scoreboards? Enabled: true
# The player scoreboards will be updated every 10 ticks. Update-Interval: 10
# To hide the bar in a specific arena state, leave the message field empty for that state. game-bar:
waiting-for-players: # This is the message displayed when the arena is in waiting for players state. message: "&e&lPLAYING &f&lMURDER MYSTERY &e&lby &b&lDespical" # The color of the bar when waiting for players. # If a color is not set for this state, the color from the previous state will be used. color: BLUE
# The style of the bar when waiting for players. # If a style is not set for this state, the style from the previous state will be used. style: SOLID
starting: # This is the message displayed when the arena is in starting state. message: "&e&lPLAYING &f&lMURDER MYSTERY &e&lby &b&lDespical" in-game: # The game bar won't be visible if the arena is in-game state because the message is empty. message: "" ending: # This is the message displayed when the arena is in ending state. message: "&e&lPLAYING &f&lMURDER MYSTERY &e&lby &b&lDespical"