Summon Block Display Entity
Show a floating collision-free block in the world
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Summons 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
- Java: yes
- Bedrock: no
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java).
- Paste the command and press Enter.
- A floating diamond block appears with no hitbox.
- Change the Name value to display a different block.
Related commands
Summon Text Display Hologram
Create floating hologram text with no entity behind it
Summon Armor Stand with Custom Pose
Create a posed statue armor stand
Summon an Armor Stand
Spawn an armor stand for displaying equipment or decoration
Summon a Named Mob
Spawn a mob with a custom name displayed above its head
Summon an Axolotl
Spawn an axolotl mob
Summon an Allay
Spawn an allay mob (item collector)