Use FastLogin on my plugin #1226
murillofrazaocunha
started this conversation in
General
Replies: 1 comment 2 replies
-
That's hard, because the detection is based on the username at the moment. If we request online mode authentications from offline players, the client will just disconnect. Reference |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, good evening. I’m trying to create a plugin for Velocity, and I’d like to use your library to check if a player is premium. If they are, I want to redirect them to one server; if not, I want to redirect them to another. However, I’m not sure how to implement this check using FastLogin in the AuthenticateEvent. The authentication plugin is custom, and I don’t want it to require a command to activate premium status. What I want is to simply verify whether the player is premium or not automatically using your API and apply it in the AuthenticateEvent of Velocity
Beta Was this translation helpful? Give feedback.
All reactions