Skip to content

v2.6.72

Compare
Choose a tag to compare
@Despical Despical released this 25 Sep 08:48
· 50 commits to master since this release
  • Added options to customize game bar color and style for different arena states.
  • Added option to customize scoreboard timer format.
  • Updated particle effects.
  • Updated Commons library
  • Updated bStats library.

Changes in messages.yml

# 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&lTNT Run &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&lTNT Run &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&lTNT Run &e&lby &b&lDespical"
    
Scoreboard:
  # The timer format.
  Timer-Format: "%02d:%02d"

Full Changelog: 2.6.71...2.6.72