This page describes content that exists only in outdated versions of Minecraft.
This feature used to be in the game but has since been removed.
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[]
| Command | Trigger | Java Edition | Bedrock Edition |
|---|---|---|---|
| any | the 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 | ||
| any | Otherwise | Generates the feature in the specified location | |
Output[]
| Command | Edition | Situation | Success Count | /execute store success ... | /execute store result ... |
|---|---|---|---|---|---|
| any | Java Edition | On fail | 0 | 0 | 0 |
| On success | 1 | 1 | 1 | ||
| Bedrock Edition | On fail | 0 | N/A | N/A | |
| On success | 1 | N/A | N/A |
History[]
| Java Edition | |||||
|---|---|---|---|---|---|
| 1.18.2 | 22w03a | Added /placefeature. | |||
| 1.18.2-pre3 | Changed from resource_location to resource argument type for the feature argument. | ||||
| 1.19 | 22w18a | Removed /placefeature in favor of /place | |||
| Bedrock Edition | |||||
| 1.18.30 | beta 1.18.20.25 | Added /placefeature. However, it may be removed again due to the commands being not fully implemented.[1] | |||
| beta 1.18.20.27 | Removed /placefeature temporarily. | ||||