Advertisement
Guest User

nbt error

a guest
Nov 7th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. 2012-11-07 15:58:58 [WARNING] [Shopkeepers] Failed to spawn shopkeeper at Larkspur,-7,51,-17
  2. 2012-11-07 15:58:58 [SEVERE] null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'shopkeeper' in plugin Shopkeepers v1.8
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)
  6. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:504)
  7. at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:911)
  8. at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:824)
  9. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:806)
  10. at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
  11. at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
  12. at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111)
  13. at net.minecraft.server.ServerConnection.b(SourceFile:35)
  14. at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
  15. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:578)
  16. at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:215)
  17. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:495)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)
  19. at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
  20. Caused by: java.lang.NullPointerException
  21. at java.io.DataOutputStream.writeUTF(DataOutputStream.java:347)
  22. at java.io.DataOutputStream.writeUTF(DataOutputStream.java:323)
  23. at net.minecraft.server.NBTTagString.write(SourceFile:20)
  24. at net.minecraft.server.NBTTagList.write(SourceFile:26)
  25. at net.minecraft.server.NBTBase.a(SourceFile:112)
  26. at net.minecraft.server.NBTTagCompound.write(NBTTagCompound.java:29)
  27. at net.minecraft.server.NBTBase.a(SourceFile:112)
  28. at net.minecraft.server.NBTTagCompound.write(NBTTagCompound.java:29)
  29. at net.minecraft.server.NBTBase.a(SourceFile:112)
  30. at com.nisovin.shopkeepers.shoptypes.AdminShopkeeper.saveItemStack(AdminShopkeeper.java:328)
  31. at com.nisovin.shopkeepers.shoptypes.AdminShopkeeper.save(AdminShopkeeper.java:92)
  32. at com.nisovin.shopkeepers.ShopkeepersPlugin.saveReal(ShopkeepersPlugin.java:661)
  33. at com.nisovin.shopkeepers.ShopkeepersPlugin.save(ShopkeepersPlugin.java:649)
  34. at com.nisovin.shopkeepers.ShopkeepersPlugin.loadShopkeepersInChunk(ShopkeepersPlugin.java:582)
  35. at com.nisovin.shopkeepers.ShopkeepersPlugin.onEnable(ShopkeepersPlugin.java:102)
  36. at com.nisovin.shopkeepers.ShopkeepersPlugin.reload(ShopkeepersPlugin.java:228)
  37. at com.nisovin.shopkeepers.ShopkeepersPlugin.onCommand(ShopkeepersPlugin.java:235)
  38. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  39. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement