Excellent Kits
A Hytale plugin that adds customizable kits for players
Commands
/kit <name> Get the specified kit
/kits List available kits
/createkit <name> [--cooldown=0] [--requires-perm] Create a new kit based on your inventory
Permissions
dev.enumerated.excellentkits.command.kit Grant access to the /kit command
dev.enumerated.excellentkits.command.kits Grant access to the /kits command
dev.enumerated.excellentkits.command.createkit Grant access to the /createkit command
dev.enumerated.excellentkits.kit.<name> Grant access to the specified kit (Only applies to kits that require permission)
Building from source
- Create a
libs directory in the project directory
- Copy the
HytaleServer.jar file from your game files into the libs directory
# Windows
%AppData%\Hytale\install\release\package\game\latest\Server\HytaleServer.jar
# Linux
~/.var/app/com.hypixel.HytaleLauncher/data/Hytale/install/release/package/game/latest/Server/HytaleServer.jar
# MacOS
~/Application Support/Hytale/install/release/package/game/latest/Server/HytaleServer.jar
- Run the following command in your terminal
./gradlew build
- The resulting plugin jar file will be located in
build/libs