dance
Control a bot's movements to make it dance on Minecraft servers using specified duration and optional dance move names for automated in-game actions.
Instructions
Make the bot dance by moving and jumping
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Optional: Name of the dance move | |
time | No | Duration to dance in seconds (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Optional: Name of the dance move",
"type": "string"
},
"time": {
"description": "Duration to dance in seconds (default: 10)",
"type": "number"
}
},
"required": [],
"type": "object"
}