promotional bannermobile promotional banner

Simple kits

Simple Hytale kits plugin: create/list/delete/reload item kits, give them with per‑kit permissions, cooldowns, one‑time kits, and a UI menu with search/random and PNG icons/backgrounds.

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
  • Added the ability to set a cooldown for the /kit menu command. This can be configured in settings.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 create command now includes an optional parameter: --stacking true/false


⚠️ How to Use the New System

To use the new system, you must:

  1. Stop the server
  2. Delete the theahks_KitsPlugin folder
  3. 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.