> For the complete documentation index, see [llms.txt](https://docs.frozed.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frozed.club/pillars-of-fortune/configuration/scoreboard.yml.md).

# scoreboard.yml

```yaml
title: "#46d146&lPillars Of Fortune"
state:
  lobby:
    - " "
    - "#38c955&lServer"
    - "#e68825  👥 &fOnline: #e68825<online_players>"
    - " "
    - "#80bee8&lStats"
    - "#69ff87  ⭐ &fWins: #69ff87<wins>"
    - "#ff6e70  🗡 &fKills: #ff6e70<kills>"
    - "#cc0000  ☠ &fDeaths: #cc0000<deaths>"
    - " "
    - "#8ffffdfrozed.club"
  waiting:
    - " "
    - "#aaff70&lGame"
    - "#39c1cc  🏕 &fMap: #39c1cc<map_name>"
    - "#5ecc8c  👥 &fPlayers: #5ecc8c<alive_players>"
    - "#ccaf32  ⌚ &fStarting in: #ccaf32<countdown>"
    - " "
    - "#8ffffdfrozed.club"
  ingame:
    - " "
    - "#aaff70&lGame"
    - "#39c1cc  🏕 &fMap: #39c1cc<map_name>"
    - "#ff6e70  🗡 &fYour Kills: #ff6e70<kills>"
    - "#ccaf32  ⌚ &fTime Remaining: #ccaf32<game_time_remaining>"
    - "#5ecc8c  👥 &fPlayers Remaining: #5ecc8c<alive_players>"
    - " "
    - "#8ffffdfrozed.club"
  spectating:
    - " "
    - "#aaff70&lGame"
    - "#39c1cc  🏕 &fMap: #39c1cc<map_name>"
    - "#ccaf32  ⌚ &fTime Remaining: #ccaf32<game_time_remaining>"
    - "#5ecc8c  👥 &fPlayers Remaining: #5ecc8c<alive_players>"
    - " "
    - "#8ffffdfrozed.club"
```
