Elytrium / LimboAuth

Minecraft Auth System for Velocity proxy built in virtual server (Limbo). Built with LimboAPI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] ERROR Velocity 3.3.0-351

TheFaik opened this issue · comments

Couldn't pass ProxyInitializeEvent to limboauth
java.lang.IllegalAccessError: class net.elytrium.limboapi.server.LimboImpl tried to access private method 'void com.velocitypowered.proxy.protocol.packet.config.StartUpdatePacket.<init>()' (net.elytrium.limboapi.server.LimboImpl is in unnamed module of loader com.velocitypowered.proxy.plugin.PluginClassLoader @58e85c6f; com.velocitypowered.proxy.protocol.packet.config.StartUpdatePacket is in unnamed module of loader 'app')
        at net.elytrium.limboapi.server.LimboImpl.refresh(LimboImpl.java:220) ~[?:?]
        at net.elytrium.limboapi.server.LimboImpl.<init>(LimboImpl.java:174) ~[?:?]
        at net.elytrium.limboapi.LimboAPI.createLimbo(LimboAPI.java:382) ~[?:?]
        at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:385) ~[?:?]
        at net.elytrium.limboauth.LimboAuth.onProxyInitialization(LimboAuth.java:212) ~[?:?]
        at net.elytrium.limboauth.Lmbda$20.execute(Unknown Source) ~[?:?]
        at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[Velocity.jar:3.3.0-SNAPSHOT (git-53923ed8-b351)]
        at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:597) ~[Velocity.jar:3.3.0-SNAPSHOT (git-53923ed8-b351)]
        at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:478) ~[Velocity.jar:3.3.0-SNAPSHOT (git-53923ed8-b351)]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
        at java.lang.Thread.run(Thread.java:1583) [?:?]

same error