All versions
0.1.2
Beta
PRAXIC 0.1.22 months ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Changes
โก PRAXIC 0.1.2 โ Stability & Staff Alerts
This update focuses on making the anticheat smarter, significantly reducing false positives for legitimate players, and giving staff better tools to monitor the server.
๐ New Features
- Staff Alerts: Online operators (OP level 2+) now receive real-time notifications in chat when a player is flagged.
- Advanced FlyCheck: Added a new detection layer for illegal vertical ascent (flying upwards).
- Config: Added
enableStaffAlertstoggle to the config file.
๐ก๏ธ Stability & False Positive Fixes
- FlyCheck: Fixed false flags while climbing ladders, vines, and scaffolding.
- FlyCheck: Added a grace period for water-to-land transitions (no more flags when jumping out of water).
- SpeedCheck: Added a movement buffer to prevent flagging on single-tick sprint-jump spikes or minor lag.
- NoFallCheck: Added support for Absorption hearts (Golden Apples). Jumping with yellow hearts no longer triggers false flags.
- ReachCheck: Increased survival threshold to 4.5 blocks to better accommodate mob hitboxes and latency.
โ๏ธ Technical Changes
- Internal version bump to 0.1.2.
- Optimized PlayerData tracking for ground and water states.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:CNFXCX5H:XCcCKrfh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CNFXCX5H:XCcCKrfh"
}

