A simple RocketMod kits plugin with some extra features, including storing kits in MySQL DB, gifting another player your kit, and setting max usages on kits.
KitsPlus currently supports the following database formats:
/kits
- Show all available kits
kits
/kit <kit name>
- Redeem a kit by its name
kit
, kit.<kit name>
/createkit <name> [<cooldown>] [<vehicle>] [<xp>]
- Create a kit with the specified name and optional cooldown, vehicle, xp, and items from your inventory
createkit
/deletekit <name>
- Delete a kit by its name
deletekit
/giftkit <player> <kit name>
- Gift a kit to a player while taking the cooldown yourself
giftkit
/resetkits [all|usages|data]
- Reset kit data, or usages.
resetkits
Please report any bugs you find to me on Discord @ Anomoly#9367 or create an issue on Github