vane
vane copied to clipboard
Trigger harvest event when harvesting crops
Hi there!
I am using your plugin alongside some other bits, and have noticed an issue.
We have a plugin using the PlayerHarvestBlockEvent to duplicate some drops when farming, but we have noticed that it doesn't trigger that event when right-clicking or using a sickle.
I quickly looked through the code and saw you are triggering a break block to check if cancelled. Is there any chance something similar could be done to send the PlayerHarvestBlockEvent?
Hopefully, this would also improve compatibility with other 3rd party plugins and make for an overall better experience in places it is used.
Thanks 😄