Advertisement
Guest User

Untitled

a guest
May 26th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. [00:25:08] [Server thread/ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'shopmenu' in plugin HyperMerchant v1.58-dev
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  5. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646) ~[spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  6. at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1139) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  7. at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:974) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  8. at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  9. at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  10. at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
  13. at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  14. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:712) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  15. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  16. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  17. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  19. Caused by: java.lang.NullPointerException
  20. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:94) ~[spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  21. at grokswell.util.HyperToBukkit.getItemStack(HyperToBukkit.java:21) ~[?:?]
  22. at grokswell.hypermerchant.ShopMenu.loadPage(ShopMenu.java:192) ~[?:?]
  23. at grokswell.hypermerchant.ShopMenu.<init>(ShopMenu.java:115) ~[?:?]
  24. at grokswell.hypermerchant.HyperMerchantPlugin.onCommand(HyperMerchantPlugin.java:135) ~[?:?]
  25. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot1.8.3.jar:git-Spigot-2ec6f06-7722428]
  26. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement