# Commands & Permissions

These are all the Commands & Permissions Miniature Pets utilizes. Please configure your permission manager accordingly.

## Player Commands & Permissions

<table><thead><tr><th width="194.20939469703458">Command</th><th width="212.6412564466881">Permission</th><th>Description</th></tr></thead><tbody><tr><td>/pet</td><td>miniaturepets.spawn</td><td>Opens the pet GUI.</td></tr><tr><td>/pet pet [pet]</td><td>miniaturepets.spawn</td><td>Spawns a pet directly by pet name.</td></tr><tr><td>/pet pet [pet] [player]</td><td>miniaturepets.spawnothers</td><td>Allows spawning pets for other people</td></tr><tr><td>/pet ride</td><td>miniaturepets.ride</td><td>Ride your spawned pet.</td></tr><tr><td>/pet hat</td><td>miniaturepets.hat</td><td>Puts your pat like a hat!</td></tr><tr><td>/pet call</td><td>miniaturepets.call</td><td>Teleport your pet to you.</td></tr><tr><td>/pet sit</td><td>miniaturepets.sit</td><td>Prevents your pet from following you.</td></tr><tr><td>/pet disguise</td><td>miniaturepets.disguise</td><td>Disguises you as your pet.</td></tr><tr><td>/pet remove</td><td>miniaturepets.remove</td><td>Despawns your pet.</td></tr><tr><td>/pet name [name]</td><td>miniaturepets.setname</td><td>Changes your pet name.</td></tr><tr><td>/pet name [colorname]</td><td>miniaturepets.setnamecolor</td><td>Allows using color codes in pet names.</td></tr><tr><td>/pet help</td><td>miniaturepets.help</td><td>Sends the help menu.</td></tr><tr><td>/pet npc [title] [pet]</td><td>miniaturepets.npc</td><td>Spawns an NPC in the form of a pet. Requires <a href="/pages/ZeuaR56A3qRw9B3qfsGM">Citizens Integration</a>.</td></tr><tr><td>N/A</td><td>miniaturepets.allpets</td><td>Gives you permission to use all pets installed.</td></tr></tbody></table>

## Administrator Commands & Permissions

| Command                | Permission                 | Description                                                                          |
| ---------------------- | -------------------------- | ------------------------------------------------------------------------------------ |
| /pet reload            | miniaturepets.reload       | Reloads the pets and configuration.                                                  |
| /pet clear \[radius]   | miniaturepets.clear        | Clears all pets in a distance of five blocks or the specified radius.                |
| /pet clearall          | miniaturepets.clearall     | Clears all pets from all worlds.                                                     |
| /pet dump              | miniaturepets.dump         | Generates a dump file for support.                                                   |
| /pet permission \[pet] | miniaturepets.permission   | Gives the permission of a specific pet.                                              |
| N/A                    | miniaturepets.checkversion | Sends a message when joining the game if your Miniature Pets version is out-of-date. |


---

# 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/miniaturepets/information/commands-and-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.
