ChromAuth

Light-weight authentication plugin

File Details

chromauth-1.0.0.jar

  • R
  • May 25, 2026
  • 30.69 KB
  • 2
  • 1.21.11+11

File Name

chromauth-1.0.0.jar

Supported Versions

  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

πŸ“¦ Official Production Release | Version 1.0.0

πŸš€ What's New?

LiteBans Security Integration Hook: Added a smart compatibility system with LiteBans. If a user fails their password verification 3 times consecutively, ChromAuth will automatically issue a permanent network-wide UUID and IP ban via the LiteBans database. πŸ›‘οΈβ›”

Fail-Safe Native Fallback Mechanics: If LiteBans isn't present on your proxy or server instance, the plugin seamlessly switches to vanilla/Paper engine structures to ban malicious clients and secure the server slot. πŸ§±πŸ”§

Incremental Attempt Accountancy: Implemented real-time password failure monitoring. Players are now warned with tracking notifications (e.g., Attempt 1/3) and cleanly disconnected on initial failures before a ban is finalized. βŒπŸ‘’

πŸ”§ Fixes & Refinements

Wiped Failure Metrics on Verification Success: Fixed an issue where bad login tokens would linger in memory indefinitely. Failed counters are now instantly cleared the moment a player successfully authenticates via /login or /register. 🧼🧠

CodeMC Maven Repository Standardization: Updated construction builds to pull from CodeMC mirrors rather than unstable GitLab endpoints, guaranteeing flawless dependency compilation. πŸ› οΈπŸ“¦

Synchronized Multi-Threaded Command Dispatch: Fixed thread safety concerns by forcing the ban execution calls to run safely back on the server's primary execution track. πŸš€πŸ§΅