Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. org.bukkit.command.CommandException: Unhandled exception executing command 'ping' in plugin FactionsEssentials v1.5.9
  2. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-b78586d-f3356f1]
  3. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-b78586d-f3356f1]
  4. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:644) ~[spigot.jar:git-Spigot-b78586d-f3356f1]
  5. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1385) [spigot.jar:git-Spigot-b78586d-f3356f1]
  6. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1220) [spigot.jar:git-Spigot-b78586d-f3356f1]
  7. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-b78586d-f3356f1]
  8. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-b78586d-f3356f1]
  9. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-b78586d-f3356f1]
  10. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
  11. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
  12. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-b78586d-f3356f1]
  13. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot.jar:git-Spigot-b78586d-f3356f1]
  14. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot.jar:git-Spigot-b78586d-f3356f1]
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot.jar:git-Spigot-b78586d-f3356f1]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot.jar:git-Spigot-b78586d-f3356f1]
  17. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  18. Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_11_R1/entity/CraftPlayer
  19. at me.nikk.Fess.Ping.onCommand(Ping.java:25) ~[?:?]
  20. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-b78586d-f3356f1]
  21. ... 15 more
  22. Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_11_R1.entity.CraftPlayer
  23. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-b78586d-f3356f1]
  24. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-b78586d-f3356f1]
  25. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
  26. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
  27. at me.nikk.Fess.Ping.onCommand(Ping.java:25) ~[?:?]
  28. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-b78586d-f3356f1]
  29. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement