# 📄 Commands

The main plugin command name can be changed in the `config.yml`. By default it's `combatpets` or `pets`.

<mark style="color:green;">**\[]**</mark> - Optional, <mark style="color:red;">**<>**</mark> - Required

Flag **-s** will make silent command execution (target player won't be notified).

* `/pets [help]` - List of all plugin commands.
* `/pets reload` - Reload the plugin.
* `/pets accessory <type> <name> [amount] [player]` - Give accessory item to a player.
* `/pets add <tier> <pet> [player]` - Add pet to player's collection.
* `/pets addall <tier> [player]` - Add all pets to player's collection.
* `/pets aspectpoints` - Aspect Points commands.
  * `/pets aspectpoints add <amount> <tier> <pet> [player]` - Add points for a pet.
  * `/pets aspectpoints set <amount> <tier> <pet> [player]` - Set points for a pet.
  * `/pets aspectpoints remove <amount> <tier> <pet> [player]` - Remove points off a pet.
  * `/pets aspectpoints reward <amount> [player]` - Add points for player's active pet.
  * `/pets aspectpoints penalty <amount> [player]` - Remove points off player's active pet.
* `/pets captureitem [amount] [player]` - Give capture item to a player.
* `/pets clearinventory <player> <tier> <pet>` - Clear player's pet inventory.
* `/pets collection [tier]` - Open pet collection.
* `/pets egg <tier> <pet> [player]` - Give pet egg to a player.
* `/pets food <category> <name> [amount] [player]` - Give food item to a player.
* `/pets menu` - Open pet menu.
* `/pets mysteryegg <pet> [player]` - Give mystery egg to a player.
* `/pets remove <tier> <pet> [player]` - Remove pet from player's collection.
* `/pets removeall <tier> [player]` - Remove all pets from player's collection.
* `/pets rename <player> <tier> <pet> <name>` - Rename player's pet.
* `/pets revive <player> <tier> <pet>` - Revive player's pet.
* `/pets resetprogress <tier> <pet> [player]` - Reset leveling progress for a pet.
* `/pets shop` - Open shop.
* `/pets xp` - XP commands.
  * `/pets xp add <amount> <tier> <pet> [player]` - Add XP for a pet.
  * `/pets xp set <amount> <tier> <pet> [player]` - Set XP for a pet.
  * `/pets xp remove <amount> <tier> <pet> [player]` - Remove XP off a pet.
  * `/pets xp reward <amount> [player]` - Add XP for player's active pet.
  * `/pets xp penalty <amount> [player]` - Remove XP off player's active pet.


---

# 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://nightexpress.gitbook.io/combatpets/general/commands.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.
