This commit is contained in:
2026-01-14 23:27:38 +00:00
parent 6d9b0fb038
commit 4734c911b5
19 changed files with 589 additions and 170 deletions
+7 -1
View File
@@ -38,9 +38,15 @@ Players can create fixed-price listings and auctions, browse, buy, bid, claim it
The creation flow for listings and auctions:
1. **Main Menu** - Central hub for all actions
2. **Select Item** - Click an item from your inventory to select it
3. **Select Quantity** - Choose how many to sell (skipped for unstackable items)
3. **Select Quantity** - Choose how many to sell (for stackable items with quantity > 1)
- Step buttons: -32, -16, -8, -1 and +1, +8, +16, +32
- MIN and MAX preset buttons for quick selection
- Items are matched by exact metadata (material, name, lore, enchants, custom model data)
4. **Settings** - Set price and duration with merged, clickable elements
- Single-item interface: each setting is one clickable item showing all info
- No redundant info/action item pairs
5. **Confirm** - Review and confirm your listing/auction
- Final validation ensures items still exist before creating
## Requirements