> For the complete documentation index, see [llms.txt](https://statz.staartvin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://statz.staartvin.com/placeholders/placeholders.md).

# Placeholders

Statz has built-in support for several placeholders. This means that you only need Statz to make use of the placeholders. **If you're still using a Statz expansion with PAPI, please remove it as it may interfere with Statz's built-in code.**

|                                                                                                                                                     ***Placeholder***                                                                                                                                                    |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|                                                                                                                                                       `statz_joins`                                                                                                                                                      |
|                                                                                                                                                      `statz_deaths`                                                                                                                                                      |
|                                                                                                                 <p><code>statz\_deaths\_WORLD\_NAME</code></p><p>(the world name is case sensitive!)</p>                                                                                                                 |
|                                                                                                                                                   `statz_blocks_broken`                                                                                                                                                  |
|                                                                          <p><code>statz\_blocks\_broken\_BLOCK</code></p><p>(for block types, see <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">this page</a>)</p>                                                                         |
|                                                                                                                                                   `statz_blocks_placed`                                                                                                                                                  |
|                                                                          <p><code>statz\_blocks\_placed\_BLOCK</code></p><p>(for block types, see <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">this page</a>)</p>                                                                         |
|                                                                                                                                                   `statz_damage_taken`                                                                                                                                                   |
|                                                                                                                      <p><code>statz\_distance\_travelled</code></p><p>(total distance travelled)</p>                                                                                                                     |
| <p><code>statz\_distance\_travelled\_MOVEMENT</code></p><p>(you can use <code>FLY</code>, <code>SWIM</code>, <code>BOAT</code>, <code>MINECART</code>, <code>PIG</code>, <code>PIG\_IN\_MINECART</code>, <code>HORSE</code>, <code>HORSE\_IN\_MINECART</code>, <code>WALK</code>, or <code>FLY\_WITH\_ELYTRA</code>)</p> |
|                                                                                                                              <p><code>statz\_food\_eaten</code></p><p>(total food eaten)</p>                                                                                                                             |
|                                                                             <p><code>statz\_food\_eaten\_FOOD</code></p><p>(for foodtypes, see <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">this page</a>)</p>                                                                            |
|                                                                                                                                                   `statz_crafted_items`                                                                                                                                                  |
|                                                                                                                                                   `statz_caught_items`                                                                                                                                                   |
|                                                                                                                                                  `statz_players_killed`                                                                                                                                                  |
|                                                                                                                       <p><code>statz\_time\_played</code></p><p>(total time played in minutes)</p>                                                                                                                       |
|                                                                                 <p><code>statz\_time\_played\_formatted</code></p><p>(total play time, but formatted in <strong><code>x days, y hours and z minutes)</code></strong></p>                                                                                 |
|                                                                                                                                                    `statz_times_shorn`                                                                                                                                                   |
|                                                                                                                                                     `statz_xp_gained`                                                                                                                                                    |
|                                                                                                                             <p><code>statz\_mobs\_killed</code></p><p>(total mobs killed)</p>                                                                                                                            |
|                                                                        <p><code>statz\_mobs\_killed\_MOB</code></p><p>(for mobs type, see <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html">this page</a>)</p>                                                                        |
|                                                                                                                           <p><code>statz\_villager\_trades</code></p><p>(total trades made)</p>                                                                                                                          |
|                                                                         <p><code>statz\_villager\_trades\_BLOCK</code></p><p>(for block types, see <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">this page</a>)</p>                                                                        |
|                                                                                                                                                       `statz_votes`                                                                                                                                                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://statz.staartvin.com/placeholders/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.
