> For the complete documentation index, see [llms.txt](https://wiki.innouniq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.innouniq.com/plugins/parkour-dimension/configuration/placeholder.md).

# Placeholder

## PlaceholderAPI

If you are familiar with [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) resource, you can obtain data and display it at another plugin.

**Player's Profile:**

* %parkour\_profile\_rank% - Player's rank
* %parkour\_profile\_rank\_skill\_point\_amount% - Current skill point amount
* %parkour\_profile\_rank\_next% - Next rank
* %parkour\_profile\_rank\_next\_skill\_point\_amount% - Required skill point amount to next rank

**Personal Statistics:**

* %parkour\_statistic\_personal\_map\_\<MapName>\_decisive\_value% - Parsed decisive value of the map
* %parkour\_statistic\_personal\_map\_\<MapName>\_decisive\_value\_raw% - Raw decisive value of the map
* %parkour\_statistic\_personal\_map\_\<MapName>\_position% - Position at map
* %parkour\_statistic\_personal\_map\_\<MapName>\_position\_raw% - Position at map(If it does not exist, max int value)

**Map Statistics:**

* %parkour\_statistic\_leader\_map\_\<MapName>\_decisive\_value\_\<Order>% - Parsed decisive value of player at requested position
* %parkour\_statistic\_leader\_map\_\<MapName>\_name\_\<Order>% - Name(Nick) of the player at the requested position

**Map Count:**

* %parkour\_map\_count\_all% - Count of maps
* %parkour\_map\_count\_accessible% - Count of accessible maps
* %parkour\_map\_count\_maintenance% - Count of maps in maintenance
* %parkour\_map\_count\_locked% - Count of locked maps
* %parkour\_map\_count\_c\_\<Category>% - Count of maps in the selected category
* %parkour\_map\_count\_d\_\<Difficulty>% - Count of maps in the selected difficulty

**Miscellaneous:**

* %parkour\_version% - Version of Parkour plugin
