/kit <name>Get the specified kit/kitsList available kits/createkit <name> [--cooldown=0] [--requires-perm]Create a new kit based on your inventory
dev.enumerated.excellentkits.command.kitGrant access to the/kitcommanddev.enumerated.excellentkits.command.kitsGrant access to the/kitscommanddev.enumerated.excellentkits.command.createkitGrant access to the/createkitcommanddev.enumerated.excellentkits.kit.<name>Grant access to the specified kit (Only applies to kits that require permission)
- Create a
libsdirectory in the project directory - Copy the
HytaleServer.jarfile from your game files into thelibsdirectory
# 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