mojang-api icon indicating copy to clipboard operation
mojang-api copied to clipboard

Add profile actions to response

Open Tisawesomeness opened this issue 2 years ago • 1 comments
trafficstars

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 avatar Sep 10 '23 00:09 Tisawesomeness

1.20.2 is out and the changes are live.

Tisawesomeness avatar Sep 21 '23 16:09 Tisawesomeness