rest
Regain health in Minecraft by resting for a specified time (default: 10 seconds). Use this tool as part of the MCP Server to enable AI agents to manage character recovery during gameplay.
Instructions
Rest to regain health
Input Schema
Name | Required | Description | Default |
---|---|---|---|
restTime | No | Time to rest in seconds (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"restTime": {
"description": "Time to rest in seconds (default: 10)",
"type": "number"
}
},
"required": [],
"type": "object"
}