You should delete/update the config to run this version (changes below)!
This update introduces
improved modern velocity handling for better compatibility with custom plugins and anticheats. It also
prevents unwanted ground setbacks in combo mode when using high hits-per-second settings.
Note that if you come from an old version and you
don't wan't to change your values, you should set "knockback.use-legacy-velocity-packet: true". Setting it to true will use the same old logic as version 2.16.0 and below. This logic has been kept for legacy support and as it is the only way to fix the knockback relog bug present in minecraft 1.7.x.
I know we're heading into 2026 and Minecraft 1.7.x is quite old now, but I’m committed to preserving backward compatibility, just as this plugin has done since its launch. I hope this dedication is appreciated
Changelog:
- Introduced a new velocity handling module that extends compatibility with newer plugins and anticheats.
If you have custom config values coming from 2.16.0 or below, enabling this will likely require config values tuning.
You can disable this new logic and keeping your old trustworthy knockback values by adding "use-legacy-velocity-packet: true" to the "knockback" section in config.yml (see example below)
- Fixed a setback to ground that could occur in new minecraft versions (1.21+) during combo mode.
- Minor performance improvements
New config:
gist.github.com
What is
changed (see
last revision):
gist.github.com