The My Listings screen is configured in plugins/StrawAuction/gui/MyListingsGUI.yml.
Opening this screen
Start with /ah (Browse, list, buy and recover auction items.). The package does not specify a separate direct command for this individual screen. Its configured controls are listed below.
Controls
| Control | Slot | Player hint | Configured action |
|---|---|---|---|
| ᴘʀᴇᴠɪᴏᴜꜱ | 24 | Click to go to the previous page | previous |
| ɴᴇxᴛ | 25 | Click to go to the next page | next |
| Sell Item | 0 | Click to list an item · · Or · Hold an item and type · /ah sell <price> | insert |
| ᴛʀᴀɴꜱᴀᴄᴛɪᴏɴꜱ | 26 | Click to see your purchases and sales | history |
Customize the screen
Edit the fields present in this file, such as title, rows, material, name, lore and slot. Keep placeholder tokens and action values intact unless you intend to change their behavior.
Save your changes, then run /strawauction reload. Check Permissions for feature access.
plugins/StrawAuction/gui
MyListingsGUI.yml← Open this file
Full configuration reference
gui/MyListingsGUI.yml
title: '&8ᴀᴜᴄᴛɪᴏɴ -> ʏᴏᴜʀ ɪᴛᴇᴍꜱ (%page%/%pages%)'
rows: 3
items:
previous:
material: ARROW
slot: 24
name: '�fc88ᴘʀᴇᴠɪᴏᴜꜱ'
lore:
- '&fClick to go to the previous page'
action: previous
next:
material: ARROW
slot: 25
name: '�fc88ɴᴇxᴛ'
lore:
- '&fClick to go to the next page'
action: next
insert:
material: PAPER
slot: 0
name: '�fc88Sell Item'
lore:
- '&fClick to list an item'
- ''
- '&8Or'
- '&8Hold an item and type'
- '&8/ah sell <price>'
action: insert
history:
material: WRITABLE_BOOK
slot: 26
name: '�fc88ᴛʀᴀɴꜱᴀᴄᴛɪᴏɴꜱ'
lore:
- '&fClick to see your purchases and sales'
action: history
listing-slots: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
templates:
listing:
material: PAPER
source-name: preserve
source-lore: append
name: '�fc88%item%'
lore:
- '&fPrice: �fc88%price%'
- '&fSeller: �fc88%seller%'
- '&fTime left: �fc88%time%'
- '&f%preview%'
- '&f%action%'