Reference
Commands & Permissions
Commands
| Command | Description | Permission |
|---|---|---|
/kits (alias /kit) | Open the kit menu | — |
/kits claim <kit> | Claim a kit | — |
/kits preview <kit> | Preview a kit's contents | — |
/kits claim-pending | Recover items stored when your inventory was full | — |
/kits reload | Reload config, lang and GUIs | xkits.admin |
/kits give <player> <kit> | Give a kit (bypasses checks) | xkits.admin |
/kits giveall <kit> | Give a kit to every online player | xkits.admin |
/kits create <name> | Create a kit from your inventory | xkits.admin |
/kits delete <kit> | Delete a kit | xkits.admin |
/kits resetcooldown <player> <kit> | Reset a player's cooldown/uses | xkits.admin |
PlaceholderAPI
| Placeholder | Returns |
|---|---|
%xkits_kits% | Number of configured kits |
%xkits_cooldown_<kit>% | Remaining cooldown (Ready when claimable) |
%xkits_cooldown_seconds_<kit>% | Remaining cooldown in seconds |
%xkits_available_<kit>% | true / false (claimable now) |
%xkits_unlocked_<kit>% | true / false (one-off purchase) |
%xkits_uses_<kit>% | The player's total claims of the kit |
Web Dashboard
XKits registers a module with XCore's web panel: a Kits list, a Status page, and a Config editor that loads, validates and saves the whole config.yml then reloads the addon (invalid YAML is rejected before anything is written).