Guest User

Voxel Sniper internal server error

a guest
Jan 27th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1.  
  2. 2013-01-27 09:30:21 [INFO] xbaxdark issued server command: /b b
  3. 2013-01-27 09:30:21 [SEVERE] null
  4. org.bukkit.command.CommandException: Unhandled exception executing command 'b' in plugin VoxelSniper v5.168.3-SNAPSHOT-jnks187
  5. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  6. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
  7. at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514)
  8. at net.minecraft.server.v1_4_R1.PlayerConnection.handleCommand(PlayerConnection.java:979)
  9. at net.minecraft.server.v1_4_R1.PlayerConnection.chat(PlayerConnection.java:897)
  10. at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:852)
  11. at net.minecraft.server.v1_4_R1.Packet3Chat.handle(Packet3Chat.java:44)
  12. at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
  13. at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:112)
  14. at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
  15. at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
  16. at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
  17. at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
  18. at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
  19. at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
  20. at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
  21. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_6/EntityLiving
  22. at java.lang.Class.getDeclaredConstructors0(Native Method)
  23. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  24. at java.lang.Class.getConstructor0(Unknown Source)
  25. at java.lang.Class.getConstructor(Unknown Source)
  26. at com.thevoxelbox.voxelsniper.SniperBrushes.getBrush(SniperBrushes.java:287)
  27. at com.thevoxelbox.voxelsniper.SniperBrushes.getSniperBrushes(SniperBrushes.java:240)
  28. at com.thevoxelbox.voxelsniper.Sniper.(Sniper.java:96)
  29. at com.thevoxelbox.voxelsniper.SniperPermissionHelper.getSniperInstance(SniperPermissionHelper.java:28)
  30. at com.thevoxelbox.voxelsniper.VoxelSniperListener.commandSniperB(VoxelSniperListener.java:125)
  31. at com.thevoxelbox.voxelsniper.VoxelSniperListener.onCommand(VoxelSniperListener.java:64)
  32. at com.thevoxelbox.voxelsniper.VoxelSniper.onCommand(VoxelSniper.java:234)
  33. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  34. ... 15 more
  35. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_6.EntityLiving
  36. at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
  37. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
  38. at java.lang.ClassLoader.loadClass(Unknown Source)
  39. at java.lang.ClassLoader.loadClass(Unknown Source)
  40. ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment