Skip to content

Latest commit

 

History

History
101 lines (70 loc) · 3.99 KB

CHANGELOG.md

File metadata and controls

101 lines (70 loc) · 3.99 KB

2.1.0, Minecraft 1.18.x

  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, Minecraft 1.18.x

  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, 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

2.0.4, Minecraft 1.17.1, 1.18-pre1

  1. 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+

  1. Fix problem with registration (#14)
    • argon2 library split to two libs, and I didn't include one of it
    • Update libraries
  2. Improve hiding in TabList
    • Now premium players shown in it
    • as well as carpet's fake-player

2.0.2, Minecraft 1.17.1

  1. Add setting which hide unauthenticated players from tab list
    • hideUnauthenticatedPLayersFromPlayerList in config.json
    • True by default

2.0.1, Minecraft 1.17.1

  1. Fix problem with MongoDB (#15)
  2. Change config.json:
    • Delete mongoDBCredentials section
    • Add MongoDBConnectionString and MongoDBDatabase in main section

1.9.7, Minecraft 1.17.1, 1.17.0

  1. Fix crash on account unregistering
  2. Add alias \l for \login and setting for disabling it
  3. Allow special characters like @,#! in password (you will need to enclose password in quotes if you use them)

1.9.6, Minecraft 1.17.1, 1.17.0

  1. Fix #11
    • Fix account unregister <password> not unregistering account
    • Fix auth remove <uuid> crashing server on it's stopping

1.9.5, Minecraft 1.17.1

  1. Fix #8
    • Add teleportationTimeoutInMs setting
    • Limit number of packets server will send to unauthorized players
    • Note: this setting is server-wide so maximum rate would be (1000/teleportationTimeoutInMs) per seconds for all unauthorised players
    • Value 0 would effectively disable this setting so players will be teleported after each packet, but you can expect a lot of incoming and outgoing packets (up to 3000 and more).

1.9.3, Minecraft 1.17.1, 1.17.0

  1. Server-side translation
  2. Changed implementation of supporting SimpleAuth database

1.9.1, Minecraft 1.17.1

  1. Rename mod to EasyAuth
  2. Add support fot SimpleAuth database

1.9.0, Minecraft 1.17.1

  1. Update to Minecraft 1.17.1
  2. Migrate from Architectury
  3. Fix GitHub actions

1.8.2, Minecraft 1.17.0

Fix forceOfflineUuid

1.8.1, Minecraft 1.17.0

Fix some bugs

1.8.0, Minecraft 1.17.0

First 1.17.0 update