Drop items
drop_itemDrop items from a player's inventory onto the ground. Specify item, count, and player to manage inventory space or share resources.
Instructions
Drop items from the player's inventory onto the ground. Defaults to one of the currently held item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | Item to drop (default: currently held item), as a lowercase Bukkit material key (e.g. "diamond_sword", "oak_planks") | |
| count | No | How many to drop (default 1) | |
| player | No | Online player name (defaults to the first online player) |