Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. [14:58:31] [Server thread/INFO]: El_Goblino issued server command: /rmreload
  2. [14:58:31] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'rmreload' in plugin RecipeManager v2.14.1
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  6. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:650) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  7. at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1354) [server.jar:git-Spigot-3fb9445-6e3cec8]
  8. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1189) [server.jar:git-Spigot-3fb9445-6e3cec8]
  9. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [server.jar:git-Spigot-3fb9445-6e3cec8]
  10. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [server.jar:git-Spigot-3fb9445-6e3cec8]
  11. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-Spigot-3fb9445-6e3cec8]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_151]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_151]
  14. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [server.jar:git-Spigot-3fb9445-6e3cec8]
  15. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [server.jar:git-Spigot-3fb9445-6e3cec8]
  16. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [server.jar:git-Spigot-3fb9445-6e3cec8]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [server.jar:git-Spigot-3fb9445-6e3cec8]
  18. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [server.jar:git-Spigot-3fb9445-6e3cec8]
  19. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  20. Caused by: java.lang.NoClassDefFoundError: org/bukkit/NamespacedKey
  21. at haveric.recipeManager.recipes.BaseRecipe.getNamespacedKey(BaseRecipe.java:93) ~[?:?]
  22. at haveric.recipeManager.recipes.CombineRecipe.toBukkitRecipe(CombineRecipe.java:174) ~[?:?]
  23. at haveric.recipeManager.recipes.CombineRecipe.toBukkitRecipe(CombineRecipe.java:26) ~[?:?]
  24. at haveric.recipeManager.recipes.BaseRecipe.getBukkitRecipe(BaseRecipe.java:124) ~[?:?]
  25. at haveric.recipeManager.Vanilla.restoreAllButSpecialRecipes(Vanilla.java:652) ~[?:?]
  26. at haveric.recipeManager.RecipeManager.reload(RecipeManager.java:165) ~[?:?]
  27. at haveric.recipeManager.commands.ReloadCommand.onCommand(ReloadCommand.java:94) ~[?:?]
  28. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  29. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement