http://lmgtfy.com/?q=Bukkit+stop+players+from+dropping+items
Essentials has a command that does this
Sorry, I'm really easily distracted. Here it is! <Edit by Moderator: Redacted mediafire url> Let me know if theres any problems.
It will be ready in a few minutes
I think I should be able to do this. Would you like it to happen everytime the player teleports?
event.getWorld().dropItem(event.getLocation(), new ItemStack(Material.COOKIE, 64);
Yeah sorry, I was too lazy to confirm the name with the JavaDocs
Thanks a lot, the video really helped! However I still have on small problem: At 8:20 in the video he says to write this line dos.write(new Byte[]...
Please post your YML file on Pastebin or a similar service to preserve formatting http://pastebin.com/
Use a ProjectileImpactEvent and spawn a dropped item at that location
@EventHandler public void playerMove(PlayerMoveEvent e){ Player p = e.getPlayer(); Location loc = p.getLocation();...
I have been trying to figure out this thread for a couple hours....
Have you talked to him about this? If he made it, he will have the best understanding of how it works
Separate names with a comma.