Guest User

Untitled

a guest
Jan 8th, 2025
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. [22:54:13 ERROR]: Couldn't pass ProxyInitializeEvent to velocity-tools
  2. java.lang.NoClassDefFoundError: com/velocitypowered/proxy/protocol/packet/HandshakePacket
  3. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  4. at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?]
  5. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
  6. at java.net.URLClassLoader.defineClass(URLClassLoader.java:524) ~[?:?]
  7. at java.net.URLClassLoader$1.run(URLClassLoader.java:427) ~[?:?]
  8. at java.net.URLClassLoader$1.run(URLClassLoader.java:421) ~[?:?]
  9. at java.security.AccessController.doPrivileged(AccessController.java:712) ~[?:?]
  10. at java.net.URLClassLoader.findClass(URLClassLoader.java:420) ~[?:?]
  11. at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  12. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:70) ~[Velocity.jar:3.3.0-SNAPSHOT (git-08c03aae-b320)]
  13. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[Velocity.jar:3.3.0-SNAPSHOT (git-08c03aae-b320)]
  14. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  15. at net.elytrium.velocitytools.VelocityTools.reload(VelocityTools.java:179) ~[?:?]
  16. at net.elytrium.velocitytools.VelocityTools.onProxyInitialization(VelocityTools.java:115) ~[?:?]
  17. at net.elytrium.velocitytools.Lmbda$6.execute(Unknown Source) ~[?:?]
  18. at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[Velocity.jar:3.3.0-SNAPSHOT (git-08c03aae-b320)]
  19. at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:597) ~[Velocity.jar:3.3.0-SNAPSHOT (git-08c03aae-b320)]
  20. at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:478) ~[Velocity.jar:3.3.0-SNAPSHOT (git-08c03aae-b320)]
  21. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  22. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  23. at java.lang.Thread.run(Thread.java:842) [?:?]
  24. Caused by: java.lang.ClassNotFoundException: com.velocitypowered.proxy.protocol.packet.HandshakePacket
  25. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:87) ~[Velocity.jar:3.3.0-SNAPSHOT (git-08c03aae-b320)]
  26. at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[Velocity.jar:3.3.0-SNAPSHOT (git-08c03aae-b320)]
  27. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  28. ... 21 more
Advertisement
Add Comment
Please, Sign In to add comment