You just contradicted yourself. Ambiguous answers just make things more difficult to understand. And you just said "spoonfeeding is not a way of...
RawCode It's obvious he isn't understanding it. Why would you just continue to give ambiguous answers? Anyway, to answer your question......
No it's not :confused: EDIT: Scratch that, yes it is.
There are no errors. I simply give enchantments to an itemstack, add the itemstack to the players inventory and when they fire the bow, the...
Nope, I'm not modifying any projectile events.
I'm getting a strange bug... I have a GUI shop menu, and players can purchase kits. Some of the kits have enchanted items in them, and for some...
You should use player.getWorld().getFullTime(), which will get the absolute time value. It's essentially the same thing as...
Benlewis9000 Simply get the item meta of the item and do .setLore() instead of adding to the lore.
@Cloaking_Ocean An ArrayIndexOutOfBounds exception means you're trying to access an element of an array which doesn't exist. It's like an array...
I'm getting a really strange bug on my Inventory Click Listener. I have a main menu with items that you can click to go into sub-menus. The...
I learned Java from courses at my college, since I'm going for a Master's degree in Computer Science. Then I learned Bukkit just by experimenting...
That's actually a really cool suggestion :)
Paste the whole class
But if I create my own enchantments, it'll still put the enchant glow on the item. I don't want that; the item should look normal. Do you know how...
Get the players item, such as player.getItemInHand() Then do ItemMeta meta = item.getItemMeta(); Edit the meta with whatever you want, such as...
Separate names with a comma.