SkiesKits
SkiesKits is a server-side Fabric mod that allows creating and customizing item kits for players. The process of creating a new kit is extremely simple - just create a file in the appropriate folder and fill it according to the standard template.
Detailed configuration instructions are available in the documentation!
Main Features
- Creation of practically unlimited number of kits (exact quantity not tested)
- Customizable cooldown periods for kits
- Setting maximum usage limits for each kit
- Customizable menu system for kit selection
- Configuration of special conditions for obtaining kits (permissions, placeholders, etc.)
- Definition of various actions depending on the kit claim result (success, cooldown, limit exceeded, etc.)
Installation
- Download the latest version of the mod from the releases section.
- Install all required dependencies:
- Install additional dependencies if needed:
- Impactor (Economy, placeholders)
- Pebbles Economy (Economy)
- MiniPlaceholders (Placeholders)
- PlaceholderAPI (Placeholders)
- Plan (Additional requirements)
- Place the mod and all dependencies in your server's
modsfolder. - Configure kits in the
./config/skieskits/kits/folder.
Commands and Permissions
| Command | Description | Permission |
|---|---|---|
| /kits reload | Reloads SkiesKits | skieskits.command.reload |
| /kits debug | Enables/disables debug mode for more detailed error analysis | skieskits.command.debug |
| /kits | Opens the kit menu system | skieskits.command.base |
| /kits |
Attempts to claim the specified kit | skieskits.command.claim |
| /kits claim |
Attempts to claim the specified kit | skieskits.command.claim |
| /kits give |
Attempts to give a kit to the specified player. Set bypass to true to bypass all requirements | skieskits.command.give |
| /kits resetusage |
Resets kit usage for a player for all kits or only for the specified one | skieskits.command.resetusage |
| /kits resetcooldown |
Resets kit cooldown for a player for all kits or only for the specified one | skieskits.command.resetcooldown |
Planned Features
- Improved debugging and error handling system
- In-game kit editing (via commands and GUI editor)