Hey, lately i've been diving into anti-cheat dev.
I wouldn't say i'm good in it, but i might have an handy peace of code to detect nofall:
@EventHandler
void onMove(PlayerMoveEvent e) {
Player p = e.getPlayer();
if(p.isOnGround() && inAir(e.getFrom()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.