/move
< Commands
This page describes content that has been removed from the game.
This feature was present in earlier versions of Minecraft, but has since been removed.
This feature is exclusive to Bedrock Edition and Minecraft Education.
/move| Visibility |
Hidden |
|---|---|
| Permission level required |
0 |
| Restrictions |
None |
{
"title": "<code>/move</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": []
}
Moves an Agent in a specified direction.
Syntax
move <direction: string>
Arguments
direction: string
- Specifies the direction of where the Agent is to move.
- Must be one of:
forwardto move the Agent forward.backto move the Agent backward.leftto move the Agent leftward.rightto move the Agent rightward.upto move the Agent upward.downto move the Agent downward.
Result
Fails if the specified direction is blocked by a block.
On success, the Agent is moved in the direction specified by one block.
History
| Minecraft Education | |||||||
|---|---|---|---|---|---|---|---|
| ? | Added /move. | ||||||