# 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


---

# 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://wiki.innouniq.com/plugins/parkour-dimension/configuration/placeholder.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.
