Player UUID
connectionManager.setUuidProvider((playerConnection, username) -> {
// This method will be called at players connection to set their UUID
return UUID.randomUUID(); /* Set here your custom UUID registration system */
});Last updated
Was this helpful?
