Advertisement
LifesPrison

Untitled

Mar 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. > [15:09:00 INFO]: [Shards] Enabling Shards v1.3
  2. > [15:09:00 INFO]: [Shards] Config.yml found, loading!
  3. > [15:09:00 ERROR]: Error occurred while enabling Shards v1.3 (Is it up to date?)
  4. java.lang.NoClassDefFoundError: net/minecraft/server/v1_12_R1/NBTBase
  5. at me.jet315.shards.Core.onEnable(Core.java:55) ~[?:?]
  6. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  7. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  8. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  9. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  10. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  11. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  12. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  13. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  14. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  16. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_192]
  17. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_12_R1.NBTBase
  18. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  19. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  20. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_192]
  21. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_192]
  22. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement