Simple Kits

Simple command-based kit system for Fabric — save, give, and randomize kits with no GUI.

149

Simple Kits

Simple Kits

Tired of manually giving players items during events? Simple kits is a lightweight, server-side Fabric mod that lets you quickly save, manage, and distribute kits using simple commands.

Perfect for events, minigames, and admin use — no GUI, no clutter, just fast and efficient kit control.

Key Features

- Save and reuse custom kits from your inventory - Instantly give kits to players or everyone - Randomize kits across players for events - Optional player and gear percentage controls (0–100) - Simple command system (no GUI) - Lightweight and server-friendly

⚙️ Commands

``` /kit give <player> <kit> [gearPercent] ```

``` /kit giveall <kit> [playerPercentage] [gearPercent] ```

``` /kit randomall <kit> [playerPercentage] <kit> [playerPercentage]... ```

``` /kit remove <kit> ```

``` /kit save <name> ```

``` /kit list ```

💡 How It Works

- Create kits from your inventory using `/kit save` - Use `/kit give` to give a kit to a specific player - Use `/kit giveall` to give kits to all players or a percentage of players - Use `/kit randomall` to assign different kits randomly across players - Use `/kit remove` to delete a saved kit - Use `/kit list` to view all available kits

Use Cases

- PvP events (OP kits, custom loadouts) - Sumo / Knockback events - Randomized game modes - Admin kit distribution during tournaments

Notes

- `[playerPercentage]` and `[gearPercent]` are optional - Percentage range: 0–100 - `playerPercentage` controls how many players receive a kit - `gearPercent` controls how much of the kit is given - If no percentages are provided, full kits are given to all players - Random distribution is per-player

ADS