Tags
Creators
Details
0.11.0
Compatibility
Required content
Changes
โก PRAXIC 0.11.0 - Evidence & Protocol
PRAXIC 0.11.0 is a larger update focused on stronger server-side detection coverage, cleaner staff tools, and better incident review.
๐ก๏ธ Expanded Protection
This update expands PRAXICโs protection layer across movement, combat, protocol sanity, and client behaviour.
New detection coverage was added for:
- movement abuse patterns
- combat spoofing behaviour
- suspicious protocol-level activity
- client-side manipulation patterns
- ghost honeypot interactions
๐ New Evidence System
PRAXIC now includes a persistent evidence layer for staff review.
Suspicious activity can now generate compact evidence records containing useful context such as:
- player name
- check name
- selected action
- confidence level
- ping
- location
- recent runtime state
New commands:
/praxic evidence/praxic evidence <player>/praxic evidence clear <player>
This helps staff review incidents more clearly without exposing detection logic.
๐ Dashboard Improvements
The web dashboard received a larger monitoring update.
Added:
- new Incidents view
- recent evidence display
- expanded player details
- ghost trap visibility
- runtime state indicators
- total flags counter
- evidence counter
- expanded check list
๐ง Smarter Action Handling
Confidence scoring remains the main decision layer, but actions now better respect per-check configuration.
This allows server owners to keep detection enabled while limiting specific checks to lighter actions when needed.
Added configurable confidence thresholds for:
- warn
- setback
- kick
- ban
Autoban can also be disabled through config.
๐ Cleaner Staff Alerts
Staff and Discord alerts now support cooldowns.
This reduces repeated alert spam during bursty suspicious behaviour while still keeping staff informed about important events.
๐ป Ghost Trap Improvements
Ghost honeypot detections are now fully connected to the normal PRAXIC violation pipeline.
They now create:
- violations
- history entries
- evidence packets
- confidence updates
- dashboard incidents
- API event data
Ghost traps are also cleaned up more reliably when players disconnect.
๐ ๏ธ Fixes & Reliability
Fixed and improved:
- combat rotation analysis now receives proper attack context
- ghost honeypot hits no longer only log internally
- disconnect cleanup now removes active ghost traps
- newly added config fields are saved automatically after updates
- session stats now include top players
- additional vanilla-state guards were added to reduce unnecessary flags
โ Recommended Upgrade
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:r1g4lzj0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CNFXCX5H:r1g4lzj0"
}


