Woodyo

Untitled

Jul 17th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. [05:02:20 WARN]: [MythicKeysPlugin] Plugin MythicKeysPlugin v1.4 generated an exception whilst handling plugin message
  2. java.lang.NoClassDefFoundError: io/lumine/xikage/mythicmobs/adapters/AbstractEntity
  3. at eu.asangarin.mythickeys.config.MythicKeyInfo.mmSkill(MythicKeyInfo.java:59) ~[MythicKeys-1.4.jar:?]
  4. at eu.asangarin.mythickeys.MKListener.receiveKeyPress(MKListener.java:40) ~[MythicKeys-1.4.jar:?]
  5. at eu.asangarin.mythickeys.MKListener.onPluginMessageReceived(MKListener.java:23) ~[MythicKeys-1.4.jar:?]
  6. at org.bukkit.plugin.messaging.StandardMessenger.dispatchIncomingMessage(StandardMessenger.java:455) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  7. at net.minecraft.server.network.ServerGamePacketListenerImpl.handleCustomPayload(ServerGamePacketListenerImpl.java:3225) ~[?:?]
  8. at net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket.handle(ServerboundCustomPayloadPacket.java:37) ~[?:?]
  9. at net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket.handle(ServerboundCustomPayloadPacket.java:15) ~[?:?]
  10. at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51) ~[?:?]
  11. at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.18.2.jar:git-Paper-387]
  12. at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
  13. at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
  14. at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1400) ~[paper-1.18.2.jar:git-Paper-387]
  15. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:188) ~[paper-1.18.2.jar:git-Paper-387]
  16. at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
  17. at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1377) ~[paper-1.18.2.jar:git-Paper-387]
  18. at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1370) ~[paper-1.18.2.jar:git-Paper-387]
  19. at net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114) ~[?:?]
  20. at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1504) ~[paper-1.18.2.jar:git-Paper-387]
  21. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1226) ~[paper-1.18.2.jar:git-Paper-387]
  22. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
  23. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  24. Caused by: java.lang.ClassNotFoundException: io.lumine.xikage.mythicmobs.adapters.AbstractEntity
  25. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  26. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  27. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  28. ... 21 more
Add Comment
Please, Sign In to add comment