PRAXIC AntiCheat

Server-side AntiCheat for Fabric. No client installation required.

File Details

Praxic v0.6.0

  • B
  • May 23, 2026
  • 100.73 KB
  • 15
  • 1.21.1
  • Fabric

File Name

praxic-0.6.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:praxic-anticheat-1544623:8132478"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New

  • RotationCheck — detects aim assistance during combat. Flags unnatural camera snaps that real players can't produce.
  • SprintCheck — catches sprinting when the game itself forbids it: low hunger or Blindness effect active.
  • BoatFlyCheck — detects flying while riding a boat. Knows the difference between falling off a cliff and hovering in the sky.
  • Cancellable Event APIPraxicViolationEvent now returns boolean. Addons like REVEX can fully take over punishment handling.

🔧 Improved

  • FlyCheck — cleaned up internal logic, removed legacy code now handled by the Movement State Machine.
  • Join Grace — players get a short immunity window after connecting. No more false flags on login.
  • 17 checks total — PRAXIC now covers Movement, Combat, World, and Client categories.

🐛 Fixed

  • Fixed false positives when falling off cliffs while riding a boat.
  • Fixed false flag on server join when already seated in a boat.

⚠️ API Notice

This version changes PraxicViolationEvent from void to boolean return. If you use REVEX or custom addons, rebuild them against PRAXIC 0.6.0 before updating.