> ## Documentation Index
> Fetch the complete documentation index at: https://perplayerkit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PerPlayerKit Commands: Kits, Enderchests, and Regear

> Complete reference for all PerPlayerKit player commands: kit menus, quick-load shortcuts, enderchest slots, sharing, copying, swapping, and regear.

PerPlayerKit gives every player a focused set of commands to interact with their personal kit system. Use these commands to open the kit GUI, load any of your nine kit slots in a single keystroke, manage your enderchest kits, share or copy kits with teammates, and quickly restock during gameplay with regear. All standard player commands are bundled under `perplayerkit.use`, so a single permission node is all most players need.

<Tip>
  Grant `perplayerkit.use` to give players access to every command listed on this page at once. You do not need to assign individual permissions separately unless you want fine-grained control.
</Tip>

## Kit Menu & Quick Load

Open the main GUI or jump straight to a specific kit slot without navigating any menus.

| Command       | Aliases              | Permission               | Description                                                                       |
| ------------- | -------------------- | ------------------------ | --------------------------------------------------------------------------------- |
| `/kit`        | `/k`                 | `perplayerkit.menu`      | Open the main kit GUI where you can browse and manage all your kit slots.         |
| `/k1` – `/k9` | `/kit1` – `/kit9`    | `perplayerkit.kit`       | Load the corresponding kit slot (1 through 9) instantly, without opening the GUI. |
| `/publickit`  | `/pk`, `/premadekit` | `perplayerkit.publickit` | Open the public kits menu to browse and load server-curated preset kits.          |

<Tip>
  Bind `/k1` through `/k9` to hotkeys or macros for instant kit loading mid-game — no menus required.
</Tip>

## Enderchest

View your enderchest contents or load one of up to nine saved enderchest kit slots.

| Command         | Aliases                         | Permission                    | Description                                                   |
| --------------- | ------------------------------- | ----------------------------- | ------------------------------------------------------------- |
| `/enderchest`   | `/ec`                           | `perplayerkit.viewenderchest` | Open and view your personal enderchest inventory.             |
| `/ec1` – `/ec9` | `/enderchest1` – `/enderchest9` | `perplayerkit.enderchest`     | Load enderchest slot 1 through 9 directly, bypassing the GUI. |

## Kit Management

Copy, share, swap, and delete kit slots to stay organized and collaborate with other players.

| Command      | Aliases                      | Permission                     | Description                                                 |
| ------------ | ---------------------------- | ------------------------------ | ----------------------------------------------------------- |
| `/copykit`   | `/copyec`, `/copyenderchest` | `perplayerkit.copykit`         | Copy another player's kit into one of your own kit slots.   |
| `/sharekit`  | —                            | `perplayerkit.sharekit`        | Share one of your kit slots with another player.            |
| `/shareec`   | `/shareenderchest`           | `perplayerkit.shareenderchest` | Share one of your enderchest kit slots with another player. |
| `/swapkit`   | —                            | `perplayerkit.swapkit`         | Swap the contents of two of your kit slots with each other. |
| `/deletekit` | —                            | `perplayerkit.deletekit`       | Permanently delete the contents of a kit slot.              |

<Warning>
  `/deletekit` permanently removes the kit from that slot. There is no confirmation prompt, so use it carefully.
</Warning>

## Utilities

Utility commands for restocking, healing, repairing, and checking plugin information.

| Command              | Aliases | Permission            | Description                                                                                                  |
| -------------------- | ------- | --------------------- | ------------------------------------------------------------------------------------------------------------ |
| `/regear`            | `/rg`   | `perplayerkit.regear` | Restock whitelisted items from your currently loaded kit. Subject to cooldown and combat timer restrictions. |
| `/heal`              | —       | `perplayerkit.heal`   | Restore your health to full.                                                                                 |
| `/repair`            | —       | `perplayerkit.repair` | Repair the durability of your equipped gear.                                                                 |
| `/aboutperplayerkit` | —       | *(none required)*     | Display the currently installed version of PerPlayerKit.                                                     |

<Note>
  `/regear` and `/rg` can each be independently configured to run in **Command Mode** (direct restock) or **Shulker Mode** (drops a regear shulker box). See the plugin configuration for the `rg-mode` and `regear-mode` options.
</Note>
