KitsX-1.0
19 Jan 2026
CurseForge · Hytale mod
A lightweight and fully configurable kit manager via JSON for Hytale servers, with support for permissions and cooldowns.
Quick answer
[Plugin] KitsX KitsX-1.0 targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
KitsX-1.0. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for [Plugin] KitsX KitsX-1.0. Pick another file and the loader, install side or required mods may change.
Use KitsX-1.0. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside KitsX-1.0. It opens that exact file at the source.
About this project
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.
📄 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.
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 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
Project description from CurseForge.
Recent files
19 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.