Minecraft Wiki
Advertisement
Information icon
This feature is exclusive to Bedrock Edition and Minecraft Education. 
Hydrogen
This page describes an education-related feature. 
This feature is available only in Minecraft Education or when enabling the "Education" option in Bedrock Edition.

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