Advertisement
PiggiesGoSqueal

Console Error

Jan 17th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.70 KB | None | 0 0
  1. [21:41:47] [Server thread/INFO]: Location stored in the MySQL database.
  2. [21:41:51] [Server thread/ERROR]: Could not pass event InventoryClickEvent to InfiniteStorage v1.0-SNAPSHOT
  3. org.bukkit.event.EventException: null
  4.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[my.jar:git-Spigot-f56e2e7-4385562]
  5.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[my.jar:git-Spigot-f56e2e7-4385562]
  6.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[my.jar:git-Spigot-f56e2e7-4385562]
  7.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[my.jar:git-Spigot-f56e2e7-4385562]
  8.     at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:2122) ~[my.jar:git-Spigot-f56e2e7-4385562]
  9.     at net.minecraft.server.v1_13_R2.PacketPlayInWindowClick.a(SourceFile:33) ~[my.jar:git-Spigot-f56e2e7-4385562]
  10.     at net.minecraft.server.v1_13_R2.PacketPlayInWindowClick.a(SourceFile:10) ~[my.jar:git-Spigot-f56e2e7-4385562]
  11.     at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[my.jar:git-Spigot-f56e2e7-4385562]
  12.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_151]
  13.     at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_151]
  14.     at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [my.jar:git-Spigot-f56e2e7-4385562]
  15.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [my.jar:git-Spigot-f56e2e7-4385562]
  16.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [my.jar:git-Spigot-f56e2e7-4385562]
  17.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [my.jar:git-Spigot-f56e2e7-4385562]
  18.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [my.jar:git-Spigot-f56e2e7-4385562]
  19.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  20. Caused by: java.lang.NullPointerException
  21.     at rip.captain.infinitestorage.handler.ItemHandler.onClick(ItemHandler.java:203) ~[InfiniteStorage-1.0-SNAPSHOT.jar:?]
  22.     at sun.reflect.GeneratedMethodAccessor725.invoke(Unknown Source) ~[?:?]
  23.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_151]
  24.     at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_151]
  25.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[my.jar:git-Spigot-f56e2e7-4385562]
  26.     ... 15 more
  27. [21:41:51] [Server thread/INFO]: Successfully updated an item amount from the MySQL database.
  28. [21:41:52] [Server thread/INFO]: [V] [Nomad] Feline_Fancy: Pumpkin + torch do not equal it
  29. [21:41:57] [Server thread/INFO]: Successfully updated an item amount from the MySQL database.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement