Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/place: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: updated from Minecraft
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(2 intermediate revisions by the same user not shown)
Line 31: Line 31:
:<code>place structure <structure: string> [pos: x y z] [ignoreStartHeight: Boolean] [keepJigsaws: Boolean] [includeEntities: Boolean] [liquidSettings: LiquidSettings]</code>  
:<code>place structure <structure: string> [pos: x y z] [ignoreStartHeight: Boolean] [keepJigsaws: Boolean] [includeEntities: Boolean] [liquidSettings: LiquidSettings]</code>  
::Place the [[Minecraft:Structure/JSON format|structure]].
::Place the [[Minecraft:Structure/JSON format|structure]].
:::Only {{EnvLink|Trail Ruins}} and {{EnvLink|Trial Chambers}} and custom jigsaw structures can be placed.
:::Only {{EnvLink|Trail Ruins}}, {{EnvLink|Trial Chambers}}, {{EnvLink|Abandoned Camp}},{{Upcoming|Third Drop 2026}} and custom jigsaw structures can be placed.


== Arguments ==
== Arguments ==
Line 147: Line 147:
|{{HistoryLine|||dev=pre2|Now {{cmd|place jigsaw|link=none}} checks whether the position is unloaded or out of the world before placement.<ref>{{bug|MC-259355|||fixed}}</ref>}}
|{{HistoryLine|||dev=pre2|Now {{cmd|place jigsaw|link=none}} checks whether the position is unloaded or out of the world before placement.<ref>{{bug|MC-259355|||fixed}}</ref>}}
|{{HistoryLine||1.21.5|dev=25w02a|Accepts a new option: <code>strict</code>.|New syntax for commands to use the new strict option.}}
|{{HistoryLine||1.21.5|dev=25w02a|Accepts a new option: <code>strict</code>.|New syntax for commands to use the new strict option.}}
|{{HistoryLine|upcoming java}}
|{{HistoryLine||26.3|dev=snap3|The {{cd|feature}} sub-command now allows in-line definition of the [[Minecraft:feature]].}}
}}
}}


Line 157: Line 159:
|{{HistoryLine||1.21.80|dev=Preview 1.21.80.22|Moved the subcommands {{cd|structure}} and {{cd|jigsaw}} out of the "Data-Driven Jigsaw Structures" experiment.}}
|{{HistoryLine||1.21.80|dev=Preview 1.21.80.22|Moved the subcommands {{cd|structure}} and {{cd|jigsaw}} out of the "Data-Driven Jigsaw Structures" experiment.}}
|{{HistoryLine||1.21.90|dev=Preview 1.21.90.21|Added subfield {{cd|[liquidSettings: LiquidSettings]}} to {{cmd|place jigsaw|link=none}} and {{cmd|place structure|link=none}} which controls whether the structure will apply [[Minecraft:waterlogged]] or ignore.}}
|{{HistoryLine||1.21.90|dev=Preview 1.21.90.21|Added subfield {{cd|[liquidSettings: LiquidSettings]}} to {{cmd|place jigsaw|link=none}} and {{cmd|place structure|link=none}} which controls whether the structure will apply [[Minecraft:waterlogged]] or ignore.}}
|{{HistoryLine|upcoming bedrock}}
|{{HistoryLine||26.40|dev=Preview 26.40.27|Added abandoned camps, which can be placed with the /place structure command.{{verify}}}}
}}
}}



Latest revision as of 11:04, 9 July 2026

Template:For Template:For Template:Infobox command

Places a Minecraft:configured feature, structure, Minecraft:structure template, or Minecraft:template pool if possible.

Syntax

Java Edition

place feature <feature> [<pos>]
Place the Minecraft:configured feature.
place jigsaw <pool> <target> <max_depth> [<position>]
Place a Minecraft:jigsaw structure starting with the specified Minecraft:template pool, starting Minecraft:jigsaw block and maximum depth.
place structure <structure> [<pos>]
Place the structure.
place template <template> [<pos>] [<rotation>] [<mirror>] [<integrity>] [<seed>] [strict]
Place the Minecraft:structure template. (Works like using the load button in the UI for a Minecraft:structure block.)

