Remap User UUID Functionality - Idea?#1304
Closed
WuzzyLV wants to merge 1 commit intoTuxCoding:mainfrom
Closed
Conversation
Owner
|
The issue is that the UUID is only available after authentication. Therefore, you can only rely on the username and the existing data of the auth plugin. We can only do this name change migration then for onlinemode connections. Furthermore, most auth plugins only rely on the username which complicates it even further, because they have no way to migrate the data. Only way would be to create a separate account, but this would use a different password, because FastLogin doesn't save it. |
Contributor
Author
|
Hmm fair enough, im using AuthMeReloaded and it seems to be fine, as far as i can see. But yea the remapping was more of a tool for admins rather than a plug and play feature, but okay ill just keep it to my fork. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of your change
I'm not sure if im using the wrong settings or so on, but ive always had issues with players changing names and having to manually roll everything over, one day i noticed that it was overriding the UUIDs anyways (premiumUuid: false), so i made this.
Is this a valid QoL thing or am i just using the plugin wrong?
Code for explanation sake, not expecting to be merged