Question Issues related to velocity development API

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

CNLuminous

New member
Jun 10, 2022
3
0
1
How I can obtain a player's uuid in Velocity's preloginevent?

And how to distinguish between cracked and premium players in velocity when online mode=false
 

4drian3d

Velocity Developer
Jan 5, 2022
60
4
8
Perú
How I can obtain a player's uuid in Velocity's preloginevent?

And how to distinguish between cracked and premium players in velocity when online mode=false
In that event you still can't get the player's UUID, you must use another event

And for the offline mode, the online-mode=false is not supported, but you can check how FastLoginVelocity, LibreLogin or LimboAuth works
 
Last edited:

CNLuminous

New member
Jun 10, 2022
3
0
1
In that event you still can't get the player's UUID, you must use another event

And for the offline mode, the online-mode=false is not supported, but you can check how FastLoginVelocity or LimboLogin works
I have looked at fastlogin and it did not help me. Which project is limbologin ? is it limboluth?