promotional bannermobile promotional banner

MiniKit

Advanced kit management mod designed to power a Hytale Kit PvP (kitpvp) style server with an intuitive kit selector. Now with per-world kits, new GUIs, developers API and much more!

File Details

MiniKit-1.1.0.jar

  • R
  • Jan 23, 2026
  • 41.83 KB
  • 113
  • Early Access

File Name

MiniKit-1.1.0.jar

Supported Versions

  • Early Access

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.