Advertisement
Kichiro

Untitled

Nov 28th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. [21:14:47 INFO]: Danze_Play_World issued server command: /skill partyshow
  2. [21:14:47 ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'skill' in plugin Skills v12.1.7
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  6. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1397) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  8. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1232) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  10. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  11. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
  13. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
  14. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  16. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  18. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  19. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  20. Caused by: java.lang.NullPointerException
  21. at me.leothepro555.skills.commands.CommandPartyShow.runCommand(CommandPartyShow.java:45) ~[?:?]
  22. at me.leothepro555.skills.main.CommandExecutor.onCommand(CommandExecutor.java:74) ~[?:?]
  23. at me.leothepro555.skills.main.Skills.onCommand(Skills.java:127) ~[?:?]
  24. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  25. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement