KingKits
KingKits - By KingFaris10

Spigot
There are 'extras' on the Spigot page with KingKits versions optimised for Java 8, or unsupported KingKits versions that are for 1.8 and 1.7. Click here
What is KingKits?
KingKits is not the ordinary kit plugins that allows players to use kits in PvP. This plugin is special as it has in-game commands that allows you to create kits and delete kits. You can also use /pvpkit <kit> or a sign to choose a kit.
Features
- Multi-world support
- Kit command
- Sign kits
- Creating/deleting/renaming kits in-game
- Disabling/enabling commands
- QuickSoup to refill your health/hunger
- A refill command to refill your bowl(s)
- Economy: Cost per kits, money per kill, losing money per death.
- Easy configuration
- In-game configuration editing
- Killstreaks and scores
- Developer friendly (Open source code and hooks)
There are many more features so try out KingKits!
Requirements
If economy is enabled in the config, Vault is required.
Creating KingKits signs
1. Place down a sign.
2. On the first line type "[Kit]" (configurable).
3. On the second line type the kit name.
4. On the other lines you can type whatever you like.
5. Right click on the sign to activate it.
Note - If your kit sign in the config is set to "[Kit]", you must disable Essentials kits for KingKits signs to work.
Youtube
English tutorial by me - https://www.youtube.com/watch?v=DIgjdG5NNvs
Commands and Permissions
http://kingfaris10.stannaz.uk/plugins/kingkits.php
Configuration
Configuration: http://dev.bukkit.org/bukkit-plugins/kingkits/pages/configuration/
Kits Configuration: http://dev.bukkit.org/bukkit-mods/kingkits/pages/configuration-kits/
Translations
Above v5.0.0: Dutch (thanks to Sammeeh): http://pastebin.com/miTK4RKM
Below v5.0.0: Italian: http://pastebin.com/p0ezVDGS
Developers
You can modify the source code in any way as long as you don't claim this as your code and/or plugin.
https://github.com/KingFaris10/KingKits/tree/master/src/main
You can use the source code from this plugin as long as you give credit to KingFaris10. You cannot just copy the whole plugin.
KingKits also has an API class that allows you to do many things, such as get player kits, create kits, delete kits, etc.
Metrics
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
You can opt out of this service by editing plugins/PluginMetrics/config.yml and changing opt-out to true.

