File Details
simple-kits-1.1.jar
- R
- Jan 20, 2026
- 2.23 MB
- 82
- Early Access
File Name
simple-kits-1.1.jar
Supported Versions
- Early Access
🔧 What’s New / Changes
-
The **configuration and kits are now split into two separate files**:- All general kit settings are located in
settings.json - All kits themselves are stored in
kits.json
- All general kit settings are located in
Added the ability to set a cooldown for the
/kit menucommand. This can be configured insettings.json.Two new parameters have been added to kit settings:
allowKitStacking— controls how items are handled when a player receives a new kit:- When disabled, the system first checks the player’s current inventory and removes duplicate items to prevent item spam, then gives the kit again.
- When enabled, kit items are simply added on top of the existing inventory.
overlapOtherKits— controls how previously received kits are handled:- When enabled, everything given by the previous kit (armor and inventory items) is cleared before giving the new kit, so the old kit does not interfere.
- When disabled, the previous items remain and can coexist with the new kit.
The
/kit createcommand now includes an optional parameter:--stacking true/false
⚠️ How to Use the New System
To use the new system, you must:
- Stop the server
- Delete the
theahks_KitsPluginfolder - Start the server
⚠️ Important:
The first step is mandatory. Otherwise, the folder cannot be deleted correctly.
Also, make sure to save your kits.json file if you want to re-import your kits later.

