OldCombatMechanics

OldCombatMechanics

46.1k Downloads

old-player-knockback is incompatible with other plugins

Opened this issue ยท 5 comments

commented

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

commented

Should be fixed with caf99eb

commented

Sound similar to #520. What plugins exactly does it interfere with?

commented

custom

commented

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?

commented

the priority was high, I now tested with normal priority and the issue persists, I have also updated oldcombatmechanics to a dev build from yesterday