Updater
This plugin utilizes Gravity's plugin updater to check for updates.
To disable update checking for KingKits only, set 'Updater.Enabled' in '/plugins/KingKits/config.yml' to false. To disable update checking for all plugins, set 'disable' to 'true' in 'plugins/Updater/config.yml'.
Suggestions
Feel free to post suggestions in the comments box! I'm always looking for new cool ideas so go ahead! I will read them ;)
Other plugins by KingFaris10
Check out all my other cool plugins!
AdminFun: http://dev.bukkit.org/server-mods/AdminFun/ | Let your admins have fun using awesome trolling/broadcast commands!
ItemRenamer: http://dev.bukkit.org/server-mods/Rename-Items/ | Rename items (Supports colour codes) without the use of anvils! Also, you can add lores to your item.
EasyPermissionsEx: http://dev.bukkit.org/server-mods/EasyPex/ | Make all the commands easier and shorter for PermissionsEx and make life 100x times more easier =)
CommandPortals: http://dev.bukkit.org/server-mods/cmdportals/ | Link locations with commands and run commands when a player steps in a specific location.
Purpose
The purpose of this plugin was to help PvP servers get a kit plugin that allows players to use kits with enchantments, lores and custom names. Also, if you do have a developer or you are one, you can make your own special abilities.
F.A.Q
Q: My scoreboard's stuck when I deleted the plugin!
A: /scoreboard objectives remove KingKits
Q: It's saying I don't have permissions to use that kit even if I give them kingkits.kit.use!
A: Have you given them the permission node for the actual kit? kingkits.kits.<kit>.
Q: It's saying I don't have permission to use the command even if I give them kingkits.kits.<kit>!
A: Same as the previous answer, but give them kingkits.kits.use.
Q: I keep getting the error: "Could not load 'plugins/KingKits.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/faris/kingkits/KingKits : Unsupported major.minor version 51.0 at "
A: Calm down, you require Java 7, and running the server on Java 7. This is not much of a problem since most other plugins are built against Java 7. If you have Java 7 installed and it still comes up with this error, it means you have a previous version of Java installed (e.g. Java 6) as well as Java 7. Make sure to run your server on Java 7 by either changing the start-up script or contacting your host.
-
View User Profile
-
Send Message
Posted Aug 6, 2013Bad news
I'm planning on quitting Minecraft. This means I can't update any plugins I've made. Sorry for all of you who aren't a developer or don't have a developer. If you do have a developer or you are one, just update it yourself it it does break. If anyone is willing to continue this, please private message me with the topic <plugin> continuation
Remember, this is just a "plan" and not definite.
-
View User Profile
-
Send Message
Posted Aug 6, 2013@slopeur
This plugin only runs on Java 7.
-
View User Profile
-
Send Message
Posted Aug 6, 2013Is there any plugins that this isn't compatible with? I've tried installing it having it as the only plugin in my plugins folder and when I reset the server it does not appear in my Plugins list. Are there any certain plugins I need? I am currently using craftbukkit-1.6.2-R0.1 and the newest version of this plugin. If there is anything certain I have to do, please let me know. Thanks!
When I started the server with KingKits as the only PlugIn, this is what I got in Console:
17:06:31 [SEVERE] Could not load 'plugins/KingKits.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/bukkit/faris/kingkits/KingKits : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_6_R2.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R2.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:106) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.UnsupportedClassVersionError: net/bukkit/faris/kingkits/KingKits : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more
-
View User Profile
-
Send Message
Posted Aug 6, 2013@KingFaris10
sorry, at me just was
History and Source...
but thanks <3
-
View User Profile
-
Send Message
Posted Aug 6, 2013@Secreted
What do you mean you can't get it and no download link. I know you can't speak English properly but things that aren't there aren't "broken" so you can't "fix" them.
http://dev.bukkit.org/bukkit-plugins/kingkits/files/36-king-kits-special-v1-0-6/
-
View User Profile
-
Send Message
Posted Aug 6, 2013@KingFaris10
Ok with kits. :D
i want the Special Abilities! But i Cant get it.. No Download link. Can you fix that i can download it ?
- Secreted
-
View User Profile
-
Send Message
Posted Aug 6, 2013@Secreted Fix what with Special Abilities?
Also, I did /pvpkit on purpose, it's not "broken" so you can't fix it. I don't want it conflicting with other kit plugins and by doing /pvpkit, you can have 2 kit commands.
-
View User Profile
-
Send Message
Posted Aug 6, 2013@KingFaris10 Okey, A jenkins would be great!
And Thnak you for listening to my suggestions!
-
View User Profile
-
Send Message
Posted Aug 6, 2013@KingFaris10:
Hay, I'm new Here so i have 2 questions.
Can you maybe fix dat with " Special Abilities " ?
And Why did you do /pvpkit <kit>
Maybe you can fix it in /kit <kit> :D:D:D:D:
Ok Bye :P
-
View User Profile
-
Send Message
Posted Aug 5, 2013@PokSon
I was thinking about that, I know how to it's just that using attributes means you'd have to get the same version of Bukkit as the plugin which means constant updating when a newer version of Bukkit comes out. I tried using getClassByName() or something like that but it didn't work out right.
-
View User Profile
-
Send Message
Posted Aug 5, 2013@KingFaris10
I would need to know if you could hook attributes in a next update Like the plugin Simple Attributes on Bukkit
e.g: Diamond Sword +50% Knockback Resistance
-
View User Profile
-
Send Message
Posted Aug 5, 2013@Jidiiot
I've fixed the Scoreboard bugs in v2.0.1 ;) I've uploaded KingKitsSpecial v1.0.6 ages ago but the BukkitDev team say it's "Under approval". I complained to them saying that it's been "Under approval" for over a day and they said they're aware of the issue and that's it. -_-
-
View User Profile
-
Send Message
Posted Aug 4, 2013@KingFaris10 No problem just glad that i can help you finding as many bugs as possible!
-
View User Profile
-
Send Message
Posted Aug 4, 2013@stifcok
GroupManager does work. It's some problem with your groups or something.
@thecool1386
Nether portal.
@Jidiiot
Yes, it's easy to do that but teleporting is a bit OP? Also, thanks for telling me, I should remove v1.0.6 and upload it again but I can't be bothered because then it'll have to be approved again. Disable Endermage kit if you want to and I'll upload v1.0.7 later. I might make a Jenkins.
-
View User Profile
-
Send Message
Posted Aug 3, 2013@KingFaris10 I understand!
About the fisherman kit, couldnt it be that easy so when the kit detects the fishingrod hitting a player, that player is getting teleported to the fisherman?
Notice: The endermage kit gets the invincible effect when u just place the portal, not if the portal succeed!
-
View User Profile
-
Send Message
Posted Aug 3, 2013What do I put inside the endermage kit? A endermage portal?
-
View User Profile
-
Send Message
Posted Aug 3, 2013lol faris i have a sever drop by some time.... and i know you ment to put kit name and also try kingkits.kits.* only plugin i can t get to work i use groupmanager for my perms dont have any problems on any others ??? if you get chance drop in 86.18.223.242
-
View User Profile
-
Send Message
Posted Aug 3, 2013@stifcok
I didn't literally mean kingkits.kits.<kit> -_- You're meant to replace <kit> with the kit name you want players to have. If you want players to have all kits give them kingkits.kits.* If you really didn't know what I meant you need to seriously fix yourself if you're planning/have a server.
@TnTPvP
What do you mean it's not installing? That made no sense. You said "I installed this" and then you said "is not installing"? Do you mean it's not loading up? If it isn't, check that you've installed it properly, check if there's a .jar file in the plugins folder and check for errors in the console. If there are no errors, etc. try getting v1.1.9
-
View User Profile
-
Send Message
Posted Aug 3, 2013Hello I installed this and I have vault. The kingkits plugin is not installing?! Please help D: i really would like to make a kitpvp server :/
-
View User Profile
-
Send Message
Posted Aug 3, 2013hey thanks for the reply KingFaris10 i use group-manager and have used /pvpkit kingkits.kit.sign.use - To use KingKits signs. kingkits.kits.<kit> - To use the <kit>. but it don't seem to work just keep getting you don't have permission to use the kit ??? thanks