5a9f040 Fix wrong connections being removed when switching servers on proxy platforms (#4576)
992ad7f Fix max packet size check
bb93ac0 Null check original root section (#4604)
4070ea9 Revamp max-pps config Add a config section for setting max packet size, add a toggle for disabling each tracker fully
499efa1 Convert HIDE_ADDITIONAL_TOOLTIP in both directions in 1.21.4->1.21.5 (#4600)
0196d9c Bump version to 5.5.0-SNAPSHOT
- Added
cancel-swing-in-inventory
option for 1.15.2->1.16 inventory swing fix (by EnZaXD) - Fixed equippable allowed_entities handling
- Fixed attribute modifiers in 1.21.5->1.21.6
- Fixed anticheat flags when respawning with 1.21.2+ clients on older servers (by RK_01)
- Fixed error on picking entities on older Paper servers (by EnZaXD)
- Fixed missing biome name translations in 1.17.1->1.18 (by EnZaXD)
- Fixed a client error on throwing potions on 1.9.4 servers specifically and potion color being lost on 1.8 servers
- Fixed corners not being included in 1.8 chunk-border-fix (by dewgs, EnZaXD)
If you want to get larger version updates early, consider supporting me via https://viaversion.com/donate. See the previous update notes for more info.
8ee5d7e Add missing biome name translations in 1.17.1->1.18 (#4597)
64c128d Fix 1.8/1.9 thrown potion entity data handling Fixes #4596
77d11fc Update attribute modifier types in show item hovers Fixes #4593
2c72a09 Strip namespace from custom attribute id when getting names
a0116c7 Add 1.21.8 version string to 1.21.7
df87a02 Update ViaNBT (#4585)
bb293b3 Add cancel-swing-in-inventory option for 1.15.2->1.16 inventory swing fix (#4587)
ff03892 Fix some directions not being included in chunk-border-fix; Reduce packets sent by checking for needed chunks (#4586)
Co-authored-by: dewgs 23721849+dewgs@users.noreply.github.com
eb51306 Fix ItemFactory#getSpawnEgg NoSuchMethodError on older Paper builds (#4582)
7f06b03 Remove StorableObject#clearOnServerSwitch (#4583)
c16432d Fix anticheat flags when respawning with 1.21.2+ clients on older servers (#4573)
Fixes #4572
b162dbd Add missing null check to allowed_entities rewrite Fixes #4568