/place Command
Places a configured feature, jigsaw structure, named structure, or structure template NBT file at a specified position. `feature` uses configured feature registry entries, `jigsaw` runs the jigsaw structure assembly algorithm, `structure` places a full named structure, and `template` places a raw .nbt structure file with optional rotation, mirroring, integrity, and seed.
place feature <feature> [<pos>]
place jigsaw <pool> <target> <max_depth> [<pos>]
place structure <structure> [<pos>]
place template <template> [<pos>] [<rotation>] [<mirror>] [<integrity>] [<seed>] [strict]Examples
place structure minecraft:village/plains/town_center_large ~ ~ ~place jigsaw minecraft:village/plains/town_centers minecraft:entrance 7 ~ ~ ~place feature minecraft:ore_diamond ~ ~ ~place template mypack:builds/spawn_hub ~ ~ ~ none none 1.0 0 strictNotes
Exclusive to Java Edition. Consolidates the old `/placefeature` command (removed in 1.19). `max_depth` for `place jigsaw` must be 1–20. `integrity` for `place template` is a float 0.0–1.0 controlling random block omission. The `strict` flag causes the command to fail if any block placement is blocked. `<rotation>` is one of none, clockwise_90, counterclockwise_90, 180. `<mirror>` is none, left_right, or front_back.