move_control
Control Minecraft bot movement by activating or deactivating directional actions like forward, jump, or sprint. Optionally set a duration to auto-stop after a specified time.
Instructions
Set a movement control state (forward, back, left, right, jump, sprint, sneak). Optionally auto-deactivate after durationMs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | Whether to activate (true) or deactivate (false) the control | |
| direction | Yes | Movement control to set | |
| durationMs | No | If provided, automatically deactivate the control after this many milliseconds (max 30 s) |