max1mde / ChatBubbles-API

The official api of the plugin better chat bubbles
https://www.spigotmc.org/resources/115811/
0 stars 2 forks source link

[Bug] If you try to dismount an entity while the chat bubble is up, it breaks dismounting entities for the entire server. #5

Closed FaultyFunctions closed 4 weeks ago

FaultyFunctions commented 1 month ago

Hello! So I'm running purpur 1.20.4 2176. If you try to dismount a horse or boat or anything dismountable while the chat bubble is up, you get stuck riding the thing. The only way to fix it is to relog or have someone else break the boat. While you are in this bugged state, you can move like on a boat for instance but others will see you standing in place just rotating. Then when you break the boat of the bugged player, they will teleport back to their original location..

Any ideas on how to fix this?

max1mde commented 4 weeks ago

I'ts a bug in PassengerAPI which I'm already aware of ... You can set SetPassengerPacket to false in the PassengerAPI config, which should fix the problem with the boat. I recommend setting that option to true again when the bug is fixed.

max1mde commented 4 weeks ago

Updates?

FaultyFunctions commented 4 weeks ago

Hello! Yes, setting SetPassengerPacket to false worked, thanks so much!