Skip to main content

Nameplate Data

Type: nameplate_data Tags: generic_entity_data, text_display_data An Entity Data entry used to apply a custom Nameplate style to a text_display entity. This replaces the entity’s text with the formatted nameplate (Left/Middle/Right segments).

Configuration

FieldTypeDefaultDescription
idString""Unique identifier.
nameplateIdString""THe ID of the nameplate style to apply.
textOverrideString""Optional text content. If empty, uses the nameplate’s default text or the entity’s name.

Usage

This data entry is typically added to a text_display entity definition within the Entity Extension.
my_custom_nameplate:
  type: text_display
  data:
    - type: nameplate_data
      nameplateId: "legendary_style"
      textOverride: "Champion"