Advertisement
OhLorenzo

Untitled

Mar 8th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 KB | None | 0 0
  1. [17:44:16 INFO]: OhLorenzo issued server command: /minecraft:give Ohlorenzo leather_boots{CustomModelData:1,display:{color:14668812}}
  2. [17:44:16 ERROR]: [eco] Unhandled exception occured in onPacketSending(PacketEvent) for eco
  3. java.lang.NoSuchMethodError: 'net.kyori.adventure.nbt.api.BinaryTagHolder net.kyori.adventure.nbt.api.BinaryTagHolder.binaryTagHolder(java.lang.String)'
  4. at com.willfp.eco.internal.spigot.proxy.v1_18_R1.ChatComponent.modifyBaseComponent(ChatComponent.kt:65) ~[eco-6.27.2-all.jar:?]
  5. at com.willfp.eco.internal.spigot.proxy.v1_18_R1.ChatComponent.modifyBaseComponent(ChatComponent.kt:45) ~[eco-6.27.2-all.jar:?]
  6. at com.willfp.eco.internal.spigot.proxy.v1_18_R1.ChatComponent.modifyComponent(ChatComponent.kt:32) ~[eco-6.27.2-all.jar:?]
  7. at com.willfp.eco.internal.spigot.display.PacketChat.onSend(PacketChat.kt:31) ~[eco-6.27.2-all.jar:?]
  8. at com.willfp.eco.core.AbstractPacketAdapter.onPacketSending(AbstractPacketAdapter.java:119) ~[eco-6.27.2-all.jar:?]
  9. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) ~[ProtocolLib.jar:?]
  10. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) ~[ProtocolLib.jar:?]
  11. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) ~[ProtocolLib.jar:?]
  12. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) ~[ProtocolLib.jar:?]
  13. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) ~[ProtocolLib.jar:?]
  14. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) ~[ProtocolLib.jar:?]
  15. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) ~[ProtocolLib.jar:?]
  16. at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) ~[ProtocolLib.jar:?]
  17. at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) ~[ProtocolLib.jar:?]
  18. at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) ~[ProtocolLib.jar:?]
  19. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) ~[ProtocolLib.jar:?]
  20. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) ~[ProtocolLib.jar:?]
  21. at net.minecraft.network.Connection.writePacket(Connection.java:423) ~[?:?]
  22. at net.minecraft.network.Connection.send(Connection.java:370) ~[?:?]
  23. at net.minecraft.server.network.ServerGamePacketListenerImpl.send(ServerGamePacketListenerImpl.java:2105) ~[?:?]
  24. at net.minecraft.server.level.ServerPlayer.sendMessage(ServerPlayer.java:1919) ~[?:?]
  25. at net.minecraft.server.level.ServerPlayer.sendMessage(ServerPlayer.java:1914) ~[?:?]
  26. at net.minecraft.commands.CommandSourceStack.sendSuccess(CommandSourceStack.java:280) ~[?:?]
  27. at net.minecraft.server.commands.GiveCommand.giveItem(GiveCommand.java:69) ~[?:?]
  28. at net.minecraft.server.commands.GiveCommand.lambda$register$1(GiveCommand.java:27) ~[?:?]
  29. at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:263) ~[purpur-1.18.1.jar:?]
  30. at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:177) ~[purpur-1.18.1.jar:?]
  31. at net.minecraft.commands.Commands.performCommand(Commands.java:297) ~[?:?]
  32. at org.bukkit.craftbukkit.v1_18_R1.command.VanillaCommandWrapper.execute(VanillaCommandWrapper.java:45) ~[purpur-1.18.1.jar:git-Purpur-1565]
  33. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[purpur-api-1.18.1-R0.1-SNAPSHOT.jar:?]
  34. at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchCommand(CraftServer.java:908) ~[purpur-1.18.1.jar:git-Purpur-1565]
  35. at net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2372) ~[?:?]
  36. at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2183) ~[?:?]
  37. at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2164) ~[?:?]
  38. at net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46) ~[?:?]
  39. at net.minecraft.network.protocol.game.ServerboundChatPacket.a(ServerboundChatPacket.java:6) ~[?:?]
  40. at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56) ~[?:?]
  41. at net.minecraft.server.TickTask.run(TickTask.java:18) ~[purpur-1.18.1.jar:git-Purpur-1565]
  42. at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) ~[?:?]
  43. at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[?:?]
  44. at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1450) ~[purpur-1.18.1.jar:git-Purpur-1565]
  45. at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:189) ~[purpur-1.18.1.jar:git-Purpur-1565]
  46. at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[?:?]
  47. at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1427) ~[purpur-1.18.1.jar:git-Purpur-1565]
  48. at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1420) ~[purpur-1.18.1.jar:git-Purpur-1565]
  49. at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) ~[?:?]
  50. at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1398) ~[purpur-1.18.1.jar:git-Purpur-1565]
  51. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1304) ~[purpur-1.18.1.jar:git-Purpur-1565]
  52. at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:322) ~[purpur-1.18.1.jar:git-Purpur-1565]
  53. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  54. [17:44:16 ERROR]: Parameters:
  55. net.minecraft.network.protocol.game.PacketPlayOutChat@470db912[
  56. a=TranslatableComponent{key='commands.give.success.single', args=[TextComponent{text='1', siblings=[], style=Style{ color=null, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null, font=minecraft:default}}, TranslatableComponent{key='chat.square_brackets', args=[TextComponent{text='', siblings=[TranslatableComponent{key='item.minecraft.leather_boots', args=[], siblings=[], style=Style{ color=null, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null, font=minecraft:default}}], style=Style{ color=null, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null, font=minecraft:default}}], siblings=[], style=Style{ color=white, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=null, hoverEvent=HoverEvent{action=<action show_item>, value='net.minecraft.network.chat.ChatHoverable$c@99d57603'}, insertion=null, font=minecraft:default}}, TextComponent{text='', siblings=[TextComponent{text='', siblings=[], style=Style{ color=null, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null, font=minecraft:default}}, TextComponent{text='OhLorenzo', siblings=[], style=Style{ color=null, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null, font=minecraft:default}}, TextComponent{text='', siblings=[], style=Style{ color=null, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null, font=minecraft:default}}], style=Style{ color=null, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=ClickEvent{action=SUGGEST_COMMAND, value='/tell OhLorenzo '}, hoverEvent=HoverEvent{action=<action show_entity>, value='net.minecraft.network.chat.ChatHoverable$b@87a93d75'}, insertion=OhLorenzo, font=minecraft:default}}], siblings=[], style=Style{ color=null, bold=null, italic=null, underlined=null, strikethrough=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null, font=minecraft:default}}
  57. components=<null>
  58. b=SYSTEM
  59. c=00000000-0000-0000-0000-000000000000
  60. ]
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement