LongJump
[X] DefinitiveLongJump detector — boosted horizontal velocity on jump launch. Vanilla sprint-jump first airborne tick ~0.31; flags if any airborne tick within 6 of the jump impulse (prevDeltaY ~0.42) has horizontal delta > threshold (0.6/tick ~12 bps) with no knockback/velocity/elytra source.
What it detects
LongJump detector — boosted horizontal velocity on jump launch. Vanilla sprint-jump first airborne tick ~0.31; flags if any airborne tick within 6 of the jump impulse (prevDeltaY ~0.42) has horizontal delta > threshold (0.6/tick ~12 bps) with no knockback/velocity/elytra source.
False-positive guards
- Vehicle/gliding/riptide/swimming exempt
- Teleport exempt (tick - lastTeleportTick < 5)
- Hurt exempt (tick - hurtTick < 5)
- Velocity exempt (tick - velocityTick < 40)
- Null/unloaded foot block -> skip flag