# PlaceholderAPI

## Available placeholders:

| Placeholder                    | Description                                                           |
| ------------------------------ | --------------------------------------------------------------------- |
| `%mypet_name%`                 | the name of the pet                                                   |
| `%mypet_level%`                | the current level of the pet                                          |
| `%mypet_exp%`                  | the current EXP of the pet                                            |
| `%mypet_exp_long%`             | the current EXP of the pet but more precise                           |
| `%mypet_type%`                 | the type of the pet                                                   |
| `%mypet_status%`               | the status of the pet (Dead, Despawned, PetState, Here)               |
| `%mypet_health%`               | the current health of the pet                                         |
| `%mypet_health_long%`          | the current health of the pet but more precise                        |
| `%mypet_health_max%`           | the maximum health of the pet                                         |
| `%mypet_health_max_long%`      | the maximum health of the pet but more precise                        |
| `%mypet_respawn_time%`         | the time left until the mypet respawns                                |
| `%mypet_saturation%`           | the saturation of the pet                                             |
| `%mypet_saturation_long%`      | the saturation of the pet but more precise                            |
| `%mypet_petfood%`              | what the pet likes to eat                                             |
| `%mypet_uuid%`                 | the UUID of the pet                                                   |
| `%mypet_behavior%`             | the behavior mode of the pet (Normal when pet doesn't know the skill) |
| `%mypet_skilltree_display%`    | the display name of the pet's skilltree                               |
| `%mypet_skilltree_name%`       | the name of the pet's skilltree                                       |
| `%mypet_world_group%`          | the worldgroup of the pet                                             |
| `%mypet_has_pet%`              | true if the player has a pet                                          |
| `%mypet_player_is_premium%`    | true if the player has the premium rank                               |
| `%mypet_player_is_donator%`    | true if the player has the donator rank                               |
| `%mypet_player_is_creator%`    | true if the player has the creator rank (Keyle only)                  |
| `%mypet_player_is_developer%`  | true if the player has the developer rank                             |
| `%mypet_player_is_translator%` | true if the player has the translator rank                            |
| `%mypet_player_is_none%`       | true if the player has the default rank                               |
| `%mypet_player_particle_rank%` | true if the pet of the player has particles                           |
| `%mypet_player_language%`      | the language of the owner                                             |
| `%mypet_player_uuid_internal%` | the internal MyPet-UUID of the owner                                  |
| `%mypet_idle_volume%`          | the idle volume of the MyPet                                          |


---

# 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.mypet-plugin.de/hooks/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.
