NoChance Anti-Cheat icon

NoChance Anti-Cheat -----

Anti-cheat with trust-based system and 4-layer validation cascade system & packet analysis



[​IMG]

PacketEvents Required for packet-level checks
PacketEvents

Note: Plugin runs without it but detection accuracy drops
https://nochance-ac.com/

What is NoChance?
NoChance is a server-side anti-cheat built around a 4-layer validation cascade with packet-level analysis, tick-accurate physics simulation, and trust scoring. It catches cheaters without punishing legit players — and now ships with a live web dashboard so you can manage your server from any browser.

Web Dashboard (new in 1.4.8)
  • Run /nc web as OP to pair with nochance-ac.com - enter the 6-digit code on the dashboard
  • Manage punishments, settings and live players from any browser
  • Minecraft head avatars for linked staff and online players
  • Freeze / kick / warn / ban straight from the player list
  • Rich broadcast editor with color codes, live preview and presets
  • Mark flags as confirmed cheating or false positives to tune your detection
  • 24-hour activity chart, per-check precision bars and CSV export

Features
  • 24 Detection Modules — Fly, Speed, KillAura, FastBreak, Reach, NoClip, Jesus, Blink, Timer, ElytraFly, BoatFly, and more
  • 4-Layer Validation — Statistical, packet, physics simulation, and trust filtering cascade
  • Prediction Engine — Tick-level physics sim catches noclip, jesus, step, anti-KB
  • PacketEvents Integration — Per-packet rotation and attack analysis, 9 cheat-client signatures
  • Trust Score — Players build a baseline; skilled regulars get tolerance, new accounts get scrutiny
  • Replay System — 30s rolling buffer, save on high/extreme flags, in-game playback
  • Staff Tools — Spectate, freeze, verbose mode, clickable alerts with teleport and quick actions
  • In-Game GUI — Edit all settings through a menu, or use the web dashboard
  • Bedrock/Geyser — Auto-detects Floodgate players with relaxed thresholds
  • Ping Compensation — Adjusts thresholds for high-latency players
  • Database Support — SQLite default, MySQL optional, HikariCP pooling
  • Discord Webhooks — Violation alerts with rich embeds
  • Punishment Ladder — Warn → kick → tempban → ban, per-confidence configurable
  • ViaVersion Compatible — Works with multi-version setups
  • Server Friendly — Adaptive sampling, async processing, batched database writes

Detection Modules
  • Movement — Fly, Speed, NoClip, Jesus, Blink, Phase, Step, GroundSpoof, Timer
  • Vehicle — ElytraFly, BoatFly, Strider
  • Block — FastBreak, FastPlace, Nuker, Scaffold
  • Combat — KillAura, AutoClicker, Reach, Criticals
  • Damage — NoFall, Velocity
  • Player — Inventory, NoSlow

Commands
/nc menu — Open config GUI
/nc web — Pair server with the web dashboard
/nc reload — Reload config
/nc info <player> — Player stats
/nc violations <player> — Violation history
/nc reset <player> — Reset player data
/nc toggle <check> — Enable/disable a check
/nc stats — Global statistics
/nc alerts — Toggle staff alerts
/nc spectate <player> — Spectate invisibly
/nc freeze <player> — Freeze/unfreeze
/nc verbose — Toggle verbose output
/nc profile <player> — Player profile and ping
/nc replay list — List saved replays
/nc replay play <file> — Watch a replay

Aliases: /nc, /ac, /anticheat

Permissions
nochance.admin — Full access (default: op)
nochance.alerts — Receive alerts (default: op)
nochance.web — Use /nc web pairing (default: op)
nochance.bypass — Bypass all checks (default: false)
nochance.bypass.<check> — Bypass a specific check (default: false)
nochance.staff.spectate — Spectate command (default: op)
nochance.staff.freeze — Freeze command (default: op)
nochance.staff.verbose — Verbose mode (default: op)

  • 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
  • nochance.bypass.noslow
  • nochance.bypass.groundspoof
  • nochance.bypass.elytrafly
  • nochance.bypass.strider
  • nochance.bypass.boatfly

Code (YAML):

language
: "en"

general
:
  time_window_seconds
: 45
  grace_period_seconds
: 5
  teleport_grace_period_seconds
: 3
  min_samples
: 4
  op_exempt
: true
  notify_player_on_flag
: false

thresholds
:
  low_confidence
: 0.55
  medium_confidence
: 0.70
  high_confidence
: 0.85
  extreme_confidence
: 0.98

advanced_filtering
:
  enabled
: true
  bayesian_prior
: 0.12
  z_score_threshold
: 1.8
  min_trust_score
: 0.5
  established_baseline_checks
: 20
  established_baseline_time_seconds
: 30

actions
:
  kick_on_extreme_confidence
: false
  kick_on_high_confidence
: true
  warn_on_high_confidence
: true
  warn_on_medium_confidence
: true
  log_low_confidence
: true

checks
:
  fly
:
    enabled
: true
    threshold
: 1
    severity_multiplier
: 2.5
    max_velocity_y
: 0.55

  speed
:
    enabled
: true
    threshold
: 1
    severity_multiplier
: 3.0
    max_speed
: 0.32
    sprint_multiplier
: 1.30
    ice_multiplier
: 2.4

  killaura
:
    enabled
: true
    threshold
: 4
    severity_multiplier
: 3.5
    max_reach
: 3.1
    max_angle
: 35.0
    max_rotation_speed
: 1600.0
    max_cps
: 15.0

  reach
:
    enabled
: true
    threshold
: 1
    severity_multiplier
: 3.5
    max_entity_reach
: 3.15
    max_block_reach
: 4.5

  # 20+ more checks with individual settings

database
:
  type
: SQLITE
  host
: localhost
  port
: 3306
  database
: nochance
  username
: root
  password
: password
  table_prefix
: nc_

discord
:
  enabled
: false
  webhook_url
: ""

web
:
  enabled
: true
  endpoint
: "https://nochance-ac.com"
  telemetry
: true
  share_learnings
: true

replay
:
  enabled
: true
  buffer_seconds
: 30
  before_seconds
: 10
  after_seconds
: 15
  retention_days
: 7
  save_on_high
: true
  save_on_extreme
: true

bedrock
:
  exempt
: false
  relaxed_checks
: true
  tolerance_multiplier
: 1.3

ping_compensation
:
  enabled
: true
  high_ping_threshold
: 120
  max_multiplier
: 1.4

skill_profiles
:
  low
:
    max_cps
: 8
    min_cps
: 3
    max_rotation_speed
: 200
  medium
:
    max_cps
: 12
    min_cps
: 7
    max_rotation_speed
: 350
  high
:
    max_cps
: 18
    min_cps
: 11
    max_rotation_speed
: 550
 

[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
Resource Information
Author:
----------
Total Downloads: 990
First Release: Oct 8, 2025
Last Update: May 16, 2026
Category: ---------------
All-Time Rating:
11 ratings
Find more info at nochance-ac.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings