give_item
Gives Minecraft items to a specified player, or the bot itself, with configurable item type and quantity.
Instructions
Give an item to a player (default: the bot itself).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | Minecraft item id (e.g. 'diamond', 'minecraft:stone') | |
| count | No | Number of items (default 1, max 6400) | |
| target | No | Target player selector or name (default: bot itself, '@s') |