1. [NBTEditor] Error preparing reflection objects. This means that this version of NBTEditor is not compatible with this version of Bukkit.
  2. java.lang.RuntimeException: Error while preparing NBT wrapper classes.
  3. at com.goncalomb.bukkit.bkglib.reflect.NBTBase.prepareReflection(NBTBase.java:53) ~[nbteditor-1.1.3.jar:?]
  4. at com.goncalomb.bukkit.nbteditor.NBTEditor.onEnable(NBTEditor.java:69) [nbteditor-1.1.3.jar:?]
  5. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  6. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:333) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  7. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  8. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:352) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  9. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  10. at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:400) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  11. at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:368) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  12. at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:323) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  13. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  14. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:496) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a91cec0"]
  15. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_20]
  16. Caused by: java.lang.NoSuchMethodException: net.minecraft.server.v1_8_R1.NBTCompressedStreamTools.a(net.minecraft.server.v1_8_R1.NBTTagCompound)
  17. at java.lang.Class.getMethod(Class.java:1773) ~[?:1.8.0_20]
  18. at com.goncalomb.bukkit.bkglib.reflect.NBTTagCompound.prepareReflectionz(NBTTagCompound.java:61) ~[nbteditor-1.1.3.jar:?]
  19. at com.goncalomb.bukkit.bkglib.reflect.NBTBase.prepareReflection(NBTBase.java:48) ~[nbteditor-1.1.3.jar:?]
  20. ... 12 more