Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. 21.01 19:57:37 [Server] INFO Sikatsu issued server command: /buildbattle reload
  2. 21.01 19:57:37 [Server] INFO BuildBattlePro v.5.3-BETA
  3. 21.01 19:57:37 [Server] INFO Fallback servers loaded !
  4. 21.01 19:57:37 [Server] INFO Restricted blocks loaded !
  5. 21.01 19:57:37 [Server] INFO Loaded 25 Solo Themes !
  6. 21.01 19:57:37 [Server] INFO Loaded 25 Team Themes !
  7. 21.01 19:57:37 [Server] INFO Loaded 3 Restriced Themes !
  8. 21.01 19:57:37 [Server] INFO Plot 0 for arena vcsolo loaded !
  9. 21.01 19:57:37 [Server] INFO Plot 1 for arena vcsolo loaded !
  10. 21.01 19:57:37 [Server] INFO Plot 2 for arena vcsolo loaded !
  11. 21.01 19:57:37 [Server] INFO Plot 3 for arena vcsolo loaded !
  12. 21.01 19:57:37 [Server] INFO Plot 4 for arena vcsolo loaded !
  13. 21.01 19:57:37 [Server] INFO Plot 5 for arena vcsolo loaded !
  14. 21.01 19:57:37 [Server] INFO Arena vcsolo loaded !
  15. 21.01 19:57:37 [Server] INFO Plot 0 for arena vcteam loaded !
  16. 21.01 19:57:37 [Server] INFO Plot 1 for arena vcteam loaded !
  17. 21.01 19:57:38 [Server] INFO Plot 2 for arena vcteam loaded !
  18. 21.01 19:57:38 [Server] INFO Plot 3 for arena vcteam loaded !
  19. 21.01 19:57:38 [Server] INFO Arena vcteam loaded !
  20. 21.01 19:57:38 [Server] ERROR null
  21. 21.01 19:57:38 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing 'buildbattle reload' in me.drawe.buildbattle.commands.BBCommand(buildbattle)
  22. 21.01 19:57:38 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  23. 21.01 19:57:38 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:702) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  24. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1636) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  25. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1476) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  26. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  27. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  28. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  29. 21.01 19:57:38 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
  30. 21.01 19:57:38 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
  31. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [my.jar:git-Spigot-f56e2e7-0c715b3]
  32. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [my.jar:git-Spigot-f56e2e7-0c715b3]
  33. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [my.jar:git-Spigot-f56e2e7-0c715b3]
  34. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [my.jar:git-Spigot-f56e2e7-0c715b3]
  35. 21.01 19:57:38 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [my.jar:git-Spigot-f56e2e7-0c715b3]
  36. 21.01 19:57:38 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  37. 21.01 19:57:38 [Server] INFO Caused by: java.lang.NullPointerException: Name is null
  38. 21.01 19:57:38 [Server] INFO at java.lang.Enum.valueOf(Enum.java:236) ~[?:1.8.0_131]
  39. 21.01 19:57:38 [Server] INFO at me.drawe.buildbattle.leaderboards.LeaderboardType.valueOf(LeaderboardType.java:5) ~[BuildBattlePro.jar:?]
  40. 21.01 19:57:38 [Server] INFO at me.drawe.buildbattle.managers.LeaderboardManager.loadAllLeaderboards(LeaderboardManager.java:41) ~[BuildBattlePro.jar:?]
  41. 21.01 19:57:38 [Server] INFO at me.drawe.buildbattle.BuildBattle.reloadPlugin(BuildBattle.java:189) ~[BuildBattlePro.jar:?]
  42. 21.01 19:57:38 [Server] INFO at me.drawe.buildbattle.commands.subcommands.BBReloadSubCommand.execute(BBReloadSubCommand.java:19) ~[BuildBattlePro.jar:?]
  43. 21.01 19:57:38 [Server] INFO at me.drawe.buildbattle.commands.BBCommand.execute(BBCommand.java:54) ~[BuildBattlePro.jar:?]
  44. 21.01 19:57:38 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:139) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  45. 21.01 19:57:38 [Server] INFO ... 14 more
  46. 21.01 19:57:38 [Server] WARN Sikatsu moved too quickly! -36.81056384796341,1.5,-72.29037208577228
  47. 21.01 19:57:38 [Server] WARN TheRealDrawe moved too quickly! -0.4092005798258924,1.4872712748945807,-71.57845228456063
  48. 21.01 19:57:39 [Server] INFO Dia: Gelukkig maar :)
  49. 21.01 19:58:00 [Server] INFO jornguy issued server command: /remain
  50. 21.01 19:58:02 [Server] INFO Royco174 issued server command: /rtp
  51. 21.01 19:58:02 [Server] INFO Aan het zoeken naar een veilige locatie voor Royco174...
  52. 21.01 19:58:04 [Server] ERROR Could not pass event PlayerMoveEvent to Spartan vBuild 217
  53. 21.01 19:58:04 [Server] INFO org.bukkit.event.EventException: null
  54. 21.01 19:58:04 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  55. 21.01 19:58:04 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  56. 21.01 19:58:04 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  57. 21.01 19:58:04 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  58. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:415) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  59. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInVehicleMove.a(SourceFile:48) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  60. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInVehicleMove.a(SourceFile:9) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  61. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[my.jar:git-Spigot-f56e2e7-0c715b3]
  62. 21.01 19:58:04 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
  63. 21.01 19:58:04 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
  64. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [my.jar:git-Spigot-f56e2e7-0c715b3]
  65. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [my.jar:git-Spigot-f56e2e7-0c715b3]
  66. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [my.jar:git-Spigot-f56e2e7-0c715b3]
  67. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [my.jar:git-Spigot-f56e2e7-0c715b3]
  68. 21.01 19:58:04 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [my.jar:git-Spigot-f56e2e7-0c715b3]
  69. 21.01 19:58:04 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  70. 21.01 19:58:04 [Server] INFO Caused by: java.lang.NullPointerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement