Is your feature request related to a problem?
There is no way for a plugin to directly create an instance of an Item
Describe the solution you'd like.
Add BlockDropItemEvent::addDrop(ItemStack)
Describe alternatives you've considered.
I could use World drop item, but this is rather annoying and breaks the event handling chain of BlockDropItemEvent as any downstream handlers will encounter an empty drops list (or not find the Item I wish to add) and will have to also hook an item spawn event and have no idea that spawn was caused by a block having "dropped" it.
Other
No response
Is your feature request related to a problem?
There is no way for a plugin to directly create an instance of an
ItemDescribe the solution you'd like.
Add BlockDropItemEvent::addDrop(ItemStack)
Describe alternatives you've considered.
I could use World drop item, but this is rather annoying and breaks the event handling chain of BlockDropItemEvent as any downstream handlers will encounter an empty drops list (or not find the Item I wish to add) and will have to also hook an item spawn event and have no idea that spawn was caused by a block having "dropped" it.
Other
No response