Advertisement
Guest User

Untitled

a guest
Dec 14th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. 2012-12-14 17:04:22 [SEVERE] null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'shopkeeper' in plugin Shopkeepers v1.9
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
  5. at org.bukkit.craftbukkit.v1_4_5.CraftServer.dispatchCommand(CraftServer.java:536)
  6. at net.minecraft.server.v1_4_5.NetServerHandler.handleCommand(NetServerHandler.java:999)
  7. at net.minecraft.server.v1_4_5.NetServerHandler.chat(NetServerHandler.java:917)
  8. at net.minecraft.server.v1_4_5.NetServerHandler.a(NetServerHandler.java:861)
  9. at net.minecraft.server.v1_4_5.Packet3Chat.handle(Packet3Chat.java:44)
  10. at net.minecraft.server.v1_4_5.NetworkManager.b(NetworkManager.java:290)
  11. at net.minecraft.server.v1_4_5.NetServerHandler.d(NetServerHandler.java:113)
  12. at net.minecraft.server.v1_4_5.ServerConnection.b(SourceFile:39)
  13. at net.minecraft.server.v1_4_5.DedicatedServerConnection.b(SourceFile:30)
  14. at net.minecraft.server.v1_4_5.MinecraftServer.r(MinecraftServer.java:582)
  15. at net.minecraft.server.v1_4_5.DedicatedServer.r(DedicatedServer.java:222)
  16. at net.minecraft.server.v1_4_5.MinecraftServer.q(MinecraftServer.java:478)
  17. at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:413)
  18. at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:856)
  19. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/NBTBase
  20. at com.nisovin.shopkeepers.shopobjects.VillagerShop.overwriteAI(VillagerShop.java:73)
  21. at com.nisovin.shopkeepers.shopobjects.LivingEntityShop.spawn(LivingEntityShop.java:64)
  22. at com.nisovin.shopkeepers.shopobjects.VillagerShop.spawn(VillagerShop.java:36)
  23. at com.nisovin.shopkeepers.Shopkeeper.spawn(Shopkeeper.java:87)
  24. at com.nisovin.shopkeepers.ShopkeepersPlugin.createNewAdminShopkeeper(ShopkeepersPlugin.java:332)
  25. at com.nisovin.shopkeepers.ShopkeepersPlugin.onCommand(ShopkeepersPlugin.java:302)
  26. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  27. ... 15 more
  28. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.NBTBase
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
  31. at java.lang.ClassLoader.loadClass(Unknown Source)
  32. at java.lang.ClassLoader.loadClass(Unknown Source)
  33. ... 22 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement