TaleShop provides two sell commands for quick selling without opening the shop UI.
Sells the item you're currently holding in your hand.
Usage: /sell hand
/sell hand
What happens:
TaleShop checks if the item exists in the shop and is sellable.
Validates stock limits and permissions.
Sells the entire stack and deposits the money.
Shows a notification with the sale details.
Error messages:
"You are not holding any item!" - Nothing in hand
"This item cannot be found in the shop!" - Item isn't in any shop category
"This item is not sellable!" - Item has no sell price
Sells every sellable item in your inventory at once.
Usage: /sell all
/sell all
TaleShop scans your entire inventory.
Matches each item against the shop catalog.
Sells all matching items that have a sell price, respecting stock limits.
Shows a summary notification: "Sold X items for $Y".
Items that aren't in the shop or don't have a sell price are left in your inventory.
Both commands require the taleshop.use permission.
taleshop.use
You can enable/disable each command individually in config.json:
config.json
When disabled, players see "This command is currently disabled." Admins with taleshop.admin can still use the commands.
taleshop.admin
{ "SellCommandEnabled": true }