# PlaceholderAPI

## `%edprison_tokens%`

Gets the amount of tokens a player has

## `%edprison_tokens_formatted%`

Gets the amount of tokens formatted(1k, 1M, 1B, 1T, 1Qa, 1Qi, 1S, 1Sp, 1O, 1N, 1D)a player has

## `%edprison_gems%`

Gets the amount of gems a player has

## `%edprison_gems_formatted%`

Gets the amount of gems formatted a player has

## `%edprison_crystals%`

Gets the amount of crystals a player has

## `%edprison_crystals_formatted%`

Gets the amount of crystals formatted a player has

## `%edprison_multiplier%`

Gets the amount of gems a player has

## `%edprison_rankup_level%`

Gets the rankup level of a player

## `%edprison_rankup_level_formatted%`

Gets the rankup level formatted of a player

## `%edprison_nextrankup_level%`

Gets the next rankup level of a player

## `%edprison_nextrankup_level_formatted%`

Gets the next rankup level formatted of a player

## `%edprison_`balance\_until\_rankup`%`

Gets the amount of balance left to rankup

## `%edprison_prestige_level%`

Gets the prestige level of a player

## `%edprison_prestige_level_formatted%`

Gets the prestige level formatted of a player

## `%edprison_rankup_bar%`

Displays the rankup level up bar of a player

## `%edprison_rankup_percentage%`

Displays the amount of percentage a player has to rankup

## `%edprison_pickaxe_level%`

Gets the pickaxe level of a player

## `%edprison_pickaxe_bar%`

Displays the pickaxe level up bar of a player

## `%edprison_pickaxe_level_formatted%`

Gets the pickaxe level formatted of a player

## `%edprison_`balance\_until\_levelup`%`

Gets the amount balance left to level up your pickaxe

## `%edprison_blocksbroken%`

Gets the amount of blocks broken a player has

## `%edprison_blocksbroken_formatted%`

Gets the amount of blocks broken formatted a player has

## `%edprison_blocksbroken_raw_formatted%`

Gets the amount of blocks broken formatted a player has (without counting explosive enchantments)

## `%edprison_blocks_top1-10%`

Gets the player top blocks in "Player - Blocks" format

## `%edprison_gang_name%`

Gets the player gang name

## `%edprison_gang_members_count%`

Gets the player count in your gang

## `%edprison_gang_points%`

Get your points in your gang

## `%edprison_gang_multiplier%`

Get your gang multiplier

## `%edprison_gang_top%`

Get your gang top

## `%edprison_gang_lb_name_<number>%`

Views what is the name of the X top gang

## `%edprison_gang_lb_points_<number>%`

Views what are the points of the X top gang

## `%edprison_gang_lb_leader_<number>%`

Views who is the leader of the X top gang

## `%edprison_enchant_level_<enchant>%`

Gets the level of the specified enchantment

## `%edprison_enchant_level_formatted_<enchant>%`

Gets the level formatted of the specified enchantment


---

# 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://edwardbelt.gitbook.io/edprison-core-documentation/general/placeholderapi.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.
