-
Ping and Status are now the only commands accessible by default to every player. Previously players could toggle their own KB state by default.
-
(Bukkit-Only) Fixed a NPE causing console spam that could occur when setting the updateInterval().
- (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.
- Add support for more messages to be reloaded at runtime
Fabric Hotfix - Stop mod from not loading
- 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.