ChromAuth

Light-weight authentication plugin

File Details

chromauth-ALPHA-1.1.0.jar

  • A
  • May 25, 2026
  • 28.28 KB
  • 2
  • 1.21.11+11

File Name

chromauth-ALPHA-1.1.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

🛠️ Changelog | Version ALPHA-1.1.0

🚀 What's New?

Added Session Persistence Engine: Implemented a non-persistent session token caching framework tracking structural hardware parameters (UUID + network identity mapping). Players can now reconnect seamlessly within a specified session-timeout-minutes window without typing passwords again. 🕒💎

Added External Configurations & Formatting Ecosystem: Separated application logic from presentation lines. You can now tweak plugin systems globally via config.yml and personalize individual player notices via messages.yml with native legacy ampersand (&) formatting support. 📂✨

Hardcoded BCrypt Stability Profiles: Removed the variable hashing work-factor constraint to eliminate accidental computational server stalls. The crypt-engine is now permanently locked into a stable profile optimized directly for enterprise Java environments. 🧠🔒

🔧 Fixes & Refinements

Optimized Network Listeners: Tweaked PlayerMoveEvent intercept priorities to ensure zero micro-stuttering or movement-prediction rubber-banding on high-latency player connections. 🏃‍♂️💨

Clean Architecture Re-design: Consolidated core configurations into a unified execution track, allowing file structures to deploy dynamically when missing from the /plugins/ChromAuth/ path. 🧱📦