Back to Mods
[Plugin] KitsX

[Plugin] KitsX

utilitySKELLETONX

A lightweight and fully configurable kit manager via JSON for Hytale servers, with support for permissions and cooldowns.

About [Plugin] KitsX

KitsX - Hytale Kit Manager

Note: This plugin was developed for the Hytale Server API.

KitsX is a lightweight, efficient, and fully configurable kit manager for Hytale servers. It allows administrators to create custom item packages, define specific permissions, and configure cooldowns via simple and intuitive JSON files.

✨ Features

📄 JSON Configuration: Add, remove, or edit kits quickly without needing to recompile the plugin.

⏱️ Cooldown System: Set individual waiting times (in seconds) to prevent excessive kit usage.

🔐 Permissions: Full control over who can use each kit (e.g., exclusive kits for VIPs or Staff).

🎒 Smart Inventory Management: Items are sent to the best available slot (Hotbar or Backpack).

🎨 Visual Feedback: Colorful and formatted messages for success, errors, and kit lists.

🚀 Installation

Download the latest KitsX .jar file from the files tab.

Place the file in the mods/ folder of your Hytale server directory.

Start the server. The plugin will automatically create the configuration folder.

The configuration file will be generated at: mods/KitsX/kits.json.

⚙️ Configuration

Configuration is done via a JSON file located at mods/KitsX/kits.json. You can create as many kits as you want following this model.

Example configuration (kits.json):

JSON [ { "name": "iniciante", "permission": "", "icon": "sword_stone", "cooldown": 60, "items": [ { "id": "Weapon_Spear_Thorium", "amount": 1 }, { "id": "bread", "amount": 5 } ] }, { "name": "vip", "permission": "kits.vip", "icon": "sword_diamond", "cooldown": 3600, "items": [ { "id": "Weapon_Sword_Diamond", "amount": 1 }, { "id": "potion_healing", "amount": 3 } ] } ] Download: https://github.com/ySKELLETONX/KitsX

Downloads
21
Created
Jan 24, 2026
Updated
Jan 24, 2026
Version
Early Access

Categories

UtilityLibrary

Download Mod

Download on CurseForge
Free download • 21 total downloads

Need a Server?

Run [Plugin] KitsX on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is [Plugin] KitsX?

A lightweight and fully configurable kit manager via JSON for Hytale servers, with support for permissions and cooldowns.

How do I download [Plugin] KitsX?

You can download [Plugin] KitsX for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created [Plugin] KitsX?

[Plugin] KitsX was created by SKELLETONX. The mod has been downloaded 21 times.

Is [Plugin] KitsX compatible with Hytale servers?

[Plugin] KitsX is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install [Plugin] KitsX?

To install [Plugin] KitsX: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.