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
⚡ 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 API —
PraxicViolationEventnow returnsboolean. 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.