Commands and Permissions
Commands
/kit
Opens the GUI.
/kit claim <kit>
Claims a kit outside the GUI.
/kit <kit>
Claims a kit outside the GUI only if claim_kit_short_command
option is enabled on the config.
/kit create <kit> /kit create <kit> original/configurable
/kit edit <kit>
Edits a kit on a GUI.
/kit give <kit> <player>
Gives a kit to the player, ignoring cooldown, permission, one time and requirements.
/kit delete <kit>
Deletes a kit.
/kit reset <kit> <player>/*
Resets kit data for a player, or reset a kit for all players (using *)
/kit preview <kit>
Previews a kit.
/kit open <inventory> <player>
Opens a specific inventory (defined in inventory.yml file) for a player.
/kit reload
Reloads the config.
/kit verify
Allows to check for plugin/configuration errors.
/kit migrate
Permissions
playerkits.admin
Grants access to all plugin commands.
playerkits.bypass.cooldown
Allows the player to bypass cooldowns of all kits.
playerkits.bypass.onetime
Allows the player to bypass the one time of all kits.
Kit Creation with 'original' and 'configurable' Parameters
When using /kit create <kit>
, by default, items will be saved following the new_kit_default_save_mode_original
option in the config.yml file.
When using /kit create <kit> original
, items will be saved into the config as an EXACT/ORIGINAL COPY of the item, without losing any important properties and internal data. This prevents some complex items from other plugins to broke when giving them again to the player.
Here is an example of the same item and the config differences.
With 'configurable' parameter:
With 'original' parameter:
If you choose to save kits using the 'original' parameter, you'll not be able to modify the items manually in the config.
Last updated