Minecraft:Commands/executeasother: Difference between revisions
From SAS Gaming Wiki
More actions
Remove broken links to missing pages |
Sync: updated from Minecraft |
||
| (One intermediate revision by the same user not shown) | |||
| Line 15: | Line 15: | ||
<code>origin: target</code> | <code>origin: target</code> | ||
: 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. | : Specifies the target to be the command's executor. Must be a player name or [[Minecraft:target selector]]. If more than one entity is selected, the command will be run once as each of them. | ||
<code>position: x y z</code> | <code>position: x y z</code> | ||
: Specifies the position from which to run the command. <code>x</code> and <code>z</code> 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. | : Specifies the position from which to run the command. <code>x</code> and <code>z</code> must be within the range [[Minecraft:World boundary|-30,000,000 to 30,000,000]] (inclusive). Coordinates specified with [[Minecraft:tilde notation]] are relative to the target, not to the position of the command's execution. | ||
<code>command: string</code> | <code>command: string</code> | ||
| Line 24: | Line 24: | ||
==Result== | ==Result== | ||
{{stub section}} | |||
Fails if ... | Fails if ... | ||
On success, ... | On success, ... | ||
== History == | |||
{{empty section}} | |||
== Navigation == | == Navigation == | ||
{{Navbox commands}} | {{Navbox commands}} | ||
lzh:令/executeasother | [[Minecraft:lzh:令/executeasother]] | ||
zh:命令/executeasother | [[Minecraft:zh:命令/executeasother]] | ||
Latest revision as of 11:05, 18 May 2026
Template:Outdated Template:Infobox command
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 Minecraft: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.
xandzmust be within the range -30,000,000 to 30,000,000 (inclusive). Coordinates specified with Minecraft: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
Template:Stub section Fails if ...
On success, ...
History
Minecraft:lzh:令/executeasother Minecraft:zh:命令/executeasother