Minecraft Wiki

The Minecraft Wiki has moved from Fandom; see the linked discussion page for details.

READ MORE

Minecraft Wiki
Advertisement

Places a configured feature at the specified location where meet the placement requirements.

Syntax

/placefeature <feature> [<pos>]

Arguments

<feature>: resource

Must be an existing registered resource location in correct registry.
Specifies the feature to place. Must be one of the following IDs (case sensitive):
  1. Same with requirements defined in subclasses of net.minecraft.data.worldgen.features basically.

<pos>: block_pos

Specifies the position of the origin for the configured feature to be placed.
Must be a block position composed of <x>, <y> and <z>, each of which must be an integer or a tilde and caret notation.

Result

CommandTriggerJava Edition
anythe arguments are not specified correctly Unparseable
the requirements for the selected feature are not met Failed
OtherwiseGenerates the feature in the specified location

Output

CommandEditionSituationSuccess Count/execute store success .../execute store result ...
anyJava EditionOn fail000
On success111

History

{{History||1.19|snap=22w18a|Removed /placefeature in favor of {{cmd|place|link=commands/place (Java Edition)

Java Edition
1.18.222w03aAdded /placefeature.
1.18.2-pre3Changed from resource_location to resource argument type for the feature argument.
Upcoming Java Edition
Bedrock Edition
1.18.30beta 1.18.20.25Added /placefeature. However, it may be removed again due to the commands being not fully implemented.[1]
beta 1.18.20.27Removed /placefeature temporarily.

References

Advertisement