Release notes and Changelog: https://github.com/NikitaCartes/EasyAuth/releases/tag/3.0.0-16
Releasenotes and Changelog:
https://github.com/NikitaCartes/EasyAuth/releases/tag/3.0.0-16
Releasenotes and Changelog:
https://github.com/NikitaCartes/EasyAuth/releases/tag/3.0.0-15
- Update to 1.19.3
- Improve kicking if number of login attempts exceeded
- Save EasyAuth's database on save-all command
- Reconnect to DB with auth reload
- Fix hideUnauthenticatedPLayersFromPlayerList, thanks to @Wereii
- Update Simplified Chinese Localization, thanks to @GodGun968
- Update to 1.19.1
- Quick fix for MongoDB connection string
- Update Czech translation
- Fix MySQL support
- Add placeholder api support, thanks to @Nikijaz
- Fix crash if Fake Players join
- Fix softlock while log in inside a portal
- Add support for Floodgate players, thanks to @dmunozv04
- Fix many real and potential issues with login attempts, thanks to @were491
- New option
resetLoginAttemptsTime
- How long it takes (seconds) after a player gets kicked for too many logins for the player to be allowed back in
- MySQL support, thanks to @Nikijaz
- Add
auth addToForcedOffline <player>
command to add player inforcedOfflinePlayers
list - Change default op-level for
auth *
from 4 to level 3 (except forsetGlobalPassword
) - Fix #23 when players sometimes stays invulnerable after login
- Turkish translation, thanks to @egeesin
- New option
enableServerSideTranslation
to disable server-side translation - Mod was trying to create two different folder for DB (
levelDBStore
andleveldbStore
) #29. Sometimes this resulted in an error #6. - Remove lag spike on first connection of player #31
- Temporarily disabled
hideUnauthenticatedPLayersFromPlayerList
feature