Перейти к содержимому
Mineforgian

Kits

Permissions-based player kits for Fabric Servers.

114K загрузок31 подписчиковMITfabric

Обновлён 22 июня 2026 г. · опубликован 23 июля 2021 г.

Kits

Permissions-based player kits for Fabric Servers.

Release Available For

Kits is a Minecraft mod for Fabric servers that adds configurable, permissions-based player kits. This allows server owners to easily set up batches of items that their players can claim, depending on their rank. Additionally, kits can have a predefined cooldown, so that players do not get to use them infinitely.

Compatible with LuckPerms

Usage

Adding Kits

Command: /kit add <kit_name> <cooldown> [time_unit]
Requires Permission: kits.manage

To add a kit, simply place the items you would like to be included in this kit anywhere in your inventory and run the command /kit add.

NOTE: [time_unit] may be one of d (day), h (hour), m (minute), s (second), y (year). If no time unit is specified, cooldown is interpreted as milliseconds.

Claiming Kits

Command: /kit claim <kit_name>
Requires Permission: kits.claim.<kit_name>

For players, claiming kits is simple. They simply type /kit claim <kit_name>. If they have permissions to use the specified kit, and that kit is not on cooldown for them, they receive the kit in their inventory (or on the ground if their inventory is full.)

Brigadier suggestions are enabled, and will only suggest kits the player has permissions for.

Removing Kits

Command: /kit remove <kit_name>
Requires Permission: kits.manage

To remove a kit, simply type /kit remove <kit_name>. This irreversibly and completely deletes the specified kit from the server, for all users.

Reset Player Kit Cooldowns

If, as a moderator, you wish to reset a player's kit cooldowns, allowing them to regain access to already-claimed kits, you can do so with the following commands:

Reset a single kit

Command: /kit resetPlayerKit <player> <kit_name>
Requires Permission: kits.manage

Reset all kits

Command: /kit resetPlayer <player>
Requires Permission: kits.manage

Kit Rings

Kits supports Kit Rings - collections of kits that share a common cooldown. When a player claims any kit from a ring, all kits in that ring go on cooldown together.

For detailed information on Kit Rings, see RINGS.md.

Advanced

Kits stores most of its data in nbt files, using Minecraft's NBT format. You can modify and create such files with a tool like NBTExplorer.

Kit Config Files

If, for whatever reason, you wish to configure kits manually, instead of using the built-in commands, you can do so by modifying the kit files directly.

Kit files are stored in the directory config/kits in Minecraft's NBT format.

This allows you to modify kit contents or cooldowns after creation, or even add entirely new kits.

Player Kit Usage Files

Whenever a player successfully claims a kit, the time at which this kit was claimed is recorded in a user-specific file named <player_uuid>.nbt in the directory world/kits_user_data.

If you wish to reset or modify when a user can next use a kit that they have already claimed, you can edit the time specified in this file (stored as milliseconds since Epoch). To reset all kit cooldowns for a given user, simply delete the nbt file that corresponds to them.


Contributing

Thank you for considering contributing to Kits! Please see the Contribution Guidelines.

Licence

Kits is open-sourced software licenced under the MIT license.

Discord

Questions? Contact me in my Discord server.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.9.0-mc26.2Релиз26.1.1fabric22 июня 2026 г..jar (258 КБ)
1.8.0-mc1.21.11Релиз1.21.11fabric20 декабря 2025 г..jar (267 КБ)
1.7.1-mc1.21.7Релиз1.21.7fabric1 октября 2025 г..jar (222 КБ)
1.7.0-mc1.21.5Релиз1.21.5fabric13 апреля 2025 г..jar (218 КБ)
1.7.0-mc1.21.2Релиз1.21.2fabric2 января 2025 г..jar (213 КБ)
1.6.2-mc1.21.1Релиз1.21.1fabric6 октября 2024 г..jar (212 КБ)
1.6.2-mc1.20.5Релиз1.20.5fabric6 октября 2024 г..jar (209 КБ)
1.6.1-mc1.21.1Релиз1.21.1fabric14 сентября 2024 г..jar (212 КБ)
1.6.0-mc1.20.4Релиз1.20.4fabric28 марта 2024 г..jar (208 КБ)
1.6.0-mc1.19.2Релиз1.19.2fabric27 сентября 2023 г..jar (202 КБ)
1.6.0-mc1.20.2Релиз1.20.2fabric25 сентября 2023 г..jar (206 КБ)
1.6.0-mc1.20.1Релиз1.20.1fabric25 сентября 2023 г..jar (206 КБ)
1.5.0-v2-mc1.19.2Релиз1.19.2fabric10 февраля 2023 г..jar (197 КБ)
1.5.0-mc1.19.2Релиз1.19.2fabric9 февраля 2023 г..jar (197 КБ)
1.5.0-mc1.19.3Релиз1.19.3fabric22 января 2023 г..jar (199 КБ)

