Kits
Kits is a simple yet deceptively powerful plugin allowing you to create, edit and spawn custom kits in-game. When creating and editing a kit, you are provided an inventory in which you will be able to place any item into; changes are made when this inventory is closed.
- Manage Kits entirely in-game with a custom-size inventory GUI for you to add items to or remove items from.
- Everything is drag n' drop
- Create a kit with any name. Kit names are not case sensitive.
- Store any item, with any stack size, name, lore and enchantment; you get back what you added.
- Spawn a kit by clicking on a kit sign.
- Toggle Player inventory overwrite for individual kits.
- Create complete inventory kits.
- Add delays between kits. Kits can have their own individual delays.
- Simple in-game commands displayed and explained below!
- Works with CB 1.7.10-R0.1; works with previous versions that support the UUID changes.
- Hopefully fixed time delay issues.
- Time delay expressions can now be stated literally ("1 month and 2 days, 3 hours & 4 minutes" is a valid expression)
- Cleaned some code.
- Added support for Gravity's updater.
Kits is open source and available on GitHub. There's also an API for developers to create their own plugins that hook into Kits:
This plugin utilizes Gravity's plugin update system. By default, it only checks if any updates are available. You can disable the updater in the config by setting enabled to false. types of updates:
- default - automatically update if the current version of Kits is out of date.
- force - automatically update regardless of the current version
- check - do not download, only check the latest version.
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
- Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
how i set a delay i tried 86400 for seconds but that =1 minute instead of 1 day please help
[17:30:28 ERROR]: Unhandled exception executing command 'kit' in plugin Kits v2.1
org.bukkit.command.CommandException: Unhandled exception executing command 'kit' in plugin Kits v2.1
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:417) [Essentials-2.x-SNAPSHOT.jar:?]
at com.earth2me.essentials.Essentials.onCommand(Essentials.java:402) [Essentials-2.x-SNAPSHOT.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:650) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1354) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1189) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/util/org/apache/commons/lang3/ArrayUtils
at com.dragonphase.kits.api.KitManager.spawnKit(KitManager.java:328) ~[?:?]
at com.dragonphase.kits.commands.KitCommandExecutor.spawnKit(KitCommandExecutor.java:341) ~[?:?]
at com.dragonphase.kits.commands.KitCommandExecutor.spawnKit(KitCommandExecutor.java:326) ~[?:?]
at com.dragonphase.kits.commands.KitCommandExecutor.spawnKit(KitCommandExecutor.java:301) ~[?:?]
at com.dragonphase.kits.commands.KitCommandExecutor.spawnKit(KitCommandExecutor.java:285) ~[?:?]
at com.dragonphase.kits.commands.KitCommandExecutor.spawnKit(KitCommandExecutor.java:269) ~[?:?]
at com.dragonphase.kits.commands.KitCommandExecutor.spawnKit(KitCommandExecutor.java:237) ~[?:?]
at com.dragonphase.kits.commands.KitCommandExecutor.onCommand(KitCommandExecutor.java:49) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot_server.jar:git-Spigot-3fb9445-6e3cec8]
... 18 more
will you update this to 1.12.2? whould be very nice ;)
What commands do you use to create kits? I just created my server and I'm not very good with plugins.
This is for those who want a WORKING 1.8 version:
I UPDATED IT! WORKING ´WITH 1.8.8 and up!!
https://dev.bukkit.org/projects/kits2-0
can u make this 1.8 for me
i'm in 1.8.8 , not Works
logs :
In reply to Forge_User_76754275:
I UPDATED IT! WORKING ´WITH 1.8.8 and up!!
https://dev.bukkit.org/projects/kits2-0
please upgrade
What plugins to make a ranks please tell me*
I hate to burst everyone's bubble but this plugin just WILL NOT work in 1.8+ until the dev updates it. Also due to the lack of activity from the dev in the comments section I fear he will not update it any time soon, if it all.
One of the classes he is using was moved/removed in 1.8 :\
@Dragonphase I can probably update it for you (shouldn't be too hard) but I obviously won't work on it till I get your consent.
Do you get prot 5 with this??
I created a kit for my friends prison server with this plugin, and it said "Kits available to you: An internal error occurred while attempting to perform this command" Can anybody help?
DO /kits (name) athlete to get jump boost
Do /kits (name) ( but not in brackets) athlete
What are the commands?!?
Doesnt work for me. Cause when I've made a kit and do /kits they don't come up.
@Dadus2000
@Dadus2000
Kann you please reup? The File is deleted
Make it so that, everything in your inventory doesn't get replaced with the kit you "summoned" PLZ
For some reason the kit delay is not working with me at all. It wont delay months or days just years then hours. Anybody know why this is like this?