🆔 UUID types
Know the difference between UUIDs in nLogin.
nLogin supports three types of UUID (Universal Unique Identifier):
REAL
(recommended): uses Mojang's UUID if possible. Otherwise,OFFLINE
is used.RANDOM
: a random UUID generated on first login.OFFLINE
: creates a UUID derived from the player's nickname.
Check out the table below to understand the differences between each type of UUID:
Description | REAL (default) | RANDOM | OFFLINE |
---|---|---|---|
⏫ Data is migrated by changing the nickname of a premium account. | ✅ | ✅ | ✅ |
🔄 Premium players can become offline without administrative commands. | ❌ | ✅ | ✅ |
🎨 Cosmetics appear on modified clients (e.g. LunarClient). | ✅ | ❌ | ❌ |
Support
Need help? Contact our support team if you still have questions.