Releases: EvolSoft/ServerAuth
Releases · EvolSoft/ServerAuth
Fixed a crash related to an event
Lots of fixes and new features!
_WARNING: If you're updating from old versions of ServerAuth to ServerAuth v2.12, you MAY NEED to delete the current language folder!!!_
- _Performance improvement_: Removed redundant event handlers (Thanks to @PEMapModder)
- _Performance improvement_: Languages are now cached
- _Huge performance improvement_: Registered users are now cached (Very very low Disk I/O and MySQL database usage!). Now the plugin is faster than ever!
- _Performance improvement_: Improved EventListener events (Thanks to @legoboy0215 and @PEMapModder)
- Customizable no-permissions and player-only-command strings (in languages)
- From now user passwords can be changed from console (/changepassword can be used on console)
- Fixed ArrayOutOfBoundsException (#33)
- Block of crafting for not authenticated players (#35)
- Some API changes
- Customizable event cancelled messages
- Help command with multilanguage support
- SQL Injection prevention (#47)
Fixed max-login-attempts not working when storing data locally
- Fixed max-login-attempts not working when storing data locally
Fixed EntityDamageEvent crash, Fixed some single authentication related things
- Fixed EntityDamageEvent crash
- Fixed message not showing on single authentication kick
- Improved single authentication
Lots of fixes and new features
- Fixed bugs on server reload (MessageTask.php)
- Update database data on plugin reload
- Implemented cancellable events
- Allow player unregistration from console
- Block player joining with the same username when the player is authenticated
- Block EntityDamageEvent for not authenticated/registered users
- Fixed logout
- Fixed permissions for /serverauth command (Thanks to @Pub4Game)
- Fixed a /give command related bug (Thanks to @Pub4Game)
- Kick players after n° of failed login attempts feature
Some Fixes
- Fixed missing serverauth.help permission on plugin.yml file (Thanks to @Pub4Game for report)
- Fixed automatic language files saving
- Fixed register with password confirmation message not working (Thanks to @Pub4Game for report)
- Added debug option on ServerAuthAccountManager
- Added Russian language by default (Thanks to @Pub4Game for translation)
Checked and blocked all events, Automatic default languages saving, Limited number of registrations for IP, Fixed some bugs
- Checked and blocked all events
- Automatic default languages saving
- Limited number of registrations for IP
- Fixed some bugs
First Release
- First Release