Skip to content
[/craft]
Summon Block Display Entity

Summon Block Display Entity

Show a floating collision-free block in the world

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

Summons a block_display entity that renders any block with no collision box, so players walk right through it. It is the foundation for floating decorations, custom models, and animated builds. Swap the Name value for any block ID.

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

How to use

  1. Open chat (T on Java).
  2. Paste the command and press Enter.
  3. A floating diamond block appears with no hitbox.
  4. Change the Name value to display a different block.

Related commands