Minecraft Wiki
Advertisement
This page describes content that exists only in outdated versions of Minecraft. 
This feature used to be in the game, but has ever since been removed.It may or may not return in a future update.

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

Syntax[]

/placefeature <feature> [<pos>][Java Edition only]
/placefeature <featureName: Features> [position: x y z][Bedrock Edition only]
/placefeature <featureRule: featureRules> [position: x y z][Bedrock Edition only]

Arguments[]

JE: <feature>: resource
BE: <featureName: Features>: enum or <featureRule: featureRules>: enum

In Java Edition, specifies the configured feature to place. Must be a resource location.
In Bedrock Edition, specifies the feature to place. Must be an namespaced ID of a feature rule or feature. If both a feature rule with the specified ID and a feature with the ID exist, the feature rule will be placed.
See feature for IDs of vanilla features.

JE<pos>: block_pos
BE: position: CommandPosition

Specifies the position of the origin for the feature to be placed.
In Java Edition, must be a block position composed of <x>, <y> and <z>, each of which must be an integer or a tilde and caret notation. In Bedrock Edition, must be a three-dimensional coordinates composed of <x>, <y> and <z>, each of which must be a floating-point number or tilde and caret notation.

Result[]

CommandTriggerJava EditionBedrock Edition
anythe arguments are not specified correctly Unparseable Unparseable
the requirements for the selected feature are not met Failed Failed
there's no configured feature with the provided ID N/A
/placefeature ... <pos><pos> is not loaded
anyOtherwiseGenerates the feature in the specified location

Output[]

CommandEditionSituationSuccess Count/execute store success .../execute store result ...
anyJava EditionOn fail000
On success111
Bedrock EditionOn fail0N/AN/A
On success1N/AN/A

History[]

Java Edition
1.18.222w03aAdded /placefeature.
1.18.2-pre3Changed from resource_location to resource argument type for the feature argument.
1.1922w18aRemoved /placefeature in favor of /place
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