promotional bannermobile promotional banner

ADM Anticheat

Revolutionary Anticheat system for Forge.

File Details

admanticheat-1.7.2-RELEASE.jar

  • R
  • Sep 13, 2025
  • 427.32 KB
  • 55.6K
  • 1.20.1
  • Forge

File Name

admanticheat-1.7.2-RELEASE.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:adm-anticheat-1272330:6993575")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

ADM Anticheat — 1.7.2 (RELEASE)

Released: 2025-09-13

A small maintenance release that adds server-side AFK and auto-clicker protection, fixes and introduces a few new config options and improved defaults.

Highlights

  • Anti-AFK: New server-side AFK detection and automatic kick feature.

    • Config: enableAfkKick (default: false)
    • Config: afkKickThresholdSeconds (default: 900)
    • Config: afkGraceSeconds, afkMinMoveDistance, afkKickReason, afkAdminEmbedEnabled
    • Per-player opt-out is available via /adm afkopt (server-only command).
    • AFK warnings are sent to players before kicks and admin webhook embeds can be enabled.
  • Auto-Clicker Detection: Basic CPS-based auto-clicker detection and enforcement.

    • Config: enableAutoClickerDetection (default: false)
    • Config: autoClickerMaxCps (default: 15.0)
    • Config: autoClickerViolationLimit (default: 3)
    • Config: autoClickerKickReason
    • Clicks are tracked for interactions and attack events to capture both left- and right-click scenarios.
  • Config and UX improvements

    • The main config (config/admanticheat/admanticheat_config.json) is now always written/loaded for integrated/singleplayer hosts so toggles are editable even when not running a dedicated server.
    • The mod now logs the effective values of major toggles at startup to aid troubleshooting.
    • Kick messages for AFK and auto-clicker now match the standard ADM Anticheat styled format and include the configured serverName where applicable.
    • Additional debug logs were added around AFK and auto-clicker detection to help server admins troubleshoot edge cases.