old-player-knockback is incompatible with other plugins
Opened this issue ยท 5 comments
Information
- Server Version: 1.16.5 Purpur
- OldCombatMechanics version: 1.9.0 (dev build)
- Server Log File: irrelevant
- OldCombatMechanics config file: irrelevant
Problem Description
The problem is that in my server a plugin under some situations removes knockback from players by cancelling the entity knockback event, however OldCombatMechanics ignores this for melee battles and still keeps knockbacking the player. is this fixable?
Expected Behaviour
expected the player to not get knockbacked at all
Actual Behaviour
the player got knockbacked as usual after melee hit
Should be fixed with caf99eb
Sound similar to #520. What plugins exactly does it interfere with?
We now ignore the VelocityChangeEvent if it was cancelled, can you please check if the module still interferes?
There might still be issues with the listener priorities, do your custom plugins use NORMAL
priority?