1.16.5 Image would show up as Map Item not as Map it self
TheGamersBrew opened this issue ยท 1 comments
Currently running a hybrid server for 1.16.5 with arclight-forge-1.16.5-1.0.23.jar and when using the commands for the pictures it will either place a blank Item frame in my inventory when using give or will place the Item for maps not the map it self when using place. Upon checking the logs this is what I get. I will past the log of my testing here. If it's a Arclight issues I do understand. Thank you for your time.
26.06 02:54:37 [Server] Server thread/INFO TheGamersBrew issued server command: /image give TheGamersBrew slot.png
26.06 02:55:01 [Server] Server thread/INFO TheGamersBrew issued server command: /image give TheGamersBrew slot.png 1 1 1 GLOW
26.06 02:55:01 [Server] Server thread/INFO [org.bukkit.craftbukkit.v1_16_R3.legacy.CraftLegacy:<clinit>:257]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
26.06 02:55:09 [Server] Server thread/ERROR Could not pass event HangingPlaceEvent to YamipaPlugin v1.2.3
26.06 02:55:09 [Server] INFO org.bukkit.event.EventException: null
26.06 02:55:09 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:09 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:09 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:09 [Server] INFO at net.minecraft.item.HangingEntityItem.handler$zpm000$arclight$hangingPlace(HangingEntityItemMixin.java:538) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.item.HangingEntityItem.func_195939_a(HangingEntityItemMixin.java:53) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooksMixin.java:644) ~[forge:?]
26.06 02:55:09 [Server] INFO at net.minecraft.item.ItemStack.func_196084_a(ItemStackMixin.java:186) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManagerMixin.java:797) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandlerMixin.java:958) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:36) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:10) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.network.PacketThreadUtil.md1f3bf9$lambda$checkThreadAndEnqueue$0$0(PacketThreadUtilMixin.java:536) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:734) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:159) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServerMixin.java:717) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServerMixin.java:711) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServerMixin.java:697) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1903) ~[?:?]
26.06 02:55:09 [Server] INFO at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
26.06 02:55:09 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
26.06 02:55:09 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'org.bukkit.inventory.ItemStack org.bukkit.event.hanging.HangingPlaceEvent.getItemStack()'
26.06 02:55:09 [Server] INFO at io.josemmo.bukkit.plugin.renderer.ItemService.onPlaceItem(ItemService.java:98) ~[?:?]
26.06 02:55:09 [Server] INFO ... 25 more
26.06 02:55:19 [Server] Server thread/ERROR Could not pass event HangingPlaceEvent to YamipaPlugin v1.2.3
26.06 02:55:19 [Server] INFO org.bukkit.event.EventException: null
26.06 02:55:19 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:19 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:19 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:19 [Server] INFO at net.minecraft.item.HangingEntityItem.handler$zpm000$arclight$hangingPlace(HangingEntityItemMixin.java:538) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.item.HangingEntityItem.func_195939_a(HangingEntityItemMixin.java:53) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooksMixin.java:644) ~[forge:?]
26.06 02:55:19 [Server] INFO at net.minecraft.item.ItemStack.func_196084_a(ItemStackMixin.java:186) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManagerMixin.java:797) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandlerMixin.java:958) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:36) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:10) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.network.PacketThreadUtil.md1f3bf9$lambda$checkThreadAndEnqueue$0$0(PacketThreadUtilMixin.java:536) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:734) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:159) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServerMixin.java:717) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServerMixin.java:711) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServerMixin.java:697) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1903) ~[?:?]
26.06 02:55:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
26.06 02:55:19 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
26.06 02:55:19 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'org.bukkit.inventory.ItemStack org.bukkit.event.hanging.HangingPlaceEvent.getItemStack()'
26.06 02:55:19 [Server] INFO at io.josemmo.bukkit.plugin.renderer.ItemService.onPlaceItem(ItemService.java:98) ~[?:?]
26.06 02:55:19 [Server] INFO ... 25 more
26.06 02:55:24 [Server] Server thread/ERROR Could not pass event HangingPlaceEvent to YamipaPlugin v1.2.3
26.06 02:55:24 [Server] INFO org.bukkit.event.EventException: null
26.06 02:55:24 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:24 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:24 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:24 [Server] INFO at net.minecraft.item.HangingEntityItem.handler$zpm000$arclight$hangingPlace(HangingEntityItemMixin.java:538) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.item.HangingEntityItem.func_195939_a(HangingEntityItemMixin.java:53) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooksMixin.java:644) ~[forge:?]
26.06 02:55:24 [Server] INFO at net.minecraft.item.ItemStack.func_196084_a(ItemStackMixin.java:186) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManagerMixin.java:797) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandlerMixin.java:958) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:36) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:10) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.network.PacketThreadUtil.md1f3bf9$lambda$checkThreadAndEnqueue$0$0(PacketThreadUtilMixin.java:536) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:734) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:159) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServerMixin.java:717) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServerMixin.java:711) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServerMixin.java:697) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1903) ~[?:?]
26.06 02:55:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
26.06 02:55:24 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
26.06 02:55:24 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'org.bukkit.inventory.ItemStack org.bukkit.event.hanging.HangingPlaceEvent.getItemStack()'
26.06 02:55:24 [Server] INFO at io.josemmo.bukkit.plugin.renderer.ItemService.onPlaceItem(ItemService.java:98) ~[?:?]
26.06 02:55:24 [Server] INFO ... 25 more
26.06 02:55:37 [Server] Server thread/INFO TheGamersBrew issued server command: /image give TheGamersBrew slot.png 1 1 1
26.06 02:55:39 [Server] Server thread/ERROR Could not pass event HangingPlaceEvent to YamipaPlugin v1.2.3
26.06 02:55:39 [Server] INFO org.bukkit.event.EventException: null
26.06 02:55:39 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:39 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:39 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:39 [Server] INFO at net.minecraft.item.HangingEntityItem.handler$zpm000$arclight$hangingPlace(HangingEntityItemMixin.java:538) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.item.HangingEntityItem.func_195939_a(HangingEntityItemMixin.java:53) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooksMixin.java:644) ~[forge:?]
26.06 02:55:39 [Server] INFO at net.minecraft.item.ItemStack.func_196084_a(ItemStackMixin.java:186) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManagerMixin.java:797) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandlerMixin.java:958) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:36) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:10) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.network.PacketThreadUtil.md1f3bf9$lambda$checkThreadAndEnqueue$0$0(PacketThreadUtilMixin.java:536) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:734) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:159) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServerMixin.java:717) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServerMixin.java:711) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServerMixin.java:697) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1903) ~[?:?]
26.06 02:55:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
26.06 02:55:39 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
26.06 02:55:39 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'org.bukkit.inventory.ItemStack org.bukkit.event.hanging.HangingPlaceEvent.getItemStack()'
26.06 02:55:39 [Server] INFO at io.josemmo.bukkit.plugin.renderer.ItemService.onPlaceItem(ItemService.java:98) ~[?:?]
26.06 02:55:39 [Server] INFO ... 25 more
26.06 02:55:40 [Server] Server thread/ERROR Could not pass event HangingPlaceEvent to YamipaPlugin v1.2.3
26.06 02:55:40 [Server] INFO org.bukkit.event.EventException: null
26.06 02:55:40 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:40 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:40 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:40 [Server] INFO at net.minecraft.item.HangingEntityItem.handler$zpm000$arclight$hangingPlace(HangingEntityItemMixin.java:538) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.item.HangingEntityItem.func_195939_a(HangingEntityItemMixin.java:53) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooksMixin.java:644) ~[forge:?]
26.06 02:55:40 [Server] INFO at net.minecraft.item.ItemStack.func_196084_a(ItemStackMixin.java:186) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManagerMixin.java:797) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandlerMixin.java:958) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:36) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:10) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.network.PacketThreadUtil.md1f3bf9$lambda$checkThreadAndEnqueue$0$0(PacketThreadUtilMixin.java:536) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:734) ~[?:?]
26.06 02:55:40 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:159) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServerMixin.java:717) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServerMixin.java:711) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServerMixin.java:697) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1903) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
26.06 02:55:41 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
26.06 02:55:41 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'org.bukkit.inventory.ItemStack org.bukkit.event.hanging.HangingPlaceEvent.getItemStack()'
26.06 02:55:41 [Server] INFO at io.josemmo.bukkit.plugin.renderer.ItemService.onPlaceItem(ItemService.java:98) ~[?:?]
26.06 02:55:41 [Server] INFO ... 25 more
26.06 02:55:41 [Server] Server thread/ERROR Could not pass event HangingPlaceEvent to YamipaPlugin v1.2.3
26.06 02:55:41 [Server] INFO org.bukkit.event.EventException: null
26.06 02:55:41 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:55:41 [Server] INFO at net.minecraft.item.HangingEntityItem.handler$zpm000$arclight$hangingPlace(HangingEntityItemMixin.java:538) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.item.HangingEntityItem.func_195939_a(HangingEntityItemMixin.java:53) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooksMixin.java:644) ~[forge:?]
26.06 02:55:41 [Server] INFO at net.minecraft.item.ItemStack.func_196084_a(ItemStackMixin.java:186) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManagerMixin.java:797) ~[?:?]
26.06 02:55:41 [Server] INFO at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandlerMixin.java:958) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:36) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:10) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.network.PacketThreadUtil.md1f3bf9$lambda$checkThreadAndEnqueue$0$0(PacketThreadUtilMixin.java:536) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:734) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:159) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServerMixin.java:717) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServerMixin.java:711) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServerMixin.java:697) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1903) ~[?:?]
26.06 02:55:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
26.06 02:55:44 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
26.06 02:55:44 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'org.bukkit.inventory.ItemStack org.bukkit.event.hanging.HangingPlaceEvent.getItemStack()'
26.06 02:55:44 [Server] INFO at io.josemmo.bukkit.plugin.renderer.ItemService.onPlaceItem(ItemService.java:98) ~[?:?]
26.06 02:55:44 [Server] INFO ... 25 more
26.06 02:55:56 [Server] Server thread/INFO TheGamersBrew issued server command: /image
26.06 02:56:07 [Server] Server thread/INFO TheGamersBrew issued server command: /image place slot.png 1 1
26.06 02:56:31 [Server] Server thread/INFO TheGamersBrew issued server command: /image clear
26.06 02:56:32 [Server] Craft Scheduler Thread - 16/INFO Saved placed fake images to disk
26.06 02:56:41 [Server] Server thread/INFO TheGamersBrew issued server command: /image remove
26.06 02:57:31 [Server] Server thread/INFO TheGamersBrew issued server command: /image download "https://cdn.discordapp.com/attachments/887011029375123476/990507641841283102/unknown.png" slot2
26.06 02:57:50 [Server] Server thread/INFO TheGamersBrew issued server command: /image give TheGamersBrew slot2 1 1 1
26.06 02:57:51 [Server] Server thread/ERROR Could not pass event HangingPlaceEvent to YamipaPlugin v1.2.3
26.06 02:57:51 [Server] INFO org.bukkit.event.EventException: null
26.06 02:57:51 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:57:51 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:57:51 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 02:57:51 [Server] INFO at net.minecraft.item.HangingEntityItem.handler$zpm000$arclight$hangingPlace(HangingEntityItemMixin.java:538) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.item.HangingEntityItem.func_195939_a(HangingEntityItemMixin.java:53) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooksMixin.java:644) ~[forge:?]
26.06 02:57:51 [Server] INFO at net.minecraft.item.ItemStack.func_196084_a(ItemStackMixin.java:186) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManagerMixin.java:797) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandlerMixin.java:958) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:36) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:10) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.network.PacketThreadUtil.md1f3bf9$lambda$checkThreadAndEnqueue$0$0(PacketThreadUtilMixin.java:536) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:734) ~[?:?]
26.06 02:57:51 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:159) ~[?:?]
26.06 02:57:54 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
26.06 02:57:54 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServerMixin.java:717) ~[?:?]
26.06 02:57:54 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServerMixin.java:711) ~[?:?]
26.06 02:57:54 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
26.06 02:57:54 [Server] INFO at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServerMixin.java:696) ~[?:?]
26.06 02:57:54 [Server] INFO at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1903) ~[?:?]
26.06 02:57:54 [Server] INFO at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
26.06 02:57:54 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
26.06 02:57:54 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'org.bukkit.inventory.ItemStack org.bukkit.event.hanging.HangingPlaceEvent.getItemStack()'
26.06 02:57:54 [Server] INFO at io.josemmo.bukkit.plugin.renderer.ItemService.onPlaceItem(ItemService.java:98) ~[?:?]
26.06 02:57:54 [Server] INFO ... 25 more
26.06 02:58:02 [Server] Craft Scheduler Thread - 17/INFO Saved placed fake images to disk
26.06 02:58:23 [Server] Server thread/INFO TheGamersBrew issued server command: /image place slot2 1 1
26.06 02:58:58 [Server] Server thread/INFO TheGamersBrew issued server command: /image remove
26.06 02:59:32 [Server] Craft Scheduler Thread - 18/INFO Saved placed fake images to disk
26.06 03:02:17 [Server] Server thread/INFO TheGamersBrew issued server command: /images give TheGamersBrew slot2 1 1 1
26.06 03:02:22 [Server] Server thread/INFO TheGamersBrew issued server command: /images give TheGamersBrew slot2 1 1 1
26.06 03:02:24 [Server] Server thread/ERROR Could not pass event HangingPlaceEvent to YamipaPlugin v1.2.3
26.06 03:02:24 [Server] INFO org.bukkit.event.EventException: null
26.06 03:02:24 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 03:02:24 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 03:02:24 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
26.06 03:02:24 [Server] INFO at net.minecraft.item.HangingEntityItem.handler$zpm000$arclight$hangingPlace(HangingEntityItemMixin.java:538) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.item.HangingEntityItem.func_195939_a(HangingEntityItemMixin.java:53) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooksMixin.java:644) ~[forge:?]
26.06 03:02:24 [Server] INFO at net.minecraft.item.ItemStack.func_196084_a(ItemStackMixin.java:186) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManagerMixin.java:797) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandlerMixin.java:958) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:36) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(CPlayerTryUseItemOnBlockPacketMixin.java:10) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.network.PacketThreadUtil.md1f3bf9$lambda$checkThreadAndEnqueue$0$0(PacketThreadUtilMixin.java:536) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:734) ~[?:?]
26.06 03:02:24 [Server] INFO at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServerMixin.java:159) ~[?:?]
26.06 03:02:29 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
26.06 03:02:29 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServerMixin.java:717) ~[?:?]
26.06 03:02:29 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServerMixin.java:711) ~[?:?]
26.06 03:02:29 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
26.06 03:02:29 [Server] INFO at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServerMixin.java:697) ~[?:?]
26.06 03:02:29 [Server] INFO at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1903) ~[?:?]
26.06 03:02:29 [Server] INFO at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
26.06 03:02:29 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
26.06 03:02:29 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'org.bukkit.inventory.ItemStack org.bukkit.event.hanging.HangingPlaceEvent.getItemStack()'
26.06 03:02:29 [Server] INFO at io.josemmo.bukkit.plugin.renderer.ItemService.onPlaceItem(ItemService.java:98) ~[?:?]
26.06 03:02:29 [Server] INFO ... 25 more
26.06 03:02:36 [Server] Server thread/INFO TheGamersBrew issued server command: /images place slot2 1 1
26.06 03:02:41 [Server] Server thread/INFO TheGamersBrew issued server command: /image remove```
Hi, @TheGamersBrew!
Yamipa doesn't support hybrid/Forge servers.
However, this looks like it's caused by an unrelated bug in the placing of image items. Please try the latest version (v1.2.4-SNAPSHOT) to see if now it's fixed.