# PlaceholderAPI Placeholders

### Player and Server placeholders <a href="#player-and-server-placeholders" id="player-and-server-placeholders"></a>

These placeholders require PlaceholderAPI to be installed on your server. Find PlaceholderAPI here:

<https://www.spigotmc.org/resources/placeholderapi.6245/>

<table data-full-width="true"><thead><tr><th>Placeholder</th><th>Output</th></tr></thead><tbody><tr><td>%advancedskills_level_&#x3C;skill>%</td><td>Level of a skill</td></tr><tr><td>%advancedskills_multiplier_&#x3C;skill>%</td><td>Current skill's multiplier</td></tr><tr><td>%advancedskills_points_&#x3C;skill>%</td><td>Points of a skill</td></tr><tr><td>%advancedskills_points_needed_&#x3C;skill>%</td><td>Points to level up a skill</td></tr><tr><td>%advancedskills_mana%</td><td>Player's mana</td></tr><tr><td>%advancedskills_mana_formatted%</td><td>Player's mana (formatted)</td></tr><tr><td>%advancedskills_class%</td><td>Player's class (returns "None" if not selected)</td></tr></tbody></table>


---

# 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://skills.advancedplugins.net/main/placeholderapi-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.
