Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. 2015-02-28 07:10:16 [ERROR] Could not pass event InventoryClickEvent to HyperMerchant v1.58-dev
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1588) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  8. at net.minecraft.server.v1_8_R1.PacketPlayInWindowClick.a(SourceFile:31) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInWindowClick.a(SourceFile:9) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  10. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_76]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_76]
  13. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  14. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  15. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  17. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_76]
  18. Caused by: java.lang.NumberFormatException: null
  19. at java.lang.Integer.parseInt(Integer.java:454) ~[?:1.7.0_76]
  20. at java.lang.Integer.parseInt(Integer.java:527) ~[?:1.7.0_76]
  21. at regalowl.hyperconomy.inventory.HEnchantment.<init>(HEnchantment.java:29) ~[?:?]
  22. at regalowl.hyperconomy.inventory.HItemMeta.<init>(HItemMeta.java:39) ~[?:?]
  23. at regalowl.hyperconomy.inventory.HItemMetaFactory.generate(HItemMetaFactory.java:8) ~[?:?]
  24. at regalowl.hyperconomy.inventory.HItemStack.<init>(HItemStack.java:47) ~[?:?]
  25. at regalowl.hyperconomy.tradeobject.BasicTradeObject.getItem(BasicTradeObject.java:676) ~[?:?]
  26. at regalowl.hyperconomy.tradeobject.BasicTradeObject.matchesItemStack(BasicTradeObject.java:691) ~[?:?]
  27. at regalowl.hyperconomy.HyperEconomy.getTradeObject(HyperEconomy.java:286) ~[?:?]
  28. at regalowl.hyperconomy.HyperAPI.getHyperObject(HyperAPI.java:159) ~[?:?]
  29. at grokswell.hypermerchant.ShopTransactions.SellItem(ShopTransactions.java:99) ~[?:?]
  30. at grokswell.hypermerchant.ShopTransactions.Sell(ShopTransactions.java:78) ~[?:?]
  31. at grokswell.hypermerchant.ShopMenu.handleMenuItem(ShopMenu.java:520) ~[?:?]
  32. at grokswell.hypermerchant.ShopMenu.onInventoryClickOrCreative(ShopMenu.java:551) ~[?:?]
  33. at grokswell.hypermerchant.ShopMenu.onInventoryClick(ShopMenu.java:532) ~[?:?]
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_76]
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_76]
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_76]
  37. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_76]
  38. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-1.8-343.jar:git-Spigot-c3c767f-33d5de3]
  39. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement