placeItemNearYou
Place a specific block or item near you or another player in Minecraft using AI agents, simplifying in-game building and item management with precise control.
Instructions
Place a block or item near the bot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
itemName | Yes | Name of the item/block to place | |
userName | No | Optional: Place near a specific player |
Input Schema (JSON Schema)
{
"properties": {
"itemName": {
"description": "Name of the item/block to place",
"type": "string"
},
"userName": {
"description": "Optional: Place near a specific player",
"type": "string"
}
},
"required": [
"itemName"
],
"type": "object"
}