# Permissions

## Command Permissions

| Permission             | Command                                |
| ---------------------- | -------------------------------------- |
| advancedpets.menu      | Command /advancedpets                  |
| advancedpets.remove    | Command /ap remove                     |
| advancedpets.editor    | Command /ap editor                     |
| advancedpets.reload    | Command /ap reload                     |
| advancedpets.list      | Command /ap list                       |
| advancedpets.addpet    | Command /ap addPet                     |
| advancedpets.removepet | Command /ap removePet                  |
| advancedpets.display   | Command /ap display, /ap clearDisplays |

## Pets Permissions

| Permission                 | Usage                                   |
| -------------------------- | --------------------------------------- |
| advancedpets.pet.\<pet>    | Permission to unlock a pet              |
| advancedpets.skins.\<skin> | Permission to unlock a skin             |
| advancedpets.rename.colors | Allow usage of color codes in pet names |

## Shop Permissions

| Permission                   | Usage                                                                                                  |
| ---------------------------- | ------------------------------------------------------------------------------------------------------ |
| advancedpets.buy.\<pet name> | Unlock a pet to purchase in /petshop (`permissions.enabled` must bet set to true in shopMenu.yml file) |


---

# 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://mobs.advancedplugins.net/advancedpets/permissions.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.
