Releases: RossiJr/RemoteAuth
Releases · RossiJr/RemoteAuth
Version 1.6.1 - Log feature and bug fix
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
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
Version 1.5.0
Available Minecraft Versions:
1.17.xto1.20.x
Added:
- 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:
- Readme.md file
- Documentation
Version 1.3.0 - ChangePassword
Version 1.3.0
Available Minecraft Versions:
1.17.xto1.20.x
Added:
- Change password command
/changepassword \<newPassword\>-> change the player's issuer password/changepassword \<player\> \<newPassword\>-> change another player's password (needs the permissionremoteauth.changePlayerPassword)
Updated:
- Readme.md file