# Scoreboard

AdvancedDungeonArena features built-in scoreboards for dungeons with Variables support.

Scoreboard configuration located in the main config.yml under the Scoreboard section.

# Toggle Feature

Scoreboard feature can be toggled on/off per each dungeon in the config.yml of a dungeon under the Game -> Scoreboard section.

Also here you can specify which scoreboard layout a dungeon will use.

Game:
  Scoreboard:
    Enabled: true
    Id: default

# Layouts

Scoreboard layouts defined under the Layouts section:

Scoreboard:
  Layouts:
    default:
      Title: <lyellow><b>%dungeon_name%</b></lyellow>
      List:
      - ' '
      - '<gray>Mobs: <yellow>%dungeon_enemy_mobs%</yellow> (<green>%dungeon_ally_mobs%</green>)</gray>'
      - '<gray>Players: <yellow>%dungeon_alive_players%</yellow> (<red>%dungeon_dead_players%</red>)</gray>'
      - '<gray>Timeleft: <white>%dungeon_timeleft%</white></gray>'
      - ' '
      - <yellow><b>TASKS:</b></yellow>
      - '%tasks%'
      - ' '
      - <lcyan><b>STATS:</b></lcyan>
      - '<gray>Score: <lcyan>%player_score%</lcyan></gray>'
      - '<gray>Kills: <lcyan>%player_kills%</lcyan></gray>'
      - '<gray>Streak: <lcyan>x%player_streak%</lcyan> (<white>%player_streak_decay%</white>)</gray>'
      - ' '

  LobbyLayout:
    Title: <lyellow><b>%dungeon_name%</b></lyellow><gray> - <white>Hub</white></gray>
    List:
    - '<gray>Status: <yellow>%dungeon_state%</yellow></gray>'
    - ' '
    - <yellow><b>PLAYERS:</b></yellow>
    - '%players%'
    - ' '