Mojang · JSON Structure

Minecraft Services Player Attributes Structure

Account-level player attributes.

Type: object Properties: 4
Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

PlayerAttributes is a JSON Structure definition published by Mojang, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

privileges profanityFilterPreferences friendsPreferences banStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-structure/minecraft-services-player-attributes-structure.json",
  "name": "PlayerAttributes",
  "description": "Account-level player attributes.",
  "type": "object",
  "properties": {
    "privileges": {
      "$ref": "#/components/schemas/PrivilegeMap"
    },
    "profanityFilterPreferences": {
      "$ref": "#/components/schemas/ProfanityFilterPreferences"
    },
    "friendsPreferences": {
      "$ref": "#/components/schemas/FriendsPreferences"
    },
    "banStatus": {
      "$ref": "#/components/schemas/BanStatus"
    }
  }
}