Matej
Matej
Can you please do a test server with just "Boss" installed, please? Just to be 100% sure it's not caused by another plugin. If that won't do then I will...
If possible can you zip the entire bugged server to ufile.io, all files, so I can reproduce exactly 100% matching your setup?
@IceGames23 I was able to reproduce on your server. After, I reworked metadata storage, and the bug seemed to be gone. Can you please confirm it's fixed on your end...
Thanks for the feedback! Please test this dev build to see if mobs spawn without equipment. Please note that we remove the equipment after 4 ticks so it will be...
Unfortunately that might be your Spigot fork, we already call the proper APIs. This would be a wontfix issue.
> No plans to resolve @Spottedleaf excuse me? This is unacceptable given the large amount of plugins using the Conversation API. It breaks by merely blocking the input. I was...
For anyone interested in reproducing this on Folia here is the full Java code that makes Folia break: ```java Player player = getPlayer(); player.beginConversation(new Conversation(SimplePlugin.getInstance(), player, new ValidatingPrompt() { @Override...
Thanks for clarification. I understand now. Sure, if I have time I'll try to make a pull request.
Thanks for submitting! I know but changing this to slot-based system introduced some other problems, I dont exactly remember which right now because as broken1arrow said it has been a...
@broken1arrow You can now use Position annotation over Button fields or override getSlot in the button anonymous class and this method will match each button uniquely.