# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.supremeventures.ca/premium-plugins/player-stats-10.00/placeholders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
