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
- Fix #11
- Fix
account unregister <password>
not unregistering account - Fix
auth remove <uuid>
crashing server on it's stopping
- Fix
There is two version: for 1.17 and 1.17.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).