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.
Y la 1.5.2 u.u
Would be cool if you could add potion effects to kits. Like if I switch to a certain kit I would have a constant strength effect
Could you please make it so when you change into a different kit, it removes all player effects such as potion effects and stuff? People can do one kit, drink a potion then switch into another and keep the effect.
I have a problem, I made 2 kits which work fine, no problem but I made a 3rd kit (using vanilla items) but it doesn't show up in /kits and you cant spawn it either. You can only /kit edit it. I think it's a bug.
my users are not able to obtain kits because of an unexpected error occuring anyone know how to fix this im using spigot 1.8
Huge bug, Whenever I put a delay higher than about 4 hours; it automatically makes it 1 year. If I make it 5 hours, it becomes 1 year, 5 hours. Please fix this/help me, I'm unable to put donor kits up in my Donor shop because of this.
Thank you!
when are you updating and if you have updated to 1.8 whats the link
Update for 1.8 currently in development. Future versions will no longer be supported on Bukkit; Kits will be uploaded to SpigotMC from now on.
Please fix the delays, does not work.
Hey is a 1.8 version coming out anytime soon?
Can you make it so that players when they do /kits they can only see the kits they have access to?
Please fix this! I want to me able to make kits for donator on signs! but it's only kits.signs and that's for all of them, but please make something that allows this: kits.signs.kitname please to make some of the kits for donators only
Thanks!
gabymachuca
What is this??
[10:21:20] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'kit' in plugin Kits v2.1 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:952) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()Ljava/util/Collection; at com.dragonphase.kits.commands.KitCommandExecutor.getPlayer(KitCommandExecutor.java:358) ~[?:?] at com.dragonphase.kits.commands.KitCommandExecutor.spawnKit(KitCommandExecutor.java:273) ~[?:?] 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) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] ... 13 moreIf you could make configurable messages, that would be really awesome, thanks! EDIT: Or just being able to remove messages when people receive a kit would also be fine, thanks!
Can you update to spigot 1.8 please!
In reply to kugick:
How Do I Stop It Clearing The Inventory And Replacing It? Is There A Way?
Hi DragonPhase! There's this problem where whenever you spawn in a kit.. It deletes everything in the armor slots but the inventory. Is there any way to stop the kits from clearing the armor? Thanks :D
What is the command for Kit signs?
There is a problem with the delays! They aren't even there! Please fix this as it is a major problem!