Simple Kits - Intuitive Kit System for Your Forge Server Simple Kits is a lightweight and user-friendly mod that adds a fully-featured kit system to your Forge 1.20.1 server. This mod is designed for server administrators and players who want a simple yet powerful tool for managing item sets.
Key Features:
✅ Easy Kit Creation - Simply place items in your inventory and use a single command to create kits
✅ Customizable Cooldowns - Set and adjust cooldown timers for each kit to balance gameplay
✅ Admin Controls - Create, edit, and delete kits with simple commands
✅ Player-Friendly - Intuitive commands for players to claim kits
✅ Multi-language Support - Includes English and Russian localizations (you can add any other)
✅ Server-side Mod - Works entirely server-side, no need for clients to install anything
✅ FTB Ranks Integration - Full support for permission-based access to kits
Commands:
/fkit <name> - Receive a kit (for all players)
/fkit create <name> <cooldown> - Create a new kit with items from your inventory (admin only)
/fkit delete <name> - Delete an existing kit (admin only)
/fkit cooldown <name> <cooldown> - Change a kit's cooldown time (admin only)
/fkit list - View all available kits and their cooldowns
Permission System & FTB Ranks Integration Basic Permissions Simple Kits uses Minecraft's standard permission system, making it easy to integrate with FTB Ranks:
[player]
power: 1
default: true
permissions:
minecraft.command.fkit: true # Access to basic /fkit command
[admin]
power: 100
permissions:
minecraft.command.fkit.create: true # Can create kits
minecraft.command.fkit.delete: true # Can delete kits
minecraft.command.fkit.cooldown: true # Can modify cooldowns
Per-Kit Permissions
Want specific kits available only to certain player groups?
Configure custom permissions:
[player]
power: 1
default: true
permissions:
minecraft.command.fkit: true
simplekits.kit.starter: true # Access to "starter" kit
[vip]
power: 50
permissions:
minecraft.command.fkit: true
simplekits.kit.starter: true # VIPs can use basic kits
simplekits.kit.vip: true # VIP-exclusive kit
[admin]
power: 100
permissions:
minecraft.command.fkit.create: true
minecraft.command.fkit.delete: true
minecraft.command.fkit.cooldown: true
simplekits.kit.*: true # Access to all kits
For servers not using FTB Ranks, Simple Kits uses permission levels:
Level 0 (default): Basic kit access for all players
Level 2 (operator): Administrative commands (create, delete, cooldown)
Why Simple Kits?
Simple Kits was designed with simplicity and effectiveness in mind. Whether you're running a survival server that needs starter kits, a minigame server requiring class loadouts, or an RPG server with profession gear, Simple Kits provides an elegant solution without unnecessary complexity.
The mod stores all kit data in JSON format, making it easy to backup, edit, or transfer between servers. Cooldowns are tracked per player, ensuring fair gameplay while allowing administrators complete control.
Lightweight, optimized, and designed for real server environments - Simple Kits is the perfect solution for your Forge server's kit management needs!
Featured versions
See allProject members

fen417
Owner