Description
Let players request the bot to equip a specific item into its hand.
Example:
.equip iron_pickaxe
Technical Notes
Find matching item by name and call:
bot.equip(item, "hand")
Acceptance Criteria
Equips requested item
Unknown item returns "Item not found"
Labels: medium, feature, inventory
Description
Let players request the bot to equip a specific item into its hand.
Example:
.equip iron_pickaxe
Technical Notes
Find matching item by name and call:
bot.equip(item, "hand")
Acceptance Criteria
Equips requested item
Unknown item returns "Item not found"
Labels: medium, feature, inventory