sleepInNearbyBed
Locate and use the nearest bed within a specified distance to restore player health and reset spawn points in Minecraft, enabling efficient gameplay progress.
Instructions
Find and sleep in a nearby bed
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxDistance | No | Maximum distance to search for bed (default: 30) |
Input Schema (JSON Schema)
{
"properties": {
"maxDistance": {
"description": "Maximum distance to search for bed (default: 30)",
"type": "number"
}
},
"required": [],
"type": "object"
}