Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. [07:50:22 ERROR]: Could not pass event InventoryCloseEvent to FurnitureLib v1.9.2.9-DEV
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-93e20b3-f8500c0]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-93e20b3-f8500c0]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  7. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:886) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  8. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1664) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInCloseWindow.a(PacketPlayInCloseWindow.java:18) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  10. at net.minecraft.server.v1_12_R1.PacketPlayInCloseWindow.a(PacketPlayInCloseWindow.java:1) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  11. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_91]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_91]
  14. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  16. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  18. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-93e20b3-f8500c0]
  19. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  20. Caused by: java.lang.UnsupportedOperationException
  21. at com.google.common.collect.UnmodifiableIterator.remove(UnmodifiableIterator.java:46) ~[spigot.jar:git-Spigot-93e20b3-f8500c0]
  22. at org.bukkit.craftbukkit.v1_12_R1.inventory.RecipeIterator.remove(RecipeIterator.java:51) ~[spigot.jar:git-Spigot-93e20b3-f8500c0]
  23. at de.Ste3et_C0st.FurnitureLib.Crafting.CraftingFile.removeCrafting(CraftingFile.java:217) ~[?:?]
  24. at de.Ste3et_C0st.FurnitureLib.Utilitis.CraftingInv.onClose(CraftingInv.java:149) ~[?:?]
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_91]
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_91]
  28. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_91]
  29. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-93e20b3-f8500c0]
  30. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement