Give items
give_itemAdd items directly to a player's inventory by specifying the item key and optional count. Bypass crafting and pickup for instant delivery.
Instructions
Add items directly to the player's inventory (no crafting or pickup needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | Item to give, as a lowercase Bukkit material key (e.g. "diamond_sword", "oak_planks") | |
| count | No | How many to give (default 1) | |
| player | No | Online player name (defaults to the first online player) |