> For the complete documentation index, see [llms.txt](https://jpprison.gitbook.io/jpprison-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jpprison.gitbook.io/jpprison-docs/commands-and-permissions/placeholders-placeholderapi.md).

# Placeholders (PlaceholderAPI)

| Placeholder                                          | Description                                             |
| ---------------------------------------------------- | ------------------------------------------------------- |
| **TOKENS**                                           |                                                         |
| `%jpprison_tokens%`                                  | Exact token balance                                     |
| `%jpprison_tokens_formatted%`                        | Formatted token balance (e.g., 1.5K)                    |
| **MONEY (Vault)**                                    |                                                         |
| `%jpprison_money%`                                   | Vault balance (with decimals)                           |
| `%jpprison_money_formatted%`                         | Formatted Vault balance                                 |
| **AUTOSELL**                                         |                                                         |
| `%jpprison_autosell%`                                | Status (Enabled/Disabled, configurable in messages.yml) |
| **GLOBAL STATS (playerdata)**                        |                                                         |
| `%jpprison_blocks_mined%`                            | Lifetime blocks mined                                   |
| `%jpprison_blocks_mined_formatted%`                  | Formatted lifetime blocks mined                         |
| **SESSION STATS (StatsTracker, online)**             |                                                         |
| `%jpprison_blocks_per_second%`                       | Blocks per second                                       |
| `%jpprison_tokens_per_minute%`                       | Tokens per minute (exact)                               |
| `%jpprison_tokens_per_minute_formatted%`             | Tokens per minute (formatted)                           |
| `%jpprison_money_per_minute%`                        | Money per minute (exact)                                |
| `%jpprison_money_per_minute_formatted%`              | Money per minute (formatted)                            |
| `%jpprison_xp_per_minute%`                           | XP per minute (exact)                                   |
| `%jpprison_xp_per_minute_formatted%`                 | XP per minute (formatted)                               |
| `%jpprison_blocks_per_minute%`                       | Blocks per minute                                       |
| **AUTO MINER**                                       |                                                         |
| `%jpprison_autominer_active%`                        | Whether Auto Miner is active (true/false)               |
| `%jpprison_autominer_time%`                          | Remaining time in seconds                               |
| `%jpprison_autominer_time_formatted%`                | Formatted remaining time (e.g., 30m 15s)                |
| `%jpprison_autominer_blocks%`                        | Blocks mined by Auto Miner                              |
| `%jpprison_autominer_blocks_formatted%`              | Formatted Auto Miner blocks                             |
| `%jpprison_autominer_tokens%`                        | Tokens earned by Auto Miner                             |
| `%jpprison_autominer_tokens_formatted%`              | Formatted Auto Miner tokens                             |
| `%jpprison_autominer_armor%`                         | Auto Miner armor level                                  |
| `%jpprison_autominer_armor_name%`                    | Current armor name                                      |
| `%jpprison_autominer_armor_multiplier%`              | Armor multiplier (e.g., 2.5)                            |
| **EQUIPPED PET (online)**                            |                                                         |
| `%jpprison_pet_equipped%`                            | Equipped pet display name (or "None")                   |
| `%jpprison_pet_level%`                               | Equipped pet level                                      |
| `%jpprison_pet_xp%`                                  | Equipped pet current XP                                 |
| `%jpprison_pet_required_xp%`                         | XP required for next pet level                          |
| `%jpprison_pet_progress%`                            | Pet progress bar                                        |
| `%jpprison_pet_progress_percent%`                    | Pet progress percentage                                 |
| **PICKAXE IN HAND (online, requires pickaxe)**       |                                                         |
| `%jpprison_pickaxe_level%`                           | Pickaxe level                                           |
| `%jpprison_pickaxe_xp%`                              | Pickaxe current XP                                      |
| `%jpprison_pickaxe_required_xp%`                     | XP required for next pickaxe level                      |
| `%jpprison_pickaxe_blocks_mined%`                    | Blocks mined with this pickaxe                          |
| `%jpprison_pickaxe_progress%`                        | Pickaxe progress bar                                    |
| `%jpprison_pickaxe_progress_percent%`                | Pickaxe progress percentage                             |
| *If you don't have the pickaxe in hand, returns `-`* |                                                         |
| **TOKEN MULTIPLIERS**                                |                                                         |
| `%jpprison_multiplier_tokens%`                       | Effective token multiplier (e.g., x2.0)                 |
| `%jpprison_multiplier_tokens_value%`                 | Raw numeric value (e.g., 2.0)                           |
| `%jpprison_multiplier_tokens_global%`                | Global token multiplier (or x1.0)                       |
| `%jpprison_multiplier_tokens_player%`                | Player's personal token multiplier (or x1.0)            |
| `%jpprison_multiplier_tokens_seconds%`               | Seconds remaining on active multiplier                  |
| `%jpprison_multiplier_tokens_time%`                  | Formatted time remaining                                |
| `%jpprison_multiplier_tokens_active%`                | Whether any multiplier is active (true/false)           |
| **MONEY MULTIPLIERS**                                |                                                         |
| `%jpprison_multiplier_money%`                        | Effective money multiplier (e.g., x3.0)                 |
| `%jpprison_multiplier_money_value%`                  | Raw numeric value                                       |
| `%jpprison_multiplier_money_global%`                 | Global money multiplier                                 |
| `%jpprison_multiplier_money_player%`                 | Player's personal money multiplier                      |
| `%jpprison_multiplier_money_seconds%`                | Seconds remaining                                       |
| `%jpprison_multiplier_money_time%`                   | Formatted time remaining                                |
| `%jpprison_multiplier_money_active%`                 | Whether any multiplier is active                        |


---

# 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, and the optional `goal` query parameter:

```
GET https://jpprison.gitbook.io/jpprison-docs/commands-and-permissions/placeholders-placeholderapi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
