Reproduction:
Make a plugin which have the following Listener
BlockBreakEvent which sets event.setDropItems(false) only on a custom block (customcrafting block)
CustomItemBreakEvent with event.setDropItems(false)
- Place a custom block and break it nothing will drop. (like excpected)
- Place any block favourable not a custom, lets take sand and break it. The drop of the previous custom block will be dropped and not a sand item
Reproduction:
Make a plugin which have the following Listener
BlockBreakEvent which sets event.setDropItems(false) only on a custom block (customcrafting block)
CustomItemBreakEvent with event.setDropItems(false)