Skip to content

Releases: NikitaCartes/EasyAuth

3.0.0-16

07 Jun 23:18
c9cd9a2
Compare
Choose a tag to compare
  1. Add Polish translation, thanks to @LimakXRobczuk
  2. Fix #51 that sometimes online player treated as offline
  3. Fix blank uuid in console log
  4. Other fixes

3.0.0-15

17 Mar 00:46
bce0684
Compare
Choose a tag to compare

Fixes MySQL connections and few null errors

3.0.0-14

06 Feb 00:34
Compare
Choose a tag to compare

Many bugfixes

Full log can be found here

3.0.0-8

27 Jul 22:54
a44984a
Compare
Choose a tag to compare
  1. Update to 1.19.1
  2. Quick fix for MongoDB connection string
  3. Update Czech translation

3.0.0-7

24 Jun 09:04
Compare
Choose a tag to compare
  1. Probably fix missing server side translation #36 with updating server translation
  2. Fix using command before login #52, thanks to @were491

3.0.0-6

07 Jun 23:28
6ced2f9
Compare
Choose a tag to compare
  1. Fix MySQL support
  2. Add placeholder api support, thanks to @nikijaz
  3. Fix crash if Fake Players join
  4. Fix softlock while log in inside a portal
  5. Add support for Floodgate players, thanks to @dmunozv04

2.2.2

07 Jun 23:27
4a1ff63
Compare
Choose a tag to compare
  1. Fix many real and potential issues with login attempts, thanks to @were491
  2. 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
  3. MySQL support, thanks to @nikijaz

2.1.0 Bug fixes update

30 Jan 19:09
Compare
Choose a tag to compare
  1. Fix Turkish translation
  2. Mod was trying to create two different folder for DB (levelDBStore and leveldbStore) #29. Sometimes this resulted in an error #6.
  3. Remove lag spike on first connection of player #31
  4. Temporarily disabled hideUnauthenticatedPLayersFromPlayerList feature

2.0.6 Bug fixes update

10 Jan 21:37
Compare
Choose a tag to compare
  1. Add auth addToForcedOffline <player> command to add player in forcedOfflinePlayers list
  2. Change default op-level for auth * from 4 to level 3 (except for setGlobalPassword)
  3. Fix #23 when players sometimes stays invulnerable after login
  4. Turkish translation, thanks to @egeesin
  5. New option enableServerSideTranslation to disable server-side translation

2.0.5 Permissions support

30 Nov 21:28
Compare
Choose a tag to compare

2.0.5, Minecraft 1.17, 1.17.1, 1.18

  1. auth uuid <player> that would give correct offline uuid fot that player nickname in lower case
  2. Add permission support
  3. Add auth list command to print all registered players
  4. Fix auth update command
  5. Temporally disable hideUnauthenticatedPLayersFromPlayerList by default
  6. Czech translation, thanks to @DavidCZ2051