MiniKit-1.1.0.jar
What's new
Added:
- HideKitIfNoPermission configuration option - Controls whether kits are hidden or just disabled when players lack permissions.
- CheckInventoryConflicts configuration option - Validates inventory space before applying kits to prevent item loss.
- ClearInventory configuration option - Allows clearing player inventory before applying a kit. When true, CheckInventoryConflicts is ignored.
- Public API interface (MiniKitAPI) for third-party mod integration.
- API method getKitById(int id) - Retrieves a kit by its unique ID.
- API method getKit(String name) - Retrieves a kit by its name.
- API method hasKit(int id) - Checks if a kit exists with the specified ID.
- API method hasKit(String name) - Checks if a kit exists with the specified name.
- API method getAllKits() - Returns all kits mapped by their IDs.
- API method getKitCount() - Returns the total number of kits.
This mod has no additional files

