1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-19 11:39:50 +01:00
PaperMC/patches
Newwind 645a677122
Make max interaction range configurable ()
The server validates incoming interaction packets by ensuring the player
sending them is inside their interaction range. For this, the server adds
a magic value, by default 1.0, to the original interaction range to
account for latency issues.

This value however may be too low in high latency environments.
The patch exposes a new configuration option to configure said value.
2024-07-27 14:18:16 +02:00
..
api Deprecate more Timings things for removal () 2024-07-20 19:40:41 -07:00
removed Remove fully dropped patches 2024-06-16 13:14:53 +02:00
server Make max interaction range configurable () 2024-07-27 14:18:16 +02:00
unapplied/server Finish chunk tick iteration optimisation port from Moonrise 2024-07-17 11:34:26 -07:00