Teleport
[X] DefinitiveVClip / SlyPort / InfiniteAura detector — single-tick vertical clip |dy| > threshold (1.5) or horizontal teleport > 2x threshold (3.0), with no jump/knockback/velocity source. Only flags the 1.5-8 block range; the >8-block server-teleport heuristic is handled upstream.
What it detects
VClip / SlyPort / InfiniteAura detector — single-tick vertical clip |dy| > threshold (1.5) or horizontal teleport > 2x threshold (3.0), with no jump/knockback/velocity source. Only flags the 1.5-8 block range; the >8-block server-teleport heuristic is handled upstream.
False-positive guards
- Vehicle/gliding/riptide exempt
- lastTeleportTick == tick (already-classified >8b server teleport) skipped
- Hurt exempt (tick - hurtTick < 3)
- Velocity exempt (tick - velocityTick < 20)
- Server-lag burst exempt (tick - lastLagBurstTick <= 1)
- Continuity gate excludes lag-burst-collapsed falls (prevDeltaY > 0.5)