mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 05:47:45 +01:00
15c4f72cf0
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. |
||
---|---|---|
.. | ||
bossevents | ||
commands | ||
dedicated | ||
gui | ||
level | ||
network | ||
packs | ||
players | ||
rcon | ||
Bootstrap.java.patch | ||
Main.java.patch | ||
MinecraftServer.java.patch | ||
PlayerAdvancements.java.patch | ||
ReloadableServerRegistries.java.patch | ||
ReloadableServerResources.java.patch | ||
ServerAdvancementManager.java.patch | ||
ServerFunctionManager.java.patch | ||
ServerScoreboard.java.patch | ||
ServerTickRateManager.java.patch | ||
Services.java.patch |