Facebook
From Mistrzu, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 257
  1. Could not pass event InventoryClickEvent to MD-Enchant v6.9
  2. org.bukkit.event.EventException
  3.         at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  4.         at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  5.         at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  6.         at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched.jar:git-PaperSpigot-"4c7641d"]
  7.         at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched.jar:git-PaperSpigot-"4c7641d"]
  8.         at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1657) [patched.jar:git-PaperSpigot-"4c7641d"]
  9.         at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [patched.jar:git-PaperSpigot-"4c7641d"]
  10.         at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [patched.jar:git-PaperSpigot-"4c7641d"]
  11.         at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched.jar:git-PaperSpigot-"4c7641d"]
  12.         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_161]
  13.         at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_161]
  14.         at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched.jar:git-PaperSpigot-"4c7641d"]
  15.         at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [patched.jar:git-PaperSpigot-"4c7641d"]
  16.         at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-"4c7641d"]
  17.         at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
  18.         at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
  19.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  20. Caused by: java.lang.NullPointerException
  21.         at net.minecraft.server.v1_8_R3.Enchantment.canEnchant(Enchantment.java:119) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  22.         at org.bukkit.craftbukkit.v1_8_R3.enchantments.CraftEnchantment.canEnchantItem(CraftEnchantment.java:57) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  23.         at org.bukkit.enchantments.EnchantmentWrapper.canEnchantItem(EnchantmentWrapper.java:39) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  24.         at pl.gr0chu.listeners.CustomEnchantInventoryListener.isAllowedEnchant(CustomEnchantInventoryListener.java:96) ~[?:?]
  25.         at pl.gr0chu.gui.action.enchant.EnchantAction.execute(EnchantAction.java:33) ~[?:?]
  26.         at pl.gr0chu.gui.action.InventoryGUI.onInventoryClick(InventoryGUI.java:97) ~[?:?]
  27.         at sun.reflect.GeneratedMethodAccessor250.invoke(Unknown Source) ~[?:?]
  28.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
  29.         at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
  30.         at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[patched.j