You could try this: http://jd.bukkit.org/doxygen/de/dd5/interfaceorg_1_1bukkit_1_1entity_1_1Entity.html#a2822a7a6b8922952a9e7c5434f6c3fbf
Try this: ShapedRecipe f1enchant = new ShapedRecipe(new ItemStack(Material.DIAMOND_SWORD, 1).addEnchantment(/*Enchantment*/)) .shape(" ", "...
try player.hasPermission("String permission");
<Edit by Moderator: Redacted mediafire url> Here's a quick little plugin I made, it should work even if the chunk is not loaded. It went through...
That code looks like it should work fine, what issues are you having? (Small side note: instead of...
You could either use the Enchantment ID's and use Enchantment.getById(int i); or the enchantment names with Enchantment.getByName(String s);...
You could try adding a potion effect to the entity PotionEffect effect = new PotionEffect(PotionEffectType.INVISIBILITY, /*A Duration*/,...
Separate names with a comma.