Показаны последние 15 из 25 версий. Все версии — на Modrinth.

Ченджлог

1.9.0-mc26.2Релиз26.1.1 · 22 июня 2026 г.

Kits v1.9.0-mc26.2.0

Changes

  • update to mc 26.2 by @arnokeesman

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

1.8.0-mc1.21.11Релиз1.21.11 · 20 декабря 2025 г.

Kits v1.8.0-mc1.21.11

Changes

  • add Kit Rings feature (documentation)
  • update to Minecraft 1.21.11 (thanks @arnokeesman)
  • add datafixer for enchantments format change

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

1.7.1-mc1.21.7Релиз1.21.7 · 1 октября 2025 г.

Kits v1.7.1-mc1.21.7

Changes

  • update to Minecraft 1.21.7
  • Update kit serialization to match new PlayerInventory serialization strategy
  • fix kits sometimes using a nested directory for storing kit files
    • you'll get a message in your server console on server start if you're affected with instructions on how to fix, if it can't be auto-fixed
  • assorted build/tooling/dependency/publishing updgrades

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

1.7.0-mc1.21.5Релиз1.21.5 · 13 апреля 2025 г.

Kits v1.7.0-mc1.21.2

Changes

  • fix enchanted items (#28) (by @arnokeesman)
  • update for 1.21.2 (by @arnokeesman)
  • add config option to change the kits menu title (#31) (by @arnokeesman)
  • add messaging and logic for one time use kits (#32) (by @arnokeesman)
  • fix storing enchanted armor and offhand as well

Big thanks to Arno for being an absolute powerhouse in this release.


If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

1.7.0-mc1.21.2Релиз1.21.2 · 2 января 2025 г.

Kits v1.7.0-mc1.21.2

Changes

  • fix enchanted items (#28) (by @arnokeesman)
  • update for 1.21.2 (by @arnokeesman)
  • add config option to change the kits menu title (#31) (by @arnokeesman)
  • add messaging and logic for one time use kits (#32) (by @arnokeesman)
  • fix storing enchanted armor and offhand as well

Big thanks to Arno for being an absolute powerhouse in this release.


If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

1.6.2-mc1.21.1Релиз1.21.1 · 6 октября 2024 г.

Kits v1.6.2-mc1.21.1

Changes

  • fix #27: Kits are broken after restart

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

1.6.2-mc1.20.5Релиз1.20.5 · 6 октября 2024 г.

Kits v1.6.2-mc1.20.5

Change (from v1.6.2)

  • fix #27: Kits are broken after restart

Changes (from v1.6.1)

  • Update to Minecraft 1.20.5 (by @arnokeesman)
  • fix bug that could cause the mod to fail to initialize PlayerData, at least in singleplayer (unsure if this existed in the wild, or just in development)
  • fix #15: No longer log a "starter kit could not be found" message if no starter kit is specified in the config

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

1.6.1-mc1.21.1Релиз1.21.1 · 14 сентября 2024 г.

Kits v1.6.1-mc1.21.1

Changes

  • Update to Minecraft 1.21.1 (by @arnokeesman)
  • fix bug that could cause the mod to fail to initialize PlayerData, at least in singleplayer (unsure if this existed in the wild, or just in development)
  • fix #15: No longer log a "starter kit could not be found" message if no starter kit is specified in the config

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…