Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Releases: Additional-Mods/simplerauth

1.6.0

09 Jun 17:12
Compare
Choose a tag to compare

Changelog:

- Port to 1.19

1.5.0

01 Dec 17:39
Compare
Choose a tag to compare
  • Updated to 1.18

1.4.1

12 Nov 23:20
Compare
Choose a tag to compare

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

12 Nov 22:28
Compare
Choose a tag to compare

not yet stable. wait for 1.4.1

See this for changelog.

1.4.0 Release Candidate 1

26 Aug 19:21
3aa8b3f
Compare
Choose a tag to compare
Pre-release
  • 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

31 Jul 17:26
Compare
Choose a tag to compare
  • Added Czech language
  • Added German language
  • Added Ukrainian language
  • Added an option for hiding player position before auth
  • Bug fixes

1.2.2

18 Jul 16:09
Compare
Choose a tag to compare
  • 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

16 Jul 21:13
0d13599
Compare
Choose a tag to compare
  • 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

12 Jul 00:04
Compare
Choose a tag to compare
1.2.1-pre1 Pre-release
Pre-release

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

1.2.0

07 Jul 17:13
Compare
Choose a tag to compare
  • Added sessions
  • Added Global password option
  • Added an option for online players to authenticate without entering the password
  • Added an configuration file
  • Bug fixes