block-quote On this pagechevron-down
copy Copy chevron-down
Configuration Sell GUI The Sell GUI is the primary way players sell items in EasySell. This page explains how it works and how to customize it.
The Sell GUI is a chest-style inventory where players place items to sell them. When the inventory is closed, all items are automatically sold and money is deposited.
Opening the GUI
Type /sell to open the sell interface.
Add Items - Drag items from your inventory into the sell GUI
Close - Press ESC or click outside the GUI
Receive Money - Items are sold and payment is deposited
Copy +---+---+---+---+---+---+---+---+---+
| | | | | | | | | | Row 1
+---+---+---+---+---+---+---+---+---+
| | | | | | | | | | Row 2
+---+---+---+---+---+---+---+---+---+
| | | | | | | | | | Row 3
+---+---+---+---+---+---+---+---+---+
| | | | | | | | | | Row 4
+---+---+---+---+---+---+---+---+---+ Size: 36 slots (4 rows of 9)
All slots are available for selling items
No decorative or locked slots
Configure the title in config.yml:
Examples with colors:
Supported formats:
Legacy colors: &c, &a, &6, etc.
Formatting: &l (bold), &o (italic), &n (underline)
Hex colors: #RRGGBB (e.g., #7dfb03)
Automatic Price Calculation
Each item's price is looked up in prices.yml
Stack size is multiplied by per-item price
Total of all items is calculated on close
Shulker Box Support
Shulker boxes receive special handling:
The shulker box itself has a base price
All items inside are calculated
Total worth = box price + contents worth
Example:
64 Diamonds inside: $7,680.00
When items are sold, a sound plays:
After closing, players see:
Title: The total amount earned (e.g., +$7,755)
Subtitle: Optional item count and total (if enabled)
Action Bar: Additional information
What Happens When You Close
Price Calculation - Each item's worth is calculated
Total Sum - All item values are added together
Money Deposit - Total is deposited via Vault
Messages - Configured messages are sent to player
Sound - Success sound plays
Items Removed - All items in the GUI are deleted
Items That Cannot Be Sold
Items with a price of 0 in prices.yml
Items not in prices.yml (if default-price is 0)
When unsellable items are detected, the configured "item-not-sellable" message is shown (if enabled).
Efficient Selling
Shift-Click - Quickly move stacks from inventory
Double-Click - Collect all matching items
Drag - Place items across multiple slots
Fill shulker boxes with items before selling
The entire contents will be valued automatically
Check Before Selling
Use /worth while holding an item to verify its price
Enable item-worth display to see prices in item lore