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

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:
  • forward to move the Agent forward.
  • back to move the Agent backward.
  • left to move the Agent leftward.
  • right to move the Agent rightward.
  • up to move the Agent upward.
  • down to 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[]

Education Edition
?Added /move.
Advertisement