
Kit Plugin X1
Create a /kit mod where admins can define kits inside of a configuration file and players can type /kit <name of kit> to redeem the kit.
Descargas
0
Remezclas
0
Precio
Gratis
hytale · Server · 2026.01.24 · mod
Kit Plugin X1
Overview
This mod lets server admins create custom kits that players can redeem anytime. Simply set up your kits in the config file, and players can claim them with a simple command!
Features
- Define unlimited custom kits with any items you want
- Set item quantities for each item in a kit
- Optional permission requirements for specific kits
- Add descriptions to tell players what's in each kit
- Items go directly into player inventory
How to Use
For Players:
- Type
/kit <name>to redeem a kit - Example:
/kit starterwould give you the "starter" kit - If you don't know the kit names, just type
/kitand it will tell you what's available - Some kits may require special permissions - if you can't redeem one, ask an admin!
For Server Admins:
- Edit the
kits.jsonfile in your mod's data folder - Add kits in this format:
{
"Kits": [
{
"Name": "starter",
"Description": "A starter kit for new players",
"Permission": "",
"Items": [
{ "ItemId": "Sword_Iron", "Quantity": 1 },
{ "ItemId": "Pickaxe_Iron", "Quantity": 1 }
]
},
{
"Name": "vip",
"Description": "Special kit for VIP players",
"Permission": "kit.vip",
"Items": [
{ "ItemId": "Sword_Diamond", "Quantity": 1 },
{ "ItemId": "Apple_Gold", "Quantity": 10 }
]
}
]
}
- Restart the server to reload the config
Tips & Tricks
- Leave the "Permission" field empty to make a kit available to everyone
- Use item IDs exactly as they appear in the game files
- You can add as many items to a kit as you want - they'll fill the player's inventory
Known Limitations
- If a player's inventory is full, some items may not fit
- The config file needs to be edited manually (no in-game editor yet)
- Invalid item IDs will be skipped with a warning in the server logs
Cobblemon
create a pokémon mod for hytale, but make the pokemons originals/inspired but no equal, add evolutions too./home/eduardo/Downloads/Cobblemon-fabric-1.7.1+1.21.1...
Chest Respawn
I need a mod for the latest version of Hytale that will allow all loot chests to respawn after being looted. It should work with chest that have already been...
Duel Wielding Swords
The ability to dual wield swords. Equipping the second sword in the off-hand slot, uses the dagger animations and skills with sword range and damage.
AfkArena
📜 𝐀𝐛𝐨𝐮𝐭 𝐓𝐡𝐞 𝐏𝐥𝐮𝐠𝐢𝐧 AfkArena is the ultimate solution for keeping your players engaged even when they are away! Create designated zones in your...
Mod Menu
make a hytsle mod that adds a UI that managesmods, and shows their command/UI, like minecraft mod menu
DummyPlayer
Able to when entering the server completely to interact and have ''fake ping/ms'' like 100 or 120 max.