FastLogin icon indicating copy to clipboard operation
FastLogin copied to clipboard

Switch premiumUuid: false to true

Open JavituRec opened this issue 5 years ago • 3 comments

Hello,

I was wondering if there is a way to switch premiumUuid: false to true without users losing inventory.

This is because I need premium users to be able to change their nicks without losing anything.

Thank you.

JavituRec avatar Jun 19 '20 08:06 JavituRec

No there isn't currently. Converting inventory, player attributes (i.e. health), etc is manageable, because it's one consistent format though still complicated. However, there are so many permissions, multi world inventories and more plugins that manage user data based on the UUID. It would be very complicated to support all of them.

TuxCoding avatar Jun 19 '20 09:06 TuxCoding

Okay. And a more complicated question, since we're using Fastlogin's self-registration, premium users have their accounts protected. My question is, how do I remove Fastlogin without premium users losing their inventory, etc...? Fastlogin assigns premium users a different UUID which is not the official mojang one, but one created by Fastlogin. By removing Fastlogin everyone will be logged in as non-premium so I understand that only the premium uuids would change and this is exactly what I want to avoid.

JavituRec avatar Jun 20 '20 11:06 JavituRec

Fastlogin assigns premium users a different UUID which is not the official mojang one, but one created by Fastlogin.

It's the standard offline mode UUID.

By removing Fastlogin everyone will be logged in as non-premium so I understand that only the premium uuids would change and this is exactly what I want to avoid.

There will be no premium uuids if you deactivate premiumUUID

TuxCoding avatar Jun 20 '20 15:06 TuxCoding