# Placeholders

## PAPI placeholders

| Placeholder                         | Description                                   |
| ----------------------------------- | --------------------------------------------- |
| %bw1058\_group\_count\_\<nameHere>% | Show the amount of players in an arena group. |
| %bw1058\_stats\_firstplay%          | Show a player first play date.                |
| %bw1058\_stats\_lastplay%           | Show a player last play date.                 |
| %bw1058\_stats\_kills%              | Show player kills.                            |
| %bw1058\_stats\_wins%               | Show player wins.                             |
| %bw1058\_stats\_finalkills%         | Show player final kills.                      |
| %bw1058\_stats\_deaths%             | Show player deaths.                           |
| %bw1058\_stats\_losses%             | Show player losses.                           |
| %bw1058\_stats\_finaldeaths%        | Show player final deaths.                     |
| %bw1058\_stats\_bedsdestroyed%      | Show player beds destroyed.                   |
| %bw1058\_stats\_gamesplayed%        | Show player games played.                     |
| %bw1058\_current\_online%           | Show amount of players in arenas.             |
| %bw1058\_current\_arenas%           | Show amount of active arenas.                 |
| %bw1058\_player\_level%             | Show a player level number.                   |
| %bw1058\_player\_progress%          | Show a player progress bar.                   |
| %bw1058\_player\_xp\_formated%      | Show a player formatted xp.                   |
| %bw1058\_player\_xp%                | Show a player xp number.                      |
| %bw1058\_req\_xp\_formatted%        | Show a player required xp, formatted.         |
| %bw1058\_req\_xp%                   | Show a player required xp number.             |


---

# 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://andrei1058.gitbook.io/bedwarsproxy/features/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.
