watch 28:07
Minecraft Interactive Experience
Do you like this video?
Play Sound
This article is a work in progress.
Please help in the expansion or creation of this article by expanding or improving it. The talk page may contain suggestions.
This feature is exclusive to Java Edition.
place
Permission level required |
2 |
---|---|
Restrictions |
Cheat only |
Places a feature, structure or jigsaw if possible.
Syntax[]
/place feature <feature> [<pos>]
- Place the feature at your or the set position.
/place jigsaw <pool> <target> <max_depth> [<position>]
- Place the jigsaw at your or the set position.
/place structure <structure> [<pos>]
- Place the structure at your or the set position.
Arguments[]
<feature>
: resource_location
- Specifies the feature to place.
- Must be a resource location.
<structure>
: resource_location
- Specifies the structure to generate.
- Must be a resource location.
<pool>
: resource_location
- Specifies the template pool to start generating.
- Must be a resource location.
<target>
: resource_location
- Specifies the jigsaw is connected to when structure is generated from target pool.
- Must be a resource location.
<max_depth>
: integer
- Specifies the max depth of the jigsaw.[more information needed]
- Must be a 32-bit integer number. And it must be between 1 and 7 (inclusive).
<pos>
: block_pos
- Specifies the position the placement should be tried.
- It 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[]
Command | Trigger | Java Edition |
---|---|---|
any | the arguments are not specified correctly | Unparseable |
specified position is unloaded or out of the world | Failed | |
try to place block in Debug mode | ||
/place feature ... | the feature could not generate. depends on the feature | |
/place jigsaw ... | the jigsaw which needed to connected to is not found in the pool | |
any | On success | Places the structure, feature or jigsaw. |
Output[]
Command | Edition | Situation | Success Count | /execute store success ... | /execute store result ... |
---|---|---|---|---|---|
any | Java Edition | On fail | N/A | 0 | 0 |
On success | N/A | 1 | 1 |
History[]
Upcoming Java Edition | |||||
---|---|---|---|---|---|
1.19 | 22w18a | Added /place , replacing /placefeature . | |||
22w19a | /place can now place templates for structure blocks. | ||||
1.19-pre1 | /place template can now be autocompleted. |