— Added FREECAM_RAPID_TP for correct detection of rapid teleport FreeCam (Meteor) instead of using STATIC_BODY
— Added FREECAM_PUNISHMENT for separate and clear logging of kicks and bans based on score
— AntiFreeCam: movement packets are now processed on the Netty thread; a main-thread task is scheduled only when a suspicious jump is actually detected (was ~20 tasks/sec per player → near zero), big TPS win on populated servers
— AntiFreeCam: client-position state made thread-safe (volatile); interaction checks now use the freshest position with no 1-tick delay
— AntiFreeCam: snap-back is now idempotent — no more double teleport/velocity in the same tick
— AntiXRay: fixed a pending-chunk counter leak that could permanently freeze ore hiding for a player after an async error
— AntiXRay: removed per-block config lookups in the chunk-mask and reveal hot loops, plus redundant world/Location allocations — lower CPU under heavy chunk loading