jonahseguin / Reflex

A fast, accurate, and easy to use customizable AntiCheat for Spigot Minecraft servers
http://shawckz.com/project/reflex
8 stars 0 forks source link

New Check: Knockback #17

Closed jonahseguin closed 7 years ago

jonahseguin commented 8 years ago

Knockback - Completely unimplemented. No idea on how to accurately detect this

AlfieC commented 8 years ago

Knockback affects client side velocity - a somewhat decent check for this would be to calculate the "real" velocity (after friction is applied) and check the player's location relative to their previous - it should somewhat match the angle that their last velocity values applied to their location.

jonahseguin commented 8 years ago

@AlfieC start on impl if possible

jonahseguin commented 7 years ago

Updated for v2