-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change uuid default #5676
Change uuid default #5676
Conversation
Do we need a solution for the aftermath of this change? Existing and future variables which depend on |
Breaking change? |
We literally cannot fix existing variables. How are we supposed to differentiate a player name from a variable name. The only way is to start making it their UUID always. |
okay dont hate me because i totally want this to be the default too, but i'm worried about how breaking this is. can we maybe add some really annoying warnings in 2.8 and then in 2.9 (or even maybe earlier) change the default? |
I'm going to hate you pikachu, but that does sounds sensible. |
alsoooooo if we're technically targeting 2.8 for this, we could make 2.7 the version with said annoying warnings 😉 |
Could we provide to the user the correct way to migrate manually then? so that no one messes up anything |
bd134d0
to
3f08853
Compare
Marked as 2.8 to ensure that we get the warnings into 2.8. |
Description
We're going to have to change this default setting at some point. So 2.8 should be the standard. We cannot start changing variables without them being uuid in the first place.
Target Minecraft Versions:
Requirements:
Related Issues: #2987