
Fast Kits
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.
Tags
Creators
Details
1.0.0
Compatibility
Changes
v1.0.0 — Initial Release
- Save your full inventory (hotbar, armor, offhand) as named kits
- Load kits instantly — replaces inventory items
- /kit save, /kit load, /kit delete, /kit rename, /kit list commands
- /kit bind — gives a right-clickable nether star item that loads a kit
- GUI screen (default keybind: K) — visual kit manager with scrollable list
- Load, Delete, Rename, Save Inventory, and Refresh from the GUI
- Per-player persistent storage — JSON files keyed by UUID
- Kit data serialized via Minecraft's ItemStack.CODEC (preserves all components, enchantments, lore, etc.)
- Server-authoritative — client sends action requests only
- Tab-completion for kit names in all commands
- Confirmation dialog before deleting kits
- Binder item preservation — keeps the binder when loading kits via right-click
- Minecraft 1.21.11, Fabric Loader 0.18.4+, Fabric API 0.141.3+
- Java 21 required
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:SNUkWQq5:XXRLSbp2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SNUkWQq5:XXRLSbp2"
}
