AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
640 stars 511 forks source link

Message saving session #1426

Open DarkFort opened 7 years ago

DarkFort commented 7 years ago

After authorization on the Auth server, I teleport to the Survival server and a message is displayed that the session has been saved. This message should not be displayed on the Survival server after Auth authentication

Twonox commented 6 years ago

So, are you using AuthmeBridge ?

DarkFort commented 6 years ago

AuthMeBungee

Twonox commented 6 years ago

Do you receive that message Your session has been resumed by the bridge. ?

DarkFort commented 6 years ago

yes

Twonox commented 6 years ago

This message provide by AuthmeBridge in the config file which is in Spigot server, not Bungee. You can disable that by erasing this message. autoLoginMessage: ''

DarkFort commented 6 years ago

Hey, I have AuthMeBungee and I removed this line, but the AuthMeReloaded plugin constantly writes messages that should not be output

Twonox commented 6 years ago

Could you describe more what happen, step by step? And please say the exact messages and message keys which are displayed.

DarkFort commented 6 years ago

After authorization on the Auth server, I teleport to the Survival server and a message is displayed that the: login: '&2Successful login!' valid_session: '&2Logged-in due to Session Reconnection.'

Twonox commented 6 years ago

Okey, I see now. Same thing as AuthmeBridge, you can erase these message keeping only ' ' in the message file of Survival server's authme. I don't think that is necessary to automate that for authme.

DarkFort commented 6 years ago

There are other messages that are repeated. For example, a message about multiple accounts

Twonox commented 6 years ago

You can set the setting displayOtherAccounts to false in your survival server to disable this message.

DarkFort commented 6 years ago

When I return back to the lobby, I write that the session has been saved. I think it's worth controlling this