Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. [14:59:23 ERROR]: Could not pass event BlockPlaceEvent to BannerBoard v1.10.2
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  7. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:150) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  8. at net.minecraft.server.v1_12_R1.ItemStack.placeItem(ItemStack.java:207) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  9. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:505) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  10. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  11. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  12. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  13. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
  15. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
  16. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  18. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  19. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  20. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  21. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  22. Caused by: java.lang.IllegalArgumentException: Cannot spawn hanging entity for org.bukkit.entity.ItemFrame at Location{world=CraftWorld{name=world},x=-622.0,y=84.0,z=914.0,pitch=0.0,yaw=0.0}
  23. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.createEntity(CraftWorld.java:1171) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  24. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.spawn(CraftWorld.java:1226) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  25. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.spawn(CraftWorld.java:863) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  26. at me.bigteddy98.bannerboard.d07.e907(Unknown Source) ~[?:?]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  30. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  31. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  32. ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement