-
Notifications
You must be signed in to change notification settings - Fork 8
Paper 1.14.x errors #32
Comments
It seems that it comes from Paper. We'll need to wait for an update. Z750 (Paper Developer) :
|
Maybe implement a more graceful way that detects Paper on 1.14.3 and prevents calling those APIs? This spams the server log quite a lot. I am aware this is an issue from Paper itself, but seeing how this won't be implemented anytime soon (by the looks of it), perhaps a workaround is in order. |
Added in commit f9cdc11 |
@Kugge Just to confirm, does this mean that BestViewDistance is broken on 1.14.3? The commit disables it, I assume this is because it has no benefit without the per-player view distance APIs? I thought it still set the global server view distance based on TPS/ping etc. |
@Ristovski The API provided by paper allow BVD to change the view distance, and that API is broken on 1.14.X. BVD cannot change view distance at all so it's 100% useless on 1.14.X |
I see, I thought some of the functionality (like global view distance based on TPS/etc) was still there. Good to know. |
Any update about this topic? |
Something changed? |
Where is this tracked upstream? |
the re-implementation of the patch has reached a good point where we can start external testing PaperMC/Paper#2572 this implements per player view distance at the ticket level, allowing more functionality and allowing shared view distance. |
any testing would be much appreciated, that way we can get merged faster :)) |
Managed to get it working, seems good so far! Will report if anything breaks :) |
just remember to keep the jar as updated as possible to the latest one on the PR (the latest one now built off of 209 with many fixes), other than that, happy testing |
Running @SlickJava's patch + the latest paper version that I merged myself. The one huge problem I'm facing is my render distance is at 3, despite 20TPS. Not sure if this a bug, incompatibility, or misconfiguration. |
Try running my patched version. This plugin will not work correctly in 1.14 without slight modifications. |
@sisa1917 That's what I been running. |
Interesting... Please add me on Discord EDIT: figured out it was his Ping setting |
Hello do you have new for update into 1.14 or 1.15 ? |
I'm curious too! :D |
@Kugge Your plugin work with Tuinity 1.15.2 |
Which build? |
Describe the bug
Console errors when join, using command and periodically
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Work without errors
Timings
No need
Additional context
Paper 1.14.3 build 119
BVD dev build 35
Errors: https://pastebin.com/JFkb2PSk
And update dev builds link
The text was updated successfully, but these errors were encountered: