Updated for 1.6.4-R2.0 (Latest recommend Bukkit Build) Have fun guys, and if you find bugs, just leave a comment!
Already solved, ty guys.
Oh, thank you so much, works fine now (commented the potions out) How to give a player some potions? Like EXP Bottles etc.? But isn't...
p.getInventory().addItem(Potion1); <- This
OP Okay, works - But: Giving me Helmet, chestplate, leggings, boots AND 2 (???) Iron Swords.. if ((e.getAction() ==...
No, not change (just changed in this thread, YAML Path is correct in the plugin source) The question was, how to give him the item? o.O...
Helmet: ==: org.bukkit.inventory.ItemStack type: IRON_HELMET Now it looks like this.. String helmetPath = "Helmet";...
Example how to use the new config? o.o I don't know much about the new config system.. :(
String helmetPath = "Helmet"; getConfig().addDefault(helmetPath, Material.IRON_HELMET); ItemStack helmet =...
IDK but it says: Unnecessary @SuppressWarnings("deprecation")
int chest = this.plugin.getConfig().getInt("EasyPVP.PVPArmor.Chest"); p.getInventory().setChestplate(new ItemStack(chest)); It was with config,...
It works, thank you. Maybe you know what it with this? p.getInventory().setChestplate(new ItemStack(chest)); ItemStack warnings
Ich sehe du sprichst Deutsch, das ist ja kein Error es sind nur Warnings, dass .getTypeID(); nicht mehr existiert etc. / Just warnings, no...
(e.getClickedBlock().getTypeId() == Material.SIGN.getId()) || (e.getClickedBlock().getTypeId() == Material.SIGN_POST.getId()) ||...
*Removed* //EDIT: Ok should work now, ty guys.
Separate names with a comma.