Bedrock Edition

place feature <feature: features> [position: x y z]
place featurerule <featurerule: featureRules> [position: x y z]
Place the Minecraft:feature.
place jigsaw <pool: filepath> <jigsawTarget: string> <maxDepth: int> [pos: x y z] [keepJigsaws: Boolean] [includeEntities: Bolean] [liquidSettings: LiquidSettings]
Place a Minecraft:jigsaw structure starting with the specified Minecraft:template pool, starting Minecraft:jigsaw block and maximum depth.
place structure <structure: string> [pos: x y z] [ignoreStartHeight: Boolean] [keepJigsaws: Boolean] [includeEntities: Boolean] [liquidSettings: LiquidSettings]
Place the structure.
Only Template:EnvLink, Template:EnvLink, Template:EnvLink,Template:Upcoming and custom jigsaw structures can be placed.

Arguments

Template:El: Template:Argument

Specifies the Minecraft:configured feature to place. See Minecraft:Feature for vanilla configured features.
Template:Arg desc

Template:Argument

Specifies the structure. See Minecraft:Structure for vanilla structures.
Template:Arg desc

Template:Argument

Specifies the start Minecraft:template pool to start generating a jigsaw.
Template:Arg desc

Template:Argument

Specifies the Minecraft:jigsaw block that is connected to when generating the start structure pool.
Template:Arg desc

Template:Argument

Specifies the max depth of the jigsaw.
Template:Arg desc

Template:El: Template:Argument

Specifies whether the jigsaws should be kept or not. If not specified, defaults to false.
Template:Arg desc

Template:El: Template:Argument

Specifies the Minecraft:structure template to place.
Template:Arg desc

Template:El: Template:Argument and Template:Argument
Template:El: Template:Argument

Specifies the start position of the placement.
Template:Arg desc

Template:El: Template:Argument

Specifies the feature.
Template:Arg desc

Template:El: Template:Argument

Specifies the feature rule.
Template:Arg desc

Template:El: Template:Argument

Specifies whether the structure should start generating at the given Y coordinate or follow its set height placement rules. If not specified, defaults to false.
Template:Arg desc

Template:El: Template:Argument

Specifies whether the structure will include the entities saved in it or not. If not specified, defaults to false.
Template:Arg desc

Template:El: Template:Argument

Specifies whether the structure will waterlog present blocks or not.
Must be either Template:Cd, or Template:Cd. If omitted, defaults to Template:Cd.

Template:El: Template:Argument

Specifies the rotation to apply to the placed template.
Must be either Template:Cd, Template:Cd, Template:Cd, or Template:Cd. If omitted, defaults to Template:Cd.

Template:El: Template:Argument

Specifies the mirroring to apply to the placed template.
Must be either Template:Cd, Template:Cd, or Template:Cd. If omitted, defaults to Template:Cd.

Template:El: Template:Argument

Specifies the integrity value to apply to the placed template (how complete the template that gets placed is). If omitted, defaults to 1.0.
Template:Arg desc

Template:El: Template:Argument

Specifies the seed to use for randomized degradation of the placed template when integrity is less than 1. If omitted, defaults to 0.
Template:Arg desc

Template:El: Template:Cd

Makes the command place blocks as-is without triggering block updates and shape updates.

Result

Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table

Output

Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

The check to ensure that the target position is loaded works by testing if blocks are placeable at Y=0 in the target chunk. If this check is made in a custom dimension where Y=0 is out of the world, it will always fail, preventing the command from ever succeeding.<ref>Template:Bug</ref>

Template:Issue list

References

Template:Reflist

External links

Navigation

Template:Navbox commands

Minecraft:de:Befehl/place Minecraft:es:Comandos/place Minecraft:fr:Commandes/place Minecraft:ja:コマンド/place Minecraft:pt:Comandos/place Minecraft:ru:Команды консоли/place Minecraft:zh:命令/place