Releases: Impopite/AuthSystem
Releases · Impopite/AuthSystem
Release list
1.0.1
AuthSystem v1.0.1
Added
- Update checker: notifies admins on startup when a new version is available on Modrinth
- IP-based brute-force protection: max 10 failed attempts per IP address
- Config options:
generic.update-checker,auth.timeout-seconds
Fixed
- Ban now applies the configured duration from
auth.ban-time(was permanent before) - Ban executes on the main thread (was causing Bukkit errors)
- Config reload properly refreshes the language reference
- Typo
ACTION_BEFOR_LOGINfixed toACTION_BEFORE_LOGIN
Changed
- All database queries now use UUID instead of username for better reliability
- Database errors are now properly logged with context instead of stack traces
- Admin commands resolve player UUID before performing operations
- BukkitAudiences is now properly closed on disable