Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2015
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. [07:32:54] [Server thread/INFO]: [boosLogger] Judam used command /ontime top 10 votes
  2. [07:32:54] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'ontime' in plugin OnTime v4.1.3
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  6. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  7. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  8. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  9. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  10. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  11. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_60]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_60]
  14. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  18. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  19. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
  20. Caused by: java.lang.NullPointerException
  21. at me.edge209.OnTime.DataIO.topListFromMySQL(DataIO.java:3623) ~[?:?]
  22. at me.edge209.OnTime.Commands.onCommand(Commands.java:1870) ~[?:?]
  23. at me.edge209.OnTime.OnTime.onCommand(OnTime.java:1054) ~[?:?]
  24. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-BT45_1.8.8_09.9.jar:git-Spigot-0359393-9cd1111]
  25. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement