Tags
Creators
Details
0.10.0
Compatibility
Required content
Changes
PRAXIC 0.10.0 - Foundation & Traps
A focused update introducing powerful new detection capabilities
๐ New
๐ป Ghost Honeypot System
A new layer of protection. Invisible entities now appear near players, exposing KillAura and AimAssist usage with high reliability.
๐ Upgraded /praxic check
Get deeper insight into any player with confidence scores, anomaly data, and live analytics โ all in one command.
โ๏ธ Improvements
- Smarter Detection โ New cross-check correlations for better accuracy
- Dashboard Enhancement โ Active ghost traps are now visible
- Ghost System Overhaul โ Completely rewritten for improved stealth and performance
Update now to take advantage of PRAXICโs most advanced detection tools yet.
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:z9vcbwOI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CNFXCX5H:z9vcbwOI"
}


