dropItem
Remove items from inventory by specifying the item name and optionally the count or target player. Simplifies inventory management in Minecraft MCP Server for AI agents.
Instructions
Drop items from inventory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Optional: Number of items to drop (default: all) | |
name | Yes | Name of the item to drop | |
userName | No | Optional: Drop near a specific player |