Description NoChance is a anti-cheat with a 4-layer validation cascade system and also with packet-level detection. Designed to catch cheaters while minimizing false positives through trust scoring, adaptive sampling, and statistical analysis.
Features:
18 Detection Modules - Fly, Speed, KillAura, FastBreak, Reach, NoClip, Jesus, Blink, Timer, and more
4-Layer Validation System - Multi-stage verification to eliminate false positives
PacketEvents Integration - Deep packet analysis for advanced cheat detection (1.21-1.21.8 support)
Trust Score System - Players build trust over time, reducing false flags for legitimate skilled players
In-Game GUI Configuration - Edit all settings via interactive menu, no file editing needed
Database Support - SQLite & MySQL support with HikariCP connection pooling for optimal performance
Staff Alerts - Real-time notifications with customizable thresholds and alert throttling
Discord Webhooks - Send violation alerts directly to Discord with rich embeds
Punishment System - Automatic kicks, warnings, and configurable actions
Per-Check Configuration - Fine-tune every detection module independently
Server Optimizations - Adaptive sampling, async processing, and batch operations
Commands: • /nochance menu - Open configuration GUI • /nochance reload - Reload configuration • /nochance info <player> - View player statistics • /nochance violations <player> - View violation history • /nochance reset <player> - Reset player data • /nochance toggle <check> - Enable/disable specific check • /nochance stats - View global statistics • /nochance alerts - Toggle staff alerts
Aliases: • /nc • /ac • /anticheat
Permissions: • nochance.admin - Access to all NoChance commands (default: op) • nochance.alerts - Receive staff alert notifications (default: op) • nochance.bypass - Bypass ALL anti-cheat checks (default: false) • nochance.bypass.<check> - Bypass specific check (default: false)
Individual Check Bypasses:
nochance.bypass.fly
nochance.bypass.speed
nochance.bypass.noclip
nochance.bypass.jesus
nochance.bypass.fastbreak
nochance.bypass.fastplace
nochance.bypass.nuker
nochance.bypass.killaura
nochance.bypass.nofall
nochance.bypass.autoclicker
nochance.bypass.reach
nochance.bypass.inventory
nochance.bypass.scaffold
nochance.bypass.timer
nochance.bypass.velocity
nochance.bypass.criticals
nochance.bypass.phase
nochance.bypass.step
nochance.bypass.blink
Default Config Preview
Code (YAML):
# Main settings for the anti-cheat general:
time_window_seconds: 60
grace_period_seconds: 5
min_samples: 5
op_exempt: true
notify_player_on_flag: true