bKits

What does this plugin ?
This plugin give you basic kits! Also clears your inventory!
Availble Kits?
PvP | Archer | Warrior | Spy | Assassin
Commands?
/pvp | /archer | /warrior | /spy | /assassin | /ci | /kits
Permissions?
pvp.bkits | archer.bkits | warrior.bkits | spy.bkits | assassin.bkits | ci.bkits | kits.bkits
Completed & Not Completed
✔= Completed
✘= Not Completed
------
/ci also will clear your potions effects! ✔ | When you take another kit your inventory will clear and then you will receive the items! ✔ | Permissions ✔ | /kits Command ✔ | More Kits ✔ | Kit per life ✘ | A list of help ✘ | Custom Kits ✘
CopyRighted By AngelopoulosfilmsYT
My channel -> http://www.youtube.com/angelopoulosfilms
Minecraft Name -> Angelopoulos
-
View User Profile
-
Send Message
Posted Jul 21, 2014@kmancoke1298
Thank you :)
-
View User Profile
-
Send Message
Posted Jul 18, 2014@AngelopoulosfilmsYT
keep up the good work!
-
View User Profile
-
Send Message
Posted Jun 8, 20141.000 DOWNLOADS! OMG THANK YOU GUYS!!!!!!!!! <3
-
View User Profile
-
Send Message
Posted Jun 6, 2014Almost 1000 downloads ! Thank you guys so much <3
-
View User Profile
-
Send Message
Posted May 8, 2014@liuzp1
Probably this kit and other kits will be released in the Next version ... :)
-
View User Profile
-
Send Message
Posted May 8, 2014And add the vampire kit, if you need help in codes add me on skype nolthuk.gamer
@EventHandler public void vampireDeath(PlayerDeathEvent event) { if (!(event.getEntity().getKiller() instanceof Player)) return; if (event.getEntity().getKiller() == null) return; if (plugin.vampire.contains(event.getEntity().getKiller().getName())) { event.getEntity().getKiller().setHealth(20.0D); Potion potion = new Potion(PotionType.INSTANT_DAMAGE, 1, true); event.getEntity().getKiller().getInventory() .addItem(new ItemStack[] { potion.toItemStack(1) }); } }
-
View User Profile
-
Send Message
Posted May 8, 2014A tip use for (int i = 0; i <= 34; i) { ItemStack sopa = new ItemStack(Material.MUSHROOM_SOUP); ItemMeta sMeta = sopa.getItemMeta(); sMeta.setDisplayName(ChatColor.GOLD + "Sopa"); sopa.setItemMeta(sMeta); p.getInventory().addItem(new ItemStack[] { sopa }); }
For a more compact code
-
View User Profile
-
Send Message
Posted Apr 25, 2014@coolguy4744
I will fix it in the future :) ... Don't worry!
-
View User Profile
-
Send Message
Posted Apr 24, 2014If you pm me your skype name, I can help you out. :)
-
View User Profile
-
Send Message
Posted Apr 24, 2014I really like your plugin, however it is very exploitable. Players can drop items which means that they can combine then and make very OP kits. Players armor does not clear via /ci. Which means they can do that even do that even further. People can also get 2 kits at a time! That is very OP. I also suggest that you make soup drinkable instantly.