# Commands & Permissions

| Command                                              | Description                                                                                                     | Permission                                             |
| ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| /kit                                                 | Open the kit GUI.                                                                                               | <mark style="color:green;">`none`</mark>               |
| /kit \<kit-name>                                     | Claim a kit.                                                                                                    | <mark style="color:green;">`none`</mark>               |
| /kit reload                                          | Reload the plugins config and messages.                                                                         | <mark style="color:red;">`command.kits.reload`</mark>  |
| /kit list                                            | List all exisiting kits.                                                                                        | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit give \<kit-name> \<player>                      | Equip a player with a kit. (This bypasses the cooldowns)                                                        | <mark style="color:red;">`command.kits.give`</mark>    |
|                                                      |                                                                                                                 |                                                        |
| /kit getvoucher \<kit-name>                          | Give yourself a kit voucher.                                                                                    | <mark style="color:red;">`command.kits.voucher`</mark> |
| /kit givevoucher \<kit-name> \<player>               | Give a player a kit voucher.                                                                                    | <mark style="color:red;">`command.kits.voucher`</mark> |
|                                                      |                                                                                                                 |                                                        |
| /kit create \<kit-name>                              | Create a new kit.                                                                                               | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit delete \<kit-name>                              | Delete a existing kit.                                                                                          | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit edit \<kit-name>                                | Open the edit GUI for a kit.                                                                                    | <mark style="color:red;">`command.kits.edit`</mark>    |
|                                                      |                                                                                                                 |                                                        |
| /kit setprefix \<kit-name> \<prefix>                 | Set a kits display prefix.                                                                                      | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit setshowitem \<kit-name> \<material>             | Set the display material.                                                                                       | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit setslot \<kit-name> \<slot>                     | Set the display slot. Use -1 to not display a kit in the gui.                                                   | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit setpermission \<kit-name> \<permission>         | Set the permission needed to claim a kit.                                                                       | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit setcooldown \<kit-name> \<permission> \<millis> | Set the kits cooldown in milliseconds, use 'default' in permission for the default cooldown.                    | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit removecooldown \<kit-name> \<permission>        | Removes the cooldown for a set permission.                                                                      | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit setprice \<kit-name> \<price>                   | Set a kits price per second.                                                                                    | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit setfirstjoinkit \<kit-name>                     | Set the first join kit. People that join for the first time will get this kit. This uses minecrafts playerdata. | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit setrespawnkit \<kit-name>                       | Set the respawn kit.                                                                                            | <mark style="color:red;">`command.kits.edit`</mark>    |
| /kit resetcooldown \<player> \<kit-name / all>       | Reset a players kit cooldown.                                                                                   | <mark style="color:red;">`command.kits.edit`</mark>    |


---

# 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://obey.gitbook.io/wiki/legacy-wiki/plugins/crownkits/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.
