Skip to content
[/craft]

Summon Text Display Hologram

Create floating hologram text with no entity behind it

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Summons a text_display entity, the modern way to make floating hologram text without an armor stand. The billboard:center tag makes the text always face the player. Edit the text and color to label spawns, shops, or parkour checkpoints.

/summon text_display ~ ~1 ~ {text:'{"text":"Hello World","color":"gold","bold":true}',billboard:"center"}
105 characters

How to use

  1. Open chat (T on Java).
  2. Paste the command and press Enter.
  3. Bold gold text appears floating just above the ground.
  4. Change the text and color values to display your own message.

Related commands

Show a floating collision-free block in the world

/summon block_display ~ ~1 ~ {block_state:{Name:"minecraft:diamond_block"}}

Create a posed statue armor stand

/summon armor_stand ~ ~ ~ {ShowArms:1b,Pose:{RightArm:[315f,0f,0f],LeftArm:[315f,0f,0f]}}

Spawn an armor stand for displaying equipment or decoration

/summon armor_stand ~ ~ ~

Spawn a mob with a custom name displayed above its head

/summon zombie ~ ~ ~ {CustomName:'{"text":"Bob"}',CustomNameVisible:1b}

Spawn an axolotl mob

/summon axolotl ~ ~ ~

Spawn an allay mob (item collector)

/summon allay ~ ~ ~