remove drops? (just in specific situations ;) )

Discussion in 'Plugin Development' started by ServerfromMinecraft, Jul 13, 2012.

Thread Status:
Not open for further replies.
  1. Hi all, is it possible to remove the player-death drops in specific situations? i have tryed all but its not work :(
     
  2. yes, you can see the entitydeath event.getDrops() for the stuff that gets dropped, and you can modify that
     
  3. thanks :D but how to modify? i have really try many things :(
     
  4. event.getDrops().removeAll() I almost sure that works, or do you mean whit drops items alrealy lying on the ground? like command bookj /remove items
     
Thread Status:
Not open for further replies.

Share This Page