> For the complete documentation index, see [llms.txt](https://docs.blixaozric.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blixaozric.online/kit-harbor/commands.md).

# Commands

#### Player Commands

|        Command        |                Description                |         Permission         |
| :-------------------: | :---------------------------------------: | :------------------------: |
|         `/kit`        |            Opens the kit menu.            |       `kitharbor.use`      |
|     `/kit <name>`     |       Claims a specific kit by name.      |   `kitharbor.kit.<name>`   |
|      `/kit list`      |            Opens the kit menu.            |       `kitharbor.use`      |
| `/kit preview <name>` | Preview a kit's contents before claiming. |   `kitharbor.kit.preview`  |
|     `/kit history`    |        View your kit claim history.       |   `kitharbor.kit.history`  |
|         `/kh`         |        Alias — opens the kit menu.        |       `kitharbor.use`      |
|       `/kh menu`      |       Opens the kit selection menu.       |      `kitharbor.menu`      |
|    `/kh starterkit`   |      Claim your one-time starter kit.     | `kitharbor.kit.starterkit` |
|     `/kh settings`    |     Open your personal settings menu.     |    `kitharbor.settings`    |

#### Admin Commands

|                   Command                  |                              Description                             |          Permission         |
| :----------------------------------------: | :------------------------------------------------------------------: | :-------------------------: |
|          `/kitadmin create <name>`         |                 Create a new kit and open the editor.                |   `kitharbor.admin.create`  |
|           `/kitadmin edit <name>`          |                  Edit an existing kit in the editor.                 |    `kitharbor.admin.edit`   |
|          `/kitadmin delete <name>`         |                             Delete a kit.                            |   `kitharbor.admin.delete`  |
|       `/kitadmin give <player> <kit>`      |     Force-give a kit to a player, ignoring cooldowns and limits.     |    `kitharbor.admin.give`   |
|      `/kitadmin reset <player> <kit>`      |                 Reset a player's cooldown for a kit.                 |   `kitharbor.admin.reset`   |
|        `/kitadmin reset <player> *`        |                Reset all of a player's kit cooldowns.                | `kitharbor.admin.reset.all` |
| `/kitadmin claims <kit> <player> <amount>` | Set a player's personal claim limit for a kit (-1 = inherit global). |   `kitharbor.admin.claims`  |
|         `/kitadmin linktool <kit>`         |              Get the link tool to bind a kit to a block.             |    `kitharbor.admin.edit`   |
|        `/kitadmin history <player>`        |               View another player's kit claim history.               |  `kitharbor.admin.history`  |
|                `/kitreload`                |               Reload all KitHarbor configuration files.              |      `kitharbor.reload`     |

{% hint style="info" %}
`/kitadmin` (and its `/khadmin` alias) is hidden from players who don't have admin permissions — they won't see it in tab-completion.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blixaozric.online/kit-harbor/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
