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
New Features:
-
Add permission support
-
With enabled global password player can log in with global password or password set by
auth register
-
Change MongoDB settings, check issue #15
-
Czech translation, thanks to @DavidCZ2051
New Command:
-
auth uuid <player>
 that would give correct offline uuid fot that player nickname in lower case -
auth list
that would print all registered players -
FixÂ
auth update
 command
2.0.4, Minecraft 1.17.1, 1.18-pre1
- With enabled global password player can log in with global password or password set by
auth register
2.0.3, Minecraft 1.17.1, 21w37a+
- Fix problem with registration (#14)
- argon2 library split to two libs, and I didn't include one of it
- Update libraries
- Improve hiding in TabList
- Now premium players shown in it
- as well as carpet's fake-player
2.0.2, Minecraft 1.17.1
- Add setting which hide unauthenticated players from tab list
hideUnauthenticatedPLayersFromPlayerList
inconfig.json
True
by default
2.0.1, Minecraft 1.17.1
- Fix problem with MongoDB (#15)
- Change
config.json
:- Delete
mongoDBCredentials
section - Add
MongoDBConnectionString
andMongoDBDatabase
in main section
- Delete
2.0.4
- With enabled global password player can log in with global password or password set by
auth register
2.0.3
- Fix problem with registration (#14)
- argon2 library split to two libs, and I didn't include one of it
- Update libraries
- Improve hiding in TabList
- Now premium players shown in it
- as well as carpet's fake-player
2.0.2
- Add setting which hide unauthenticated players from tab list
hideUnauthenticatedPLayersFromPlayerList
inconfig.json
True
by default
2.0.1
- Fix problem with MongoDB (#15)
- Change
config.json
:- Delete
mongoDBCredentials
section - Add
MongoDBConnectionString
andMongoDBDatabase
in main section
- Delete