/fill
/setblock
West (-X) / Left
East (+X) / Right
Down (-Y)
Up (+Y)
South (-Z) / Behind
North (+Z) / Front
X (West / Left) -X
Y (Down / Up) -Y +Y
Z (South / Behind) -Z
X (East / Right) +X
Y (Up) +Y
Z (North / Front) +Z
~ = Relative to world position
Blocks: 0
Orbit: Left Click Pan: Right Click Zoom: Scroll

Block limit exceeded (32,768+)! Copy both commands:

/fill ~ ~ ~ ~5 ~5 ~5 minecraft:stone replace

Quick Tips & Pro Techniques

Coordinate Basics

~ = Relative to your current position.

~10 = 10 blocks away from you.

^ ^ ^ = Facing mode (left/up/forward).

Direction Guide: X = West(-) / East(+), Y = Down(-) / Up(+), Z = South(-/behind) / North(+/front)

Command Types

Use /fill for large areas (volumes of blocks).

Use /setblock to change a single block at a location.

Pro Tip: Use /clone to replicate entire buildings instantly.

Fill Modes

Replace: Overwrites everything in the area.

Destroy: Replaces blocks and drops them as items.

Keep: Only fills air blocks; safe for terrain.

Hollow: Creates walls and clears the inside with air.

Advanced Builder Logic

Swap Blocks: Use /fill ... replace [old_block] to swap specific block types without touching the rest.

Precise Info: Check "Targeted Block" in F3 for exact block states like facing:north.

Undo Trick: Accidentally filled an area? Use /fill ... air replace [wrong_block] to erase them.