ColinHDev / CPlot

Land and world management plugin for PocketMine-MP
https://discord.gg/cAYKEtaqnp
GNU General Public License v3.0
29 stars 12 forks source link

[BUG]: Async plot events won't be called #112

Closed supercrafter333 closed 2 months ago

supercrafter333 commented 2 months ago

I tried to use a async plot event of CPlot in the event listener of my plugin. After I noticed that the PlotClaimAsyncEvent wasn't working I tried every other async event of CPlot. But no async event has been called. I tried to just print a message to the console when a async event is called - didn't work.

111 don't fix this bug. I think there's something wrong with libAsynEvent. I don't really have so much knowledge about await stuff so I'm unable to fix the bug in my PR.

supercrafter333 commented 2 months ago

I'm using 3366701 on a PocketMine-MP 5.18.0 server with PHP 8.2.17.

ColinHDev commented 2 months ago

Should be fixed now, the release can be found here