Neat idea, but I would have tried to come up with something more generic since you're talking about a whole new category. It should be able to...
"config" is just a variable. You never set it's value to anything prior to line 26, so on line 26 it's still the default value (null).
Try adding this line to your program, before the whole "Player p = ..."; System.out.println("Item name: '" + name + "'"); Sometimes what...
I doubt that "most" are still running Java 6. I'm sure a few are, but Java 7 released some performance improvements (I believe?) so any serious...
I think his point is expanding his earlier suggestion: cancel the right click event and spawn a primed TNT yourself. Just because you spawn a...
I believe you just spawn a smoke particle at the location of the ItemStack. Shouldn't be that difficult once you figure out how to spawn particles...
Oh, I thought you just meant the items that someone drops when they die. You said: Anyway, if you want EVERY item to disappear, then the...
Looking at the CraftBukkit source, I think stealing the ChunkGenerator generator in CraftWorld is your best bet. The only issue I could see going...
Oh, you want EVERY item that drops, regardless of reason, to disappear after 5 seconds? Or what do you mean, why should it disappear after 5...
Bukkit 1.7 should line up with Vanilla 1.7, like you said. It would be extremely odd if it didn't. I think Bobcat00 thought you meant you were...
That still looks like it assumes a height of 128, unfortunately. I would look for what CraftBukkit does and just copy it, stripping out pretty...
What did the code I provided do?
Separate names with a comma.