- (Bukkit-Only) Add support to set custom updateInterval() for players. This is already supported on Fabric and Fabric supports doing this to every entity in the game. This feature is currently only supported on > 1.20.5
- Changed default updateInterval() from 1 to vanilla's value of 2. You now have to opt-in if you want to try smoother movement.
- (Bukkit-Only) Add support to set custom updateInterval() for players. This is already supported on Fabric and Fabric supports doing this to every entity in the game.
- Changed default updateInterval() from 1 to vanilla's value of 2. You now have to opt-in if you want to try smoother movement.
- Finally Fixed KB being applied incorrectly between B22-B57.
- (Fabric-Only) Make updateInterval() at which server always sends velocity packets for players from 2 (100 ms) -> 1 (50ms).
- The current implementation leaves a lot of room for improvement and may make it slightly harder to combo due to double sends. Player movement will in general look much smoother though.
- (Fabric-Only) Now correctly apply velocity adjustments everywhere the bukkit-version does, not just when onAttack() from a player.
- Finally Fixed KB being applied incorrectly between B22-B57.
- (Fabric-Only) Make updateInterval() at which server always sends velocity packets for players from 2 (100 ms) -> 1 (50ms).
- The current implementation leaves a lot of room for improvement and may make it slightly harder to combo due to double sends. Player movement will in general look much smoother though.