Skip to content

Releases: RossiJr/RemoteAuth

Version 1.6.1 - Log feature and bug fix

12 May 16:02

Choose a tag to compare

Version 1.6.1

Available Minecraft Versions:

  • 1.17.x to 1.20.x

Added:

  • Log for the application
  • Log configuration in the config.yml file

Updated:

  • Logs and readme.md
  • Bugs fix related to DBMS drivers

Removed

  • Connection to SQL Server databases due to driver incompatibilities

Version 1.6.0 - New databases

11 May 01:39

Choose a tag to compare

Version 1.6.0

Available Minecraft Versions:

  • 1.17.x to 1.20.x

Added:

  • Now it's possible to use new databases, such as:
    • SQLServer
    • Oracle
    • SQLite

Updated:

  • The way databases are configured.
    Check the readme.md file!
  • The code was refactored to be more efficient

Version 1.5.0 - Time out functionality

28 Apr 21:53

Choose a tag to compare

Version 1.5.0

Available Minecraft Versions:

  • 1.17.x to 1.20.x

Added:

  1. Time out functionality
    • With this functionality the server kicks out automatically a player who doesn't log in within 30 seconds.
    • Sends a message with 15 and 5 seconds to be kicked.

Updated:

  1. Readme.md file
  2. Documentation

Version 1.3.0 - ChangePassword

17 Apr 17:27

Choose a tag to compare

Version 1.3.0

Available Minecraft Versions:

  • 1.17.x to 1.20.x

Added:

  1. Change password command
    • /changepassword \<newPassword\> -> change the player's issuer password
    • /changepassword \<player\> \<newPassword\> -> change another player's password (needs the permission remoteauth.changePlayerPassword)

Updated:

  1. Readme.md file