Minecraft Wiki
Register
Advertisement
This page describes content that exists only in outdated versions of Bedrock Edition, Minecraft Education. 
This feature used to be in the game but has since been removed.

Executes another command as the specified target.

Syntax[]

executeasother <origin: target> <position: x y z> <command: string>

Arguments[]

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 and z 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[]

Fails if ...

On success, ...

Advertisement