4drian3d / EpicGuard

🛡 Bot protection system for Minecraft servers and proxies.
https://modrinth.com/plugin/epicguard
GNU General Public License v3.0
55 stars 7 forks source link

Couldn't pass ProxyInitializeEvent to epicguard #146

Closed fadfhkdfga closed 8 months ago

fadfhkdfga commented 8 months ago

Couldn't pass ProxyInitializeEvent to epicguard java.lang.NoClassDefFoundError: me/xneox/epicguard/libs/io/leangen/geantyref/TypeToken at me.xneox.epicguard.velocity.EpicGuardVelocity$CommandRegister.register(EpicGuardVelocity.java:133) ~[?:?] at me.xneox.epicguard.velocity.EpicGuardVelocity.onEnable(EpicGuardVelocity.java:77) ~[?:?] at me.xneox.epicguard.velocity.Lmbda$15.execute(Unknown Source) ~[?:?] at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity-3.3.0-SNAPSHOT-345.jar:3.3.0-SNAPSHOT (git-38558783-b345)] at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:597) ~[velocity-3.3.0-SNAPSHOT-345.jar:3.3.0-SNAPSHOT (git-38558783-b345)] at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:478) ~[velocity-3.3.0-SNAPSHOT-345.jar:3.3.0-SNAPSHOT (git-38558783-b345)] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:842) [?:?] Caused by: java.lang.ClassNotFoundException: me.xneox.epicguard.libs.io.leangen.geantyref.TypeToken at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:87) ~[velocity-3.3.0-SNAPSHOT-345.jar:3.3.0-SNAPSHOT (git-38558783-b345)]

4drian3d commented 8 months ago

Are you sure you are using the latest version of EpicGuard? We no longer use the relocated version of geantyref, but the version included in Velocity