Skip to content

Add profile actions to response#78

Open
Tisawesomeness wants to merge 1 commit intoElectroid:masterfrom
Tisawesomeness:master
Open

Add profile actions to response#78
Tisawesomeness wants to merge 1 commit intoElectroid:masterfrom
Tisawesomeness:master

Conversation

@Tisawesomeness
Copy link
Copy Markdown

Minecraft 1.20.2 adds username and skin reports, and banned players can be forced to change their name/skin before they can play multiplayer again. This information was added to the UUID -> Profile + Textures endpoint:

"profileActions": [
  "FORCED_NAME_CHANGE",
  "USING_BANNED_SKIN"
]

(The names of the profile actions were found through code decompilation)

The endpoint already returns profileActions: [] for all accounts (example).

@Tisawesomeness
Copy link
Copy Markdown
Author

1.20.2 is out and the changes are live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant