Kits And More
Kits And More is a modification for Fabric and Forge that introduces a system of ready-made item sets for players. The main feature is the /kit and /kits commands, allowing the creation and use of pre-configured equipment kits upon first entering a world or server.
Kit Module
The kit system offers the following commands:
/kit name <kitName>- obtain a kit (requires permission "kits_and_more.kit.use" or default rights)/kits delete <name>- delete a kit (requires "kits_and_more.kit.delete" or operator status)/kits create <name>- create a new kit (requires "kits_and_more.kit.create" or operator status)
When creating kits, additional parameters are available:
[overwrite]- overwrite existing kit[cooldown]- set cooldown time- Value -1 for cooldown means the kit can only be used once
Alternative command execution - via /kam: prefix, for example: /kam:kit name main
Important: To automatically give kits to players upon first entering a world or server, name it "main".
Economy Module
Supports working with a single currency through OctoEconomyAPI:
/bal- view current balance/bal <NAME>- check another player's balance/bal <NAME> add <AMOUNT>- add to balance/bal <NAME> remove <AMOUNT>- withdraw funds/bal <NAME> set <AMOUNT>- set specific amount/bal <NAME> pay <NAME2> <AMOUNT>- transfer funds to another player/baltop [page]- ranking of richest players
Configuration
The economy module can be disabled if using another modification with OctoEconomyAPI. Also available is setting the initial amount for new players.
Integration and Future
The modification is compatible with permission systems, including LuckPerms, through standard Fabric and Forge APIs. Development plans include adding random teleportation functions, teleport request systems, and other capabilities.