LimboAuth
LimboAuth copied to clipboard
[BUG] Account authentication issues
Describe the bug I want to enable the online and offline authentication functions of limboauth. and I set the "online-mode-need-auth" in the configuration file to false. However, when an offline player enters the server, the client prompts "failed to log in:invalid session." I confirm that I have turned off the "online-mode" function of spigot and velocity To Reproduce Steps to reproduce the behavior:
- Offline players enter the server
Expected behavior Offline players and online players successfully enter the server, and online players do not need to authenticate their accounts
Screenshots

Server Info (please complete the following information): LimboAPI 1.0.6 LimboAuth 1.0.6
Additional context
It is impossible to check if the player is premium-moded or not It is only possible to check if the player's nickname is premium-moded So with the online-mode-need-auth setting set to false cracked players will see this error if the nickname is premium-moded
It is impossible to check if the player is premium-moded or not It is only possible to check if the player's nickname is premium-moded So with the online-mode-need-auth setting set to false cracked players will see this error if the nickname is premium-moded
I see, thank you