Strata - v1.4.10
    Preparing search index...

    Interface NameplateConfig

    Configuration for world-space entity nameplates and health bars.

    interface NameplateConfig {
        backgroundColor?: string;
        distance?: number;
        faction?: string;
        fadeEnd?: number;
        fadeStart?: number;
        guild?: string;
        healthBar?: ProgressBarConfig;
        level?: number;
        name: string;
        nameColor?: string;
        showHealthBar?: boolean;
        showLevel?: boolean;
        title?: string;
        titleColor?: string;
    }
    Index

    Properties

    backgroundColor?: string

    Background container color.

    distance?: number

    Current distance from camera (for auto-scaling/fading).

    faction?: string

    Faction name or tag.

    fadeEnd?: number

    Distance when nameplate is completely hidden.

    fadeStart?: number

    Distance when nameplate starts to fade out.

    guild?: string

    Guild or faction name.

    healthBar?: ProgressBarConfig

    Configuration for the integrated health bar.

    level?: number

    Character level or rank.

    name: string

    Entity name to display.

    nameColor?: string

    Color for the main name text.

    showHealthBar?: boolean

    Whether to display the integrated health bar.

    showLevel?: boolean

    Whether to display the level indicator.

    title?: string

    Optional sub-title or title (e.g., "The Destroyer").

    titleColor?: string

    Color for the title text.