herobrine99dan / NESS-Reloaded

NESS Reloaded is an anticheat that aims to support lots of minecraft versions (from 1.8 to 1.17.1) without losing the advantage of having powerful checks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antiknockback Check

herobrine99dan opened this issue · comments

What server version are you running? 1.12.2

**What version of NESS Reloaded are you running?**2.8 DevBuild

Describe the Bug There isn't an Antiknockback Check

Do you have some videos / screenshots? https://streamable.com/dx7nrv

If it is an error, do you have logs? No Errors

Maybe i got an idea to add a Vertical Velocity check: when the knockback is applied to a player, i have to follow the minecraft formula:
motY /= 2.0
motY += strenght
if(motY > 0.4) = motY = 0.4