/

/place

op 2World

/place generates world-generation content on demand — a whole village, a single tree, or a jigsaw assembled from a template pool. It replaced /placefeature, which existed only in 1.18.

Command1 to fix
22
/place structure ~ ~ ~
  • Structure is required.
Press C to copy

Structure is required.

optional
x
y
z

~ ~ ~whole blocks

~ is relative to where the command runs from

Examples

  • Drop a village centre
    /place structure minecraft:village_plains
  • Grow a tree
    /place feature minecraft:oak ~ ~ ~

Common questions about /place

What happened to /placefeature?

It existed only in 1.18 and became /place feature in 1.19, alongside structure, jigsaw and template forms.

What is the difference between place structure and place template?

structure generates a worldgen structure the way the world would, including its own placement logic. template pastes a saved structure file from a data pack exactly as stored, the same way a structure block would.