Place a Chest
Instantly place a chest at a specific location
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Places a chest block at your position. The chest is functional immediately — you can open it and store items. Useful for map-making, automated storage setups, or command block chains.
/setblock ~ ~ ~ chest21 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock) and paste the command.
- Replace ~ ~ ~ with specific coordinates if needed.
- Press Enter — the chest appears and is ready to use.
Related commands
Delete a region of blocks by filling it with air
/fill ~ ~ ~ ~10 ~10 ~10 airCreate a hollow room or box out of any block
/fill ~ ~ ~ ~10 ~6 ~10 stone hollowCreate a pool or lake by filling a region with water
/fill ~ ~ ~ ~10 ~ ~10 waterSwap every block of one type for another in a region
/fill ~ ~ ~ ~10 ~10 ~10 stone replace dirtCopy a region of blocks and paste it somewhere else
/clone ~-5 ~-5 ~-5 ~5 ~5 ~5 ~15 ~-5 ~-5