Solved How to decrease knockback on damage.

Discussion in 'Plugin Development' started by Tim_M, Sep 29, 2021.

Thread Status:
Not open for further replies.
  1. Offline

    Tim_M

    I'm trying to recreate the anti knockback property of netherite armor, so that when you are punched, or a creeper explodes you wouldn't take as much knockback, but you would still take it. I could of course cancel playerdamageevent run a calculation then apply the damage and knockback, but was wondering if there is a better way.
     
  2. Offline

    Kars

    As far as i know knockback is handled client-side. So your method sounds about right.
     
  3. Offline

    rudraksha007

    well, use a 1 tick delayed task, get the player's velocity and multiply by some number, that you want.....(less than 1 but more than zero in your case)
     
  4. Offline

    Tim_M

    Alr thanks
     
Thread Status:
Not open for further replies.

Share This Page