Text Lines (Holograms)

📝 Atualizado em 10/03/2026

Display custom text above NPCs like holograms.

Line Commands

Add a text line:

/npc lines <name> add <text>

Adds a line of text above the NPC.

Remove a line:

/npc lines <name> remove <index>

Removes the line at the specified index.

List all lines:

/npc lines <name> list

Shows all text lines for the NPC.

Clear all lines:

/npc lines <name> clear

Removes all text lines from the NPC.

Color Codes

Use & followed by a color code for colored text:

  • &0 - Black
  • &1 - Dark Blue
  • &2 - Dark Green
  • &3 - Dark Aqua
  • &4 - Dark Red
  • &5 - Dark Purple
  • &6 - Gold
  • &7 - Gray
  • &8 - Dark Gray
  • &9 - Blue
  • &a - Green
  • &b - Aqua
  • &c - Red
  • &d - Light Purple
  • &e - Yellow
  • &f - White
  • &l - Bold
  • &o - Italic
  • &n - Underline
  • &r - Reset

Example:

/npc lines Steve add &6&lGolden Steve
/npc lines Steve add &7Click me for rewards!