Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. [10:19:46 INFO]: LokiBendi issued server command: /pl
  2. [10:19:48 INFO]: LokiBendi issued server command: /heal
  3. [10:19:50 INFO]: LokiBendi issued server command: /heilen
  4. [10:19:50 ERROR]: null
  5. org.bukkit.command.CommandException: Unhandled exception executing command 'heilen' in plugin Lernen v1.0
  6. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  7. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  8. at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) ~[spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  9. at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  10. at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  11. at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  12. at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  13. at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
  15. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
  16. at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  17. at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  18. at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  19. at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  20. at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  21. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  22. Caused by: java.lang.Error: Unresolved compilation problems:
  23. Syntax error, insert ")" to complete Expression
  24. Syntax error, insert ")" to complete Expression
  25.  
  26. at de.loki.lerrnen.commands.CMDheile.onCommand(CMDheile.java:31) ~[?:?]
  27. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  28. ... 15 more
  29. [10:19:52 INFO]: LokiBendi issued server command: /heile
  30. [10:19:54 INFO]: LokiBendi issued server command: /heilen
  31. [10:19:54 ERROR]: null
  32. org.bukkit.command.CommandException: Unhandled exception executing command 'heilen' in plugin Lernen v1.0
  33. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  34. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  35. at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) ~[spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  36. at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  37. at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  38. at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  39. at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  40. at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  41. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
  42. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
  43. at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  44. at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  45. at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  46. at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  47. at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  48. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  49. Caused by: java.lang.Error: Unresolved compilation problems:
  50. Syntax error, insert ")" to complete Expression
  51. Syntax error, insert ")" to complete Expression
  52.  
  53. at de.loki.lerrnen.commands.CMDheile.onCommand(CMDheile.java:31) ~[?:?]
  54. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.9.jar:git-Spigot-2038f4a-cd36f6f]
  55. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement