Back to mods
[Plugin] KitsX project artwork

CurseForge · Hytale mod

[Plugin] KitsX

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

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which [Plugin] KitsX release should I use?

Updated 6 months ago
Latest stable file KitsX-1.0
Game version Not listed
Mod system Built-in Hytale mod system

[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

Where should [Plugin] KitsX be installed in 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.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does [Plugin] KitsX KitsX-1.0 need?

KitsX-1.0. Change the file and its required mods may change too.

No required dependencies listed for this file

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

Add [Plugin] KitsX without breaking your instance.

Built for [Plugin] KitsX KitsX-1.0. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use KitsX-1.0. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    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.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside KitsX-1.0. It opens that exact file at the source.

About this project

What does [Plugin] KitsX add?

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

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

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

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

  4. 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

Project description from CurseForge.

Recent files

[Plugin] KitsX releases and Hytale builds

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.