Skip to content
Fred edited this page Apr 27, 2021 · 6 revisions

/ckit

Copies items from the player inventory to be loaded again at a later time. Similar to saved hotbars, but with the entire player inventory.

Usage

/ckit (create|delete|edit|preview) <name>
/ckit list
/ckit load <name> [--override]

Notes

  • create <name>: Creates a new kit from the items in the player's inventory.
  • delete <name>: Deletes an existing kit.
  • edit <name>: Edits a kit, replacing items in the kit with the items in the player's inventory.
  • list: Displays a list of previously created kits.
  • load <name>: Replaces items in the player's inventory with the items from the kit, empty slots in the kit won't override the current inventory.
  • load <name> --override: Replaces items in the player's inventory with the items from the kit, empty slots in the kit will override the current inventory.
  • preview <name>: Displays an inventory screen with the items contained in the kit.
Clone this wiki locally