Mojang · Schema

ProfanityFilterPreferences

Profanity filter settings.

Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

Properties

Name Type Description
profanityFilterOn boolean Master toggle for the profanity filter on inbound chat.
View JSON Schema on GitHub

JSON Schema

minecraft-services-profanity-filter-preferences-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-schema/minecraft-services-profanity-filter-preferences-schema.json",
  "title": "ProfanityFilterPreferences",
  "description": "Profanity filter settings.",
  "type": "object",
  "properties": {
    "profanityFilterOn": {
      "type": "boolean",
      "description": "Master toggle for the profanity filter on inbound chat.",
      "example": true
    }
  }
}