Boss Bars

MasterDuels can show customized bossbars.

during game
when game ended

What MasterDuels uses Boss bars for?

Boss bars are great to display remaining time. MasterDuels shows time out time of duel match and arena closing countdown on a boss bar.

boss-bars:
  enabled: true
  mode: AUTO
  in-battle: 'Remaining Time: {time}'
  arena-closing: 'Arena Closing in: {time}'

MasterDuels has its own boss bar core but its can implement another boss bar cores. You can find reason of why you need it, below. About Boss Bar Cores For 1.8 Servers

If you want to select specific core, change mode section.

TAB -> uses Boss Bars of TAB INTERNAL -> uses Boss Bars of MasterDuels AUTO -> if your server is running on 1.8 uses TAB, otherwise uses MasterDuels.

in-battle and arena-closing sections defines title of the boss bar.

During match state is PLAYING, in-battle title will be visible. During match state is MATCH_ENDING, arena-closing title will be visible.

About 1.8 Boss Bars

Minecraft does not have a boss bar packet for 1.8 and below. Even so some awesome boss bar cores can show boss bars on 1.8 with another techniques but this is hard way. That is why most of boss bar core plugins supports only 1.9 and above.

Supported Boss Bar Cores

  • TAB (supports 1.8)

Last updated