AuthMe / AuthMeReloaded

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

Silet forcelogin in api #2819

Open ImagineWave opened 3 months ago

ImagineWave commented 3 months ago

What feature do you want to see added?

public void forceLogin(Player p, boolean quiet){ management.forceLogin(player, quiet); }

Are there any alternatives?

Management reflection access. But it sucks

Anything else?

No response

ImagineWave commented 3 months ago

and quiet = true does not affect on LOGIN_SUCCESS message at all. Pls fix