Minecraft PC IP: play.cubecraft.net

nofall

  1. caspar1500

    Coding Nofall Detection

    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()...
Top Bottom