chest-withdraw
Withdraw specific items from a chest into your inventory. Provide chest coordinates, item name, and count to move items from storage to player inventory.
Instructions
Take items from a chest into the inventory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Chest X coordinate | |
| y | Yes | Chest Y coordinate | |
| z | Yes | Chest Z coordinate | |
| count | Yes | Number of items to withdraw | |
| itemName | Yes | Name of the item to withdraw |