-
Notifications
You must be signed in to change notification settings - Fork 23
Description
java.lang.NoClassDefFoundError: org/geysermc/mcprotocollib/protocol/packet/ingame/clientbound/entity/spawn/ClientboundAddEntityPacket at me.zimzaza4.geyserutils.geyser.GeyserUtils.replaceTranslator(GeyserUtils.java:231) ~[?:?] at me.zimzaza4.geyserutils.geyser.GeyserUtils.onEnable(GeyserUtils.java:117) ~[?:?] at org.lanternpowered.lmbda.Lmbda$51.accept(Unknown Source) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)] at org.geysermc.event.subscribe.impl.SubscriberImpl.lambda$new$0(SubscriberImpl.java:55) ~[?:?] at org.geysermc.event.subscribe.impl.SubscriberImpl.invoke(SubscriberImpl.java:75) ~[?:?] at org.geysermc.event.bus.impl.BaseBusImpl.fireSilently(BaseBusImpl.java:201) ~[?:?] at org.geysermc.event.bus.impl.OwnedEventBusImpl.fireSilently(OwnedEventBusImpl.java:41) ~[?:?] at org.geysermc.event.bus.impl.BaseBusImpl.fire(BaseBusImpl.java:180) ~[?:?] at org.geysermc.event.bus.impl.OwnedEventBusImpl.fire(OwnedEventBusImpl.java:41) ~[?:?] at org.geysermc.geyser.GeyserImpl.startInstance(GeyserImpl.java:602) ~[?:?] at org.geysermc.geyser.GeyserImpl.initialize(GeyserImpl.java:270) ~[?:?] at org.geysermc.geyser.GeyserImpl.start(GeyserImpl.java:825) ~[?:?] at org.geysermc.geyser.platform.velocity.GeyserVelocityPlugin.onGeyserEnable(GeyserVelocityPlugin.java:144) ~[?:?] at org.geysermc.geyser.platform.velocity.GeyserVelocityPlugin.onProxyBound(GeyserVelocityPlugin.java:209) ~[?:?] at org.geysermc.geyser.platform.velocity.Lmbda$12.execute(Unknown Source) ~[?:?] at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)] at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)] at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] Caused by: java.lang.ClassNotFoundException: org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddEntityPacket at org.geysermc.geyser.extension.GeyserExtensionClassLoader.findClass(GeyserExtensionClassLoader.java:107) ~[?:?] at org.geysermc.geyser.extension.GeyserExtensionLoader.classByName(GeyserExtensionLoader.java:147) ~[?:?] at org.geysermc.geyser.extension.GeyserExtensionClassLoader.findClass(GeyserExtensionClassLoader.java:97) ~[?:?] at org.geysermc.geyser.extension.GeyserExtensionClassLoader.findClass(GeyserExtensionClassLoader.java:79) ~[?:?] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?] ... 21 more