Scoreboards

MasterDuels can show customized scoreboards for each arena state.

MasterDuels have its own Scoreboard core.

Example Scoreboard Configuration

PLAYING:
  title: '&e&lDUELS'
  live-opponent-format: '&a{name} &c{health}❤'
  dead-opponent-format: '&a{name} &cDEAD'
  quit-opponent-format: '&a{name} &cQUIT'
  lines:
    - '&fRound: &e#{round}'
    - '&fMap: &e{map}'
    - ''
    - '&fRemaining Time:'
    - ' &a{timer}'
    - ''
    - '{+opponents}'
    - ''
    - '&ewww.server.net'

Visit States of Duel Game to learn all states. Scoreboards do not use UNINSTALLING, GAME_STARTING and IDLE states because these states never defines a time span.

  • Title section defines top text of scoreboard.

  • Opponent formats defines string for each player state. A player must be either living, dead or disconnected. {+opponents} placeholder parses these formats.

  • Lines section defines all lines of scoreboard.

  • The placeholder {+opponents} adds new lines for each opponent.

Last updated