retrooper / packetevents

PacketEvents is emerging as a strong contender in the realm of Minecraft packet processing libraries. Designed to simplify packet manipulation while delivering high performance, this powerful tool aims to demystify the complexities of projects utilizing packets.
GNU General Public License v3.0
512 stars 147 forks source link

Can't access Velocity server due to LimboAPI and PacketEvents 2.4.0 #873

Closed TheFaik closed 1 day ago

TheFaik commented 2 months ago

I can't connect to 1.21 server because of LimboAPI library which is needed for LimboAuth+LimboFilter+LimboReconnect plugins. Please solve this...

booky10 commented 2 months ago

See #841 and #853

TheFaik commented 2 months ago

See #841 and #853

Unfortunately it doesn't help... I installed the Dev version of LimboAPI to support PakcetEvents, but the player still can't enter the server

booky10 commented 2 months ago

Yeah, there is no fix for this currently I just wanted to link to these related issues

UserNugget commented 2 months ago

Unfortunately it doesn't help... I installed the Dev version of LimboAPI to support PakcetEvents, but the player still can't enter the server

@TheFaik, you should use both LimboAPI and PacketEvents from actions and enable save-uncompressed-packets in the LimboAPI config (if you disabled it earlier) to make PacketEvents work.

TheFaik commented 1 month ago

Unfortunately it doesn't help... I installed the Dev version of LimboAPI to support PakcetEvents, but the player still can't enter the server

@TheFaik, you should use both LimboAPI and PacketEvents from actions and enable save-uncompressed-packets in the LimboAPI config (if you disabled it earlier) to make PacketEvents work.

Will LimboAPI support be added to PacketEvents 2.5.0?

TheFaik commented 1 month ago

изображение

booky10 commented 1 day ago

Is apparently fixed by LimboAPI when activating "compatibility-mode" https://github.com/Elytrium/LimboAPI/issues/146#issuecomment-2351046083