the /lightauth account has been added, IP-limited access blocking has been added, and IP limit settings have been moved to the security.ip-limit section.
5 different storage types added (yaml, json, sqlite, h2, mysql), bcrypt password hashing support added, xor password masking system added, migrate and backup system added
Added post-authentication command execution feature: automatically run custom commands when players register or login, configurable per event with enable/disable toggle
Browse registered players, change passwords and unregister via browser Player list with detailed info (last login, registration date, IP, UUID, avatar etc.) Force Change Password and Unregister actions available in the web panel
/forcechangepassword command added
Standalone: /forcechangepassword <player> <newpassword> Subcommand: /lightauth forcechangepassword <player> <newpassword> Allows authorized users to directly set any player's password
/changepassword command fully fixed and stabilized
/lightauth info <player> command added Displays detailed player info: registration date, last login, IP, UUID etc.
/lightauth password <player> command added Lets authorized users view a player's current password