/executedetect
< Commands
This page describes content that exists only in outdated versions of Minecraft.
This feature was present in earlier versions of the game but has since been removed.
This feature is exclusive to Bedrock Edition and Minecraft Education.
Executes another command if the block at the specified position matches the specified block type and data.
/executedetect
Visibility |
Hidden |
---|---|
Permission level required |
0 |
Restrictions |
None |
{ "title": "<code>/executedetect</code>", "rows": [ { "field": "Hidden", "label": "Visibility" }, { "field": "0", "label": "(link to Permission level article, displayed as Permission level<br>required)" }, { "field": "None", "label": "(link to Commands#Restrictions article, displayed as Restrictions)" } ], "invimages": [], "images": [] }
Syntax Edit
executedetect <origin: target> <position: x y z> <detect: string> <detectPos: x y z> <detectBlock: string> <detectData: int> <command: string>
Arguments Edit
origin: target
- Specifies the target to be the command's executor. Must be a player name or target selector. If more than one entity is selected, the command will be run once as each of them.
position: x y z
- Specifies the position from which to run the command.
x
andz
must be within the range -30,000,000 to 30,000,000 (inclusive). Coordinates specified with tilde notation are relative to the target, not to the position of the command's execution.
command: string
- Specifies the command to be run. Must be a valid command.
Result Edit
This section of the article is empty.
You can help by expanding it.