games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
503 stars 121 forks source link

Premium players are teleported directly to the lobby #934

Open XiaoXianHW opened 2 years ago

XiaoXianHW commented 2 years ago

Is your feature request related to a problem? Please describe.

It's not a big problem, but I think it would be better to join,It will be more convenient for players to make players believe in fast login After logging in, the player will stay on the server where they are, but I want Premium players to be sent directly to the designated lobby (or other) server after automatic registration and login, while Cracked players need to stay on the server where they are for other operations (server settings )

Describe the solution you'd like

Add AutoSendPremiumPlayerTo:[Server] to the configuration file, so that Premium players can log in really fast (no need to operate on the login server), while Cracked players need to make relevant server settings on the login server to manually enter the server

Describe alternatives you've considered

Because I'm using Authme, there is a setting for sendPlayerTo in the Hook, but this will only send all players to the lobby (or other server), and can't separate Premium players from Cracked players

Additional context

None

games647 commented 2 years ago

Originally I thought another plugin could integrate this, because of the supported event system, so we keep the scope of FastLogin small, but optimized solely on the login process.

However, now I think it's necessary to add a base set of features. Currently I don't have much time for that, but I could plan it for the near future.

XiaoXianHW commented 2 years ago

Thanks for your answer Hope FastLogin can do better, I will support FastLogin all the time :)