Give Item (Creative Mode)
minecraft_give_itemGive items to a Minecraft bot by spawning an item stack directly into its inventory. Requires creative mode; specify item, count, and optional slot.
Instructions
Spawns an item stack directly into the bot's inventory. Only works while the bot is in creative gamemode.
Returns: { message } Errors: bot not in creative mode, unknown item id, or inventory full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | No | Specific inventory slot (9-44). Omit to auto-pick an empty slot. | |
| count | No | ||
| item_name | Yes | Exact item id, e.g. "diamond_block", "oak_planks" |