pufferfish-gg/Pufferfish

ItemSpawnEvent issue

WarnDa opened this issue · 2 comments

Hello,
Does pufferfish call properly the ItemSpawnEvent ?

I'm using :
https://www.spigotmc.org/resources/upgradeable-hoppers-fast-hopper-plugin-link-containers-item-transfer-suction-chunk-1-19-support.69201/

And I use a setting "direct-suction: true" that's make items directly suctionned to the hopper when spawning in the chunk
It's working fine on paper 1.19.2, but not on pufferfish 1.19.2, so it might be related to paul's patches on hoppers.

On pufferfish (not working) : https://youtu.be/gfd32pVEy8k
On paper (working) : https://youtu.be/bNy_r4SXWiM

Discussion with the dev :
image

We do still call this event.

I'll check if it's an option in paper/puffer that I changed and makes the event not called

edit : checking with dev why it's called but not always, might be related to his plugin