This mod allows you to easily create your own kits for the game, preserving the layout of items and all their data.
Commands
Kit creation: Creates a kit by making perfectly copy of your inventory. Setting public change whether other players may use your kit globally.
/qkit create <kitname> <public>
Example:
/qkit create "examplekit" true
-> Creates a public kit with name examplekit.
The color and format tags are also supported, so you can create a kit with bold yellow name using the following command:
/qkit create "&l&6examlekit" true
You can just google minecraft color and formatting tags if you don't know them.
Kit preview:
Opens GUI with kit items preview
/qkit preview <kitname>
Example:
qkit preview examplekit
Kit editing:
Gives you a kit so you can just change positions of items or items themselves and then confirm or cancel changes.
Step by step:
/qkit edit <kitname>
The kit applies for your inventory. Now you can just change everything you want to.
/qkit confirm - changes are saved.
/qkit cancel - changes are cancelled, nothing happens.
Example:
/qkit edit examplekit
I delete iron helmet from kit
I add some gapples
/qkit confirm
Done!
Kit removing:
Removes the kit.
/qkit remove <kitname>
Example:
/qkit remove examplekit
Kits listing:
Shows the list of kits with filter.
/qkit list <public>
Argument public is optional so if you don't use it no publicity filter will be applied.
Examples:
/qkit list - returns list of public kits and your private kits
/qkit list true - returns only public kits
/qkit list false - returns only your private kits
FAQ
What will come in next updates?
-> Permissions mechanics will be added
-> Bug fixes if there are any
What are additional mods?
-> Fabric Language Kotlin
Where can I report a bug?
-> My Discord server
