Anti-Evasion Fingerprinting
A banned player who comes back on a fresh account, a VPN and a new username is still the same person. Cortex correlates the ASN, a hashed /24 subnet, hardware identifiers and an alt-correlation graph so evasion attempts surface as linked accounts instead of clean slates.
ASN · /24 hash · HWID · alt graph
Zero-Lag High-Throughput Ingest
Every game server signs its events with HMAC-SHA256 under its own hashed ctx_live_ key and streams them to the API off the main thread. An embedded H2 write-through buffer on each server holds the queue when the network drops, so nothing is lost offline and the tick rate never notices.
HMAC-SHA256 · ctx_live_ keys · H2 write-through
Two-Way Discord ChatOps Bridge
Staff talk in one place no matter where they are standing. In-game /sc, Discord #staff-chat, the web TeamChat panel and the mobile app are one conversation, relayed both ways in real time by the Cortex Sentinel bot.
/sc ↔ #staff-chat ↔ TeamChat ↔ mobile
Tamper-Evident Audit Ledger
Every staff action is written to a ledger where each entry carries the SHA-256 of the entry before it. Edit or delete anything in the middle and the chain breaks visibly. A moderator gone bad can be removed; what they did cannot be rewritten.
SHA-256 · prev → hash · verifiable
Native Staff Mobile App
"Cortex Staff" for iOS (via TestFlight) and Android puts the War Room in a pocket: live alerts, one-tap ban, mute and kick, and the same TeamChat thread. Face ID lock and TOTP 2FA guard the session, and it connects to the managed SaaS or to your own self-hosted URL.
iOS TestFlight · Android · Face ID · TOTP
GDPR Article 15 & 17, self-service
Players prove they own an account the only way that cannot be faked: by joining a Mojang-authenticated verification server at verify.cortex.prioxy.io. From there they receive a full export of everything held about them, or an erasure that completes with a signed certificate.
verify.cortex.prioxy.io · export · erasure certificate