Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. > [00:53:31 INFO]: GucciTaco issued server command: /playtimetop
  2. > [00:53:31 ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'playtimetop' in plugin GucciPlayTime v1.0
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  6. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  7. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1189) [patched.jar:git-PaperSpigot-"4c7641d"]
  8. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1001) [patched.jar:git-PaperSpigot-"4c7641d"]
  9. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [patched.jar:git-PaperSpigot-"4c7641d"]
  10. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [patched.jar:git-PaperSpigot-"4c7641d"]
  11. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched.jar:git-PaperSpigot-"4c7641d"]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_222]
  13. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_222]
  14. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched.jar:git-PaperSpigot-"4c7641d"]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [patched.jar:git-PaperSpigot-"4c7641d"]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-"4c7641d"]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
  18. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
  19. at java.lang.Thread.run(Unknown Source) [?:1.8.0_222]
  20. Caused by: java.lang.NullPointerException
  21. at com.isthiscallofduty.gucciplaytime.myadditions.PlayTimeTop.refreshTop(PlayTimeTop.java:65) ~[?:?]
  22. at com.isthiscallofduty.gucciplaytime.myadditions.PlayTimeTop.onCommand(PlayTimeTop.java:102) ~[?:?]
  23. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  24. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement