Guest User

Untitled

a guest
Jun 30th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.13 KB | None | 0 0
  1. On join:
  2.  
  3. [23:26:36 INFO]: UUID of player HauserGrim is e6193cec-dd57-3b54-a64d-2a641566b5e5
  4. [23:26:40 ERROR]: Could not pass event PlayerJoinEvent to BestViewDistance v12
  5. org.apache.commons.lang.NotImplementedException: Per-Player View Distance APIs need further understanding to properly implement
  6. at org.bukkit.craftbukkit.v1_14_R1.entity.CraftPlayer.setViewDistance(CraftPlayer.java:1994) ~[patched_1.14.3.jar:git-Paper-119]
  7. at me.lxct.bestviewdistance.event.OnJoin.onPlayerJoin(OnJoin.java:19) ~[?:?]
  8. at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.14.3.jar:git-Paper-119]
  9. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.3.jar:git-Paper-119]
  10. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.3.jar:git-Paper-119]
  11. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:536) ~[patched_1.14.3.jar:git-Paper-119]
  12. at net.minecraft.server.v1_14_R1.PlayerList.a(PlayerList.java:191) ~[patched_1.14.3.jar:git-Paper-119]
  13. at net.minecraft.server.v1_14_R1.LoginListener.c(LoginListener.java:169) ~[patched_1.14.3.jar:git-Paper-119]
  14. at net.minecraft.server.v1_14_R1.LoginListener.tick(LoginListener.java:65) ~[patched_1.14.3.jar:git-Paper-119]
  15. at net.minecraft.server.v1_14_R1.NetworkManager.a(NetworkManager.java:255) ~[patched_1.14.3.jar:git-Paper-119]
  16. at net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:129) ~[patched_1.14.3.jar:git-Paper-119]
  17. at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1216) ~[patched_1.14.3.jar:git-Paper-119]
  18. at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:420) ~[patched_1.14.3.jar:git-Paper-119]
  19. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1064) ~[patched_1.14.3.jar:git-Paper-119]
  20. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:908) ~[patched_1.14.3.jar:git-Paper-119]
  21. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  22.  
  23. On /vdist:
  24.  
  25. [23:29:47 INFO]: HauserGrim issued server command: /vdist
  26. [23:29:47 ERROR]: null
  27. org.bukkit.command.CommandException: Unhandled exception executing command 'vdist' in plugin BestViewDistance v12
  28. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.14.3.jar:git-Paper-119]
  29. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.14.3.jar:git-Paper-119]
  30. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:736) ~[patched_1.14.3.jar:git-Paper-119]
  31. at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1831) ~[patched_1.14.3.jar:git-Paper-119]
  32. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1639) ~[patched_1.14.3.jar:git-Paper-119]
  33. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.14.3.jar:git-Paper-119]
  34. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.14.3.jar:git-Paper-119]
  35. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:18) ~[patched_1.14.3.jar:git-Paper-119]
  36. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.3.jar:git-Paper-119]
  37. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:127) ~[patched_1.14.3.jar:git-Paper-119]
  38. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.3.jar:git-Paper-119]
  39. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:105) ~[patched_1.14.3.jar:git-Paper-119]
  40. at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:1002) ~[patched_1.14.3.jar:git-Paper-119]
  41. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:995) ~[patched_1.14.3.jar:git-Paper-119]
  42. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(IAsyncTaskHandler.java:91) ~[patched_1.14.3.jar:git-Paper-119]
  43. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:978) ~[patched_1.14.3.jar:git-Paper-119]
  44. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:912) ~[patched_1.14.3.jar:git-Paper-119]
  45. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  46. Caused by: org.apache.commons.lang.NotImplementedException: Per-Player View Distance APIs need further understanding to properly implement
  47. at org.bukkit.craftbukkit.v1_14_R1.entity.CraftPlayer.getViewDistance(CraftPlayer.java:1989) ~[patched_1.14.3.jar:git-Paper-119]
  48. at me.lxct.bestviewdistance.functions.BVDPlayer.getCurrentViewDistance(BVDPlayer.java:155) ~[?:?]
  49. at me.lxct.bestviewdistance.functions.util.Misc.replacePlaceHolders(Misc.java:23) ~[?:?]
  50. at me.lxct.bestviewdistance.commands.ViewCommand.onCommand(ViewCommand.java:42) ~[?:?]
  51. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.14.3.jar:git-Paper-119]
  52. ... 17 more
  53.  
  54. Periodically:
  55.  
  56. [23:30:04 WARN]: [BestViewDistance] Plugin BestViewDistance v12 generated an exception while executing task 42
  57. org.apache.commons.lang.NotImplementedException: Per-Player View Distance APIs need further understanding to properly implement
  58. at org.bukkit.craftbukkit.v1_14_R1.entity.CraftPlayer.getViewDistance(CraftPlayer.java:1989) ~[patched_1.14.3.jar:git-Paper-119]
  59. at me.lxct.bestviewdistance.functions.BVDPlayer.getCurrentViewDistance(BVDPlayer.java:155) ~[?:?]
  60. at me.lxct.bestviewdistance.functions.util.Calculations.applyViewDistance(Calculations.java:54) ~[?:?]
  61. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.3.jar:git-Paper-119]
  62. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.3.jar:git-Paper-119]
  63. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.3.jar:git-Paper-119]
  64. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_201]
  65. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_201]
  66. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  67. [23:30:07 WARN]: Can't keep up! Is the server overloaded? Running 130889ms or 2617 ticks behind
  68. >
  69. [23:31:05 WARN]: [BestViewDistance] Plugin BestViewDistance v12 generated an exception while executing task 42
  70. org.apache.commons.lang.NotImplementedException: Per-Player View Distance APIs need further understanding to properly implement
  71. at org.bukkit.craftbukkit.v1_14_R1.entity.CraftPlayer.getViewDistance(CraftPlayer.java:1989) ~[patched_1.14.3.jar:git-Paper-119]
  72. at me.lxct.bestviewdistance.functions.BVDPlayer.getCurrentViewDistance(BVDPlayer.java:155) ~[?:?]
  73. at me.lxct.bestviewdistance.functions.util.Calculations.applyViewDistance(Calculations.java:54) ~[?:?]
  74. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.3.jar:git-Paper-119]
  75. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.3.jar:git-Paper-119]
  76. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.3.jar:git-Paper-119]
  77. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_201]
  78. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_201]
  79. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  80. [23:31:39 WARN]: Can't keep up! Is the server overloaded? Running 62790ms or 1255 ticks behind
  81. [23:32:06 WARN]: [BestViewDistance] Plugin BestViewDistance v12 generated an exception while executing task 42
  82. org.apache.commons.lang.NotImplementedException: Per-Player View Distance APIs need further understanding to properly implement
  83. at org.bukkit.craftbukkit.v1_14_R1.entity.CraftPlayer.getViewDistance(CraftPlayer.java:1989) ~[patched_1.14.3.jar:git-Paper-119]
  84. at me.lxct.bestviewdistance.functions.BVDPlayer.getCurrentViewDistance(BVDPlayer.java:155) ~[?:?]
  85. at me.lxct.bestviewdistance.functions.util.Calculations.applyViewDistance(Calculations.java:54) ~[?:?]
  86. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.3.jar:git-Paper-119]
  87. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.3.jar:git-Paper-119]
  88. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.3.jar:git-Paper-119]
  89. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_201]
  90. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_201]
  91. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
Advertisement
Add Comment
Please, Sign In to add comment