You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using both LimboAPI and EaglerXServer plugins, players joining via EaglerXServer are unable to due to LimboAPI trying to remove a frame encoder that isn't there, compatibility mode option in config does not fix it.
To Reproduce
Steps to reproduce the behavior:
Install LimboAPI & EaglerXServer
Join the server using an Eaglercraft client
See error
Expected behavior
For it to work when enabling compatibility mode possibly.
Screenshots
Server Info:
[Velocity 3.5.0-SNAPSHOT, downloaded from https://fill-data.papermc.io/v1/objects/25bfbee6155fbce24f709bf18f1bb915817c4151d6d418ca01282742ab1f123a/velocity-3.5.0-SNAPSHOT-593.jar]
[LimboAPI 1.1.27-SNAPSHOT, downloaded from https://github.com/Elytrium/LimboAPI/actions/runs/24282769886]
[EaglerXServer 1.0.8, downloaded from https://github.com/lax1dude/eaglerxserver/releases/download/v1.0.8/EaglerXServer.jar]
Incompatibility with LimboAPI lax1dude/eaglerxserver#135
Possible solution suggested by EaglerXServer developer(s): "skip this compression code when the frame encoder is missing" - here plugin/src/main/java/net/elytrium/limboapi/injection/login/LoginListener.java around line 208.
Describe the bug
When using both LimboAPI and EaglerXServer plugins, players joining via EaglerXServer are unable to due to LimboAPI trying to remove a frame encoder that isn't there, compatibility mode option in config does not fix it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For it to work when enabling compatibility mode possibly.
Screenshots

Server Info:
[Velocity 3.5.0-SNAPSHOT, downloaded from https://fill-data.papermc.io/v1/objects/25bfbee6155fbce24f709bf18f1bb915817c4151d6d418ca01282742ab1f123a/velocity-3.5.0-SNAPSHOT-593.jar]
[LimboAPI 1.1.27-SNAPSHOT, downloaded from https://github.com/Elytrium/LimboAPI/actions/runs/24282769886]
[EaglerXServer 1.0.8, downloaded from https://github.com/lax1dude/eaglerxserver/releases/download/v1.0.8/EaglerXServer.jar]
velocity-dump-2026-04-26-15-52-02.json
Additional context
Possible solution suggested by EaglerXServer developer(s): "skip this compression code when the frame encoder is missing" - here
plugin/src/main/java/net/elytrium/limboapi/injection/login/LoginListener.javaaround line 208.