SimplyKits is a Minecraft kit plugin designed for ease of use. It's a very simple and straightforward plugin. A list of commands is listed below, with their respective descriptions and the permission nodes you can use in plugins like LuckPerms.
| Command | Usage | Permission Node |
|---|---|---|
/kitcreate <name> |
Saves YOUR current inventory (armor, offhand, every main slot) as a kit with that name. Can only be run by players. | kits.create |
/kitgive <name> <selector> |
Gives the kit to matching players. <selector> can be a plain player name, or a vanilla selector like @a, @p, @r, or @a[distance=..10]. |
kits.give |
/kitlist |
Lists every saved kit name. | kits.list |
/kitdelete <name> |
Deletes the named kit. | kits.delete |
/kitrandom <selector> |
Gives a randomly chosen kit to selected players. The kit is rolled ONCE per command, so everyone targeted gets the same kit. | kits.give |
/kitrng <selector> |
Rolls an independent random kit for EACH targeted player. | kits.rng |
/kits |
Opens a clickable menu of every kit (plus a "Random Kit" button). Clicking a kit gives you that kit. | kits.gui |
Kits are stored in plugins/Kits/kits.yml
IF YOU ARE NOT JUST DOWNLOADING THE .JAR FILE PLEASE READ THE "LICENSE.md" FILE
- Open this repo in an IDE of your choice (IntelliJ IDEA is highly recommended) as a Gradle project.
- Make sure a Java 25 JDK is installed—the toolchain block in
build.gradle.ktswill make Gradle download/use it automatically if you don't have one. - Run
./gradlew build(orgradlew.bat buildon Windows). - The compiled jar will appear in
build/libs/kits-plugin-1.0-SNAPSHOT.jar. - Drop that jar into your server's
plugins/folder and restart the server.
if you find any bugs please use the github issues
This plugin was made by Morrmo / Morrhawk33