Event cancellation removed (alerts only)
Changed autoban to autokick system with configurable kick message
Added AutoTotemCheckListener with detection for fast totem switching and excessive totem usage
Optimized code by removing event.setCancelled() and improving efficiency
Updated config.yml with autokick and autototem settings
Added 3 new detection systems:
Scaffold: Detects rapid block placement below player, invalid pitch angles, and tower cheats
Velocity: Detects when players ignore knockback/velocity from hits
Criticals: Detects illegitimate critical hits without proper jump state
Fixed fly check false positives - Now excludes players falling (velocity Y < -0.5) and checks vertical velocity range to avoid flagging legitimate falls
Added KillAura detection - Detects excessive hits per second and impossible hit angles
Added NoFall detection - Tracks fall distance and detects when players avoid fall damage
Added AutoClicker detection - Monitors click rate and flags excessive CPS
Discord webhook integration - Sends violation alerts and ban notifications to Discord with embeds
Updated config - Added Discord settings and new check configurations
Enhanced PlayerData - Added tracking for hits, clicks, and fall distance
