___What you expected to see___
Per-Player View Distance API work similar with 1.13.2
___What you actually saw___
Per-Player View Distance API not work
___This may include a build schematic, a video, or detailed instructions to help reconstruct the issue___
___A list of your plugins___
BestViewDistance
___This can be found by running /version on your server. latest is not a proper version number; we require the output of /version so we can properly track down the issue.___
This server is running Paper version git-Paper-43 (MC: 1.14.1) (Implementing API version 1.14.1-R0.1-SNAPSHOT)
___Anything else you think may help us resolve the problem___
[09:38:45] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to BestViewDistance v11.9
org.apache.commons.lang.NotImplementedException: Per-Player View Distance APIs need further understanding to properly implement
at org.bukkit.craftbukkit.v1_14_R1.entity.CraftPlayer.setViewDistance(CraftPlayer.java:1973) ~[patched_1.14.1.jar:git-Paper-43]
at me.lxct.bestviewdistance.event.OnJoin.onPlayerJoin(OnJoin.java:21) ~[?:?]
at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.14.1.jar:git-Paper-43]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.1.jar:git-Paper-43]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.1.jar:git-Paper-43]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:534) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.PlayerList.a(PlayerList.java:191) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.LoginListener.c(LoginListener.java:169) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.LoginListener.tick(LoginListener.java:65) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.NetworkManager.a(NetworkManager.java:255) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:129) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1201) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:418) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1060) ~[patched_1.14.1.jar:git-Paper-43]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:904) ~[patched_1.14.1.jar:git-Paper-43]
at java.lang.Thread.run(Thread.java:834) [?:?]
Patch was intentionally left out of 1.14
Still no plans of bringing it back.
There are plans but there is no ETA. The exception message is still relevant. Reimplementing it properly requires further study and understanding.