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
java.lang.NoClassDefFoundError: net/kyori/text/Component
at me.crypnotic.neutron.manager.ModuleManager.registerSerializers(ModuleManager.java:150) ~[?:?]
at me.crypnotic.neutron.manager.ModuleManager.init(ModuleManager.java:62) ~[?:?]
at me.crypnotic.neutron.event.StateHandler.init(StateHandler.java:61) ~[?:?]
at me.crypnotic.neutron.event.StateHandler.init(StateHandler.java:43) ~[?:?]
at me.crypnotic.neutron.NeutronPlugin.onProxyInitialize(NeutronPlugin.java:86) ~[?:?]
at me.crypnotic.neutron.Lmbda$12.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[velocity.jar:3.0.1]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:585) ~[velocity.jar:3.0.1]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:466) ~[velocity.jar:3.0.1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.ClassNotFoundException: net.kyori.text.Component
at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:83) ~[velocity.jar:3.0.1]
at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:60) ~[velocity.jar:3.0.1]
at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
... 12 more```
The text was updated successfully, but these errors were encountered:
I searched for the fork and can't seem to find it
Really looking for something like anvil and catalyst, but those don't seem to work either. Yes I have LP. Yes I tried different versions to check compatibility. No, I am running NO other plugins specifically to isolate the problem before moving on.
Thanks
Using Velocity 3.0.1
This error pops up when starting the proxy:
The text was updated successfully, but these errors were encountered: