Fast Kits

Quick rating

Fast Kits

No reviews yet

QuickKit lets you save your entire Minecraft inventory as named kits and instantly load them whenever you need them. It includes commands, a GUI, and reusable Kit Binders while preserving enchantments, components, armor, offhand items, and custom names.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

QuickKit v1.0.0

Minecraft 1.21.11 (Fabric)

WHAT IT DOES

QuickKit allows you to save your entire inventory as named kits and restore them instantly whenever you need them. Every kit preserves the complete state of your inventory, including your hotbar, armor, offhand items, enchantments, components, lore, custom names, and all other item data.

Kits are serialized using Minecraft's ItemStack.CODEC, ensuring accurate and future-proof storage of item information. Each player's kits are stored in individual JSON files located under:

pvppractice_kits/.json

within the server's run directory.

COMMANDS

All commands require Operator Level 2.

/kit save Saves your current inventory as a named kit. Kit names can be up to 64 characters long.

/kit load Clears your current inventory and restores the selected kit.

/kit delete Permanently deletes the specified kit.

/kit rename Renames an existing kit.

/kit list Displays all saved kits in chat.

/kit bind Creates a special binder item that instantly loads the selected kit when used.

Tab completion is available for kit names on the load, delete, bind, and rename commands.

GUI

Press K (configurable under Controls → PVP Practice Mod) to open the kit management interface.

The GUI displays all saved kits in a scrollable list.

Kit List Actions

• Left-click a kit → Instantly loads the kit and closes the GUI. • Right-click a kit → Selects the kit and highlights it in blue for management actions.

Buttons

Load Kit • Loads the currently selected kit.

Save Inventory • Prompts for a kit name and saves your current inventory.

Delete Kit • Opens a confirmation dialog before permanently deleting the selected kit.

Rename Kit • Prompts for a new name and renames the selected kit.

Refresh • Reloads the kit list directly from the server.

KIT BINDERS

Running:

/kit bind

gives you a glowing Nether Star with:

• Custom Name: "Kit: " (gold, bold) • Lore: "Right-click to load kit" (gray, italic) • Hidden component: pvppractice:kit_name

Right-clicking the binder instantly loads the linked kit.

To prevent accidental loss, if the binder would be overwritten during kit loading, QuickKit automatically moves it to the next available inventory slot, ensuring it remains in your inventory whenever possible.

TECHNICAL DETAILS

• Uses Fabric API networking through custom payloads: • C2SKitActionPayload • S2CKitListPayload

• Uses a custom data component: • pvppractice:kit_name (String type) for binder identification.

• Server-side kit caching is handled through a ConcurrentHashMap per player UUID and persisted to disk.

• Kits are automatically loaded when a player joins and automatically saved when they disconnect.

• Fully server-authoritative architecture — the client only sends requests, while all validation, kit management, and inventory operations are handled exclusively on the server.

REQUIREMENTS

• Java 21 • Fabric Loader 0.18.4+ • Fabric API 0.141.3+ • Minecraft 1.21.11

Screenshots

Gallery

  • List Of Commands
    List Of Commands

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works