Advertisement
Guest User

Untitled

a guest
Jul 13th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. [01:54:43] [Server thread/INFO]: [MobCatcher] Enabling MobCatcher v3.27
  2. [01:54:43] [Server thread/INFO]: [MobCatcher] Author: Malikk
  3. [01:54:43] [Server thread/INFO]: [MobCatcher] Thank you for purchasing MobCatcher!
  4. [01:54:43] [Server thread/INFO]: [MobCatcher] You are not running the correct version of Craftbukkit for this version of MobCatcher.
  5. [01:54:43] [Server thread/INFO]: [MobCatcher] MobCatcher v3.27 is intended to be run on CB 1.9.4-R0.1-SNAPSHOT
  6. [01:54:43] [Server thread/INFO]: [MobCatcher] You are currently running 1.10-R0.1-SNAPSHOT
  7. [01:54:43] [Server thread/INFO]: [MobCatcher] Expect major bugs or failure to enable. Please do not report bugs until you are using compatible versions of CB and MobCatcher.
  8. [01:54:43] [Server thread/INFO]: [MobCatcher] Loading SimpleConfig
  9. [01:54:43] [Server thread/INFO]: [MobCatcher] Hooked Vault 1.5.6-b49
  10. [01:54:43] [Server thread/INFO]: [MobCatcher] Remove stackability: true
  11. [01:54:43] [Server thread/ERROR]: Error occurred while enabling MobCatcher v3.27 (Is it up to date?)
  12. java.lang.NoClassDefFoundError: net/minecraft/server/v1_9_R2/Item
  13. at me.jordan.mobcatcher.MobCatcher.removeStackability(MobCatcher.java:1291) ~[?:?]
  14. at me.jordan.mobcatcher.MobCatcher.onEnable(MobCatcher.java:153) ~[?:?]
  15. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot.jar:git-Spigot-c3e4052-1953f52]
  16. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-c3e4052-1953f52]
  17. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-c3e4052-1953f52]
  18. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:362) [spigot.jar:git-Spigot-c3e4052-1953f52]
  19. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:322) [spigot.jar:git-Spigot-c3e4052-1953f52]
  20. at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:416) [spigot.jar:git-Spigot-c3e4052-1953f52]
  21. at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:381) [spigot.jar:git-Spigot-c3e4052-1953f52]
  22. at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:336) [spigot.jar:git-Spigot-c3e4052-1953f52]
  23. at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:270) [spigot.jar:git-Spigot-c3e4052-1953f52]
  24. at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot.jar:git-Spigot-c3e4052-1953f52]
  25. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  26. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_9_R2.Item
  27. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-c3e4052-1953f52]
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-c3e4052-1953f52]
  29. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_91]
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_91]
  31. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement