> For the complete documentation index, see [llms.txt](https://edseries-plugins.gitbook.io/p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edseries-plugins.gitbook.io/p/edminions/features/commands.md).

# Commands & Permissions

Aliases: `/minions`, `/minion`, `/edminions`.

## Player commands

| Command         | Description             |
| --------------- | ----------------------- |
| `/minions`      | Opens the minions menu. |
| `/minions help` | Shows the command help. |

## Admin commands (`edminions.admin`)

| Command                                      | Description                                                                                                         |
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| `/minions give <player> <minion> [amount]`   | Gives minion item(s) of a configured type. Right-clicking deposits the minion into a free slot and auto-enables it. |
| `/minions givefood <player> <food> [amount]` | Gives configured food item(s) (`foods.*` in config.yml).                                                            |
| `/minions giveslots <player> [amount]`       | Unlocks minion slot(s), up to `minions.max-slots`.                                                                  |
| `/minions opengui <gui>`                     | Opens any GUI by id.                                                                                                |
| `/minions reload`                            | Reloads every config, message, GUI and minion file.                                                                 |

Every argument of every command tab-completes (player names, minion ids, food ids, GUI ids, amounts), with admin completions hidden from players without `edminions.admin`.

## Permissions

| Permission        | Description                   | Default |
| ----------------- | ----------------------------- | ------- |
| `edminions.admin` | Access to all admin commands. | OP      |
