promotional bannermobile promotional banner

ADM Anticheat

Revolutionary Anticheat system for Forge.

File Details

admanticheat-1.7.1-RELEASE.jar

  • R
  • Sep 9, 2025
  • 1.34 MB
  • 459
  • 1.20.1
  • Forge

File Name

admanticheat-1.7.1-RELEASE.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

ADM Anticheat v1.7.1 Changelog

[1.7.1] - 2025-09-09

Added

  • Secure, admin-triggered client revalidation: /adm reload now sends a secure packet to all clients, forcing them to immediately resend their IdList for revalidation.
  • Client-side dispatcher for SecurePacket: all control packets now use the custom encryption/signature system for maximum security.
  • Webhook for mod mismatch kick is now back online and will notify as expected.
  • The mod essential/essentials is now always ignored by the core, regardless of config.
  • Config options for Discord webhook announcements when players join or leave the server:
    • playerJoinWebhookUrl and playerLeaveWebhookUrl (at the bottom of the config)
    • If set, sends a Discord embed with the player's name and event (join/leave)

Changed

  • Improved resource-pack and ID validation logic: server now authoritatively checks client-supplied hashes, and missing/invalid hashes result in a kick.
  • /adm reload refreshes server-side caches and triggers instant revalidation for all connected players.

Fixed

  • False kicks due to resource-pack/ID mismatches are resolved; only true violations result in action.
  • All admin and control packets now use the secure packet system, eliminating legacy/unencrypted control flows.
  • Webhook notifications on validation violations are more reliable.

Internal

  • Code refactoring for packet handling and validation logic.
  • Improved logging for admin actions and validation events.