Releases: Additional-Mods/simplerauth
1.6.0
1.5.0
1.4.1
Changelog since 1.4.0-rc1:
- fix: Language support
Changelog since 1.3.0:
- new: 2FA
It is Two Factor Authentication! Config option: `optional-2fa`. Enable or disable it for your player using `/2fa`.
- new: 2FA Auth Type
Disables password authentication, and only keeps optional 2FA enabled on your server. Useful for 2FA for all players on online-mode servers.
- new: /simplerauth unregister <player>
You can now unregister a player using just one command.
- new: /simplerauth disableOnlineAuth <player>
You can now disable online auth for a player using just one command.
- new: Portal Teleport
If a player log ins in the Nether Portal block, it will be teleported away to prevent getting stuck in here forever.
- fix: Sending too many packets before auth
- fix: Errors in the console before auth
- fix: Invulnerability after auth
1.4.0
1.4.0 Release Candidate 1
-
new: 2FA
It is Two Factor Authentication! Config option:optional-2fa
. Enable or disable it for your player using/2fa
. -
new: 2FA Auth Type
Disabled password authentication, and only keeps optional 2FA enabled on your server. Useful for 2FA for all players on online-mode servers. -
new: /simplerauth unregister
You can now unregister a player using just one command. -
new: /simplerauth disableOnlineAuth
You can now disable online auth for a player using just one command. -
new: Portal Teleport
If a player log ins in the Nether Portal block, it will be teleported away to prevent getting stuck in here forever. -
fix: Sending too many packets before auth
-
fix: Errors in the console before auth
-
fix: Invulnerability after auth
1.3.0
1.2.2
- Added an option for preventing
Logged in from another location
- Added an option for setting the minimum permission level required to require authentication.
- Added an option for setting the required password regex.
- Players are now unable to drop items from creative mode before auth.
- Bug fixes
1.2.1
- Added optional and forced online authentication, thanks ByMatrixx!
- Fixes issues on offline servers
- This has replaced old online authentication
- Added username validation by regex
- Added Russian language
- Added Spanish language, thanks Londiuh!
- Fixed invulnerability issues
1.2.1-pre1
THIS IS A PRE-RELEASE!
Use it only for testing. Never use it in production.
- Implemeted new online auth system, thanks ByMartrixx!
Report bugs to #14