> For the complete documentation index, see [llms.txt](https://docs.supremeventures.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supremeventures.ca/premium-plugins/player-stats-10.00/placeholders.md).

# Placeholders

<table data-full-width="true"><thead><tr><th>Placeholder (%placeholder%)</th><th>Description</th></tr></thead><tbody><tr><td><code>stats_leaderboard;;STAT_NAME-POSITION-AMOUNT</code></td><td>The current chat format a player has equipped</td></tr><tr><td><code>stats_leaderboard;;STAT_NAME-POSITION-NAME</code></td><td>The current tag a player has equipped</td></tr><tr><td><code>stats_player::STAT_NAME</code></td><td>Number of milliseconds until the next game begins</td></tr></tbody></table>

`STAT_NAME` - This value should be a specific stat or custom stat tracker name. For example `BLOCK_BREAK`, `BLOCK_PLACE`, or a custom tracker like `BLOCK_BREAK::OBSIDIAN`

`POSITION` - This value indicates the leaderboard position you want to list. The value should be between `1 - N` where `N` is the total number of players scoring in this leaderboard. If no value is present or the position has no player in it, it will return a configurable empty placeholder.
