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
GNU General Public License v3.0
47 stars 5 forks source link

Better OnGround method #82

Closed herobrine99dan closed 3 years ago

herobrine99dan commented 3 years ago

The current isMathematicallyOnGround(double y) method is too accurated for 1.8.8 players, I think it should actually check the block under the player (using -0.001 or something like that?) This will prevent False Flags like https://www.youtube.com/watch?v=adMPZwqn0z0&feature=youtu.be&ab_channel=EngineerBoard and will maybe fix FalseGround check for 1.8 players

herobrine99dan commented 3 years ago

The new method was made, but it needs more tests

herobrine99dan commented 3 years ago

The method was implemented in FlyHighJump Check and will maybe used in FlyFalseGround1 to have 1.8 compatibility.

herobrine99dan commented 3 years ago

The method was implemented correctly in FlyHighJump check and some false flags were fixed.