The Auction screen is configured in plugins/StrawAuction/gui/AuctionGUI.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 |
|---|---|---|---|
| ᴘʀᴇᴠɪᴏᴜꜱ | 45 | Click to go to the previous page | previous |
| ɴᴇxᴛ | 52 | Click to go to the next page | next |
| ꜱᴏʀᴛ | 47 | sort |
|
| ꜰɪʟᴛᴇʀ | 48 | filter |
|
| ᴀᴜᴄᴛɪᴏɴ | 49 | Click to refresh | refresh |
| ꜱᴇᴀʀᴄʜ | 50 | Click to search | search |
| ʏᴏᴜʀ ɪᴛᴇᴍꜱ | 51 | Click to view the items you have listed | your |
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
AuctionGUI.yml← Open this file
Full configuration reference
gui/AuctionGUI.yml
title: '&8ᴀᴜᴄᴛɪᴏɴ (%page%/%pages%)'
rows: 6
items:
previous:
material: ARROW
slot: 45
name: '�fc88ᴘʀᴇᴠɪᴏᴜꜱ'
lore:
- '&fClick to go to the previous page'
action: previous
next:
material: ARROW
slot: 52
name: '�fc88ɴᴇxᴛ'
lore:
- '&fClick to go to the next page'
action: next
sort:
material: CAULDRON
slot: 47
options:
values:
- highest
- lowest
- recent
selection-token: sort
language-prefix: sort
selected-format: '�fc88● %text%'
inactive-format: '&f● %text%'
name: '�fc88ꜱᴏʀᴛ'
lore: []
action: sort
filter:
material: HOPPER
slot: 48
options:
values:
- all
- blocks
- tools
- food
- combat
- potions
- books
- ingredients
- utilities
selection-token: filter
language-prefix: filter
selected-format: '�fc88● %text%'
inactive-format: '&f● %text%'
name: '�fc88ꜰɪʟᴛᴇʀ'
lore: []
action: filter
refresh:
material: ANVIL
slot: 49
name: '�fc88ᴀᴜᴄᴛɪᴏɴ'
lore:
- '&fClick to refresh'
action: refresh
search:
material: OAK_SIGN
slot: 50
name: '�fc88ꜱᴇᴀʀᴄʜ'
lore:
- '&fClick to search'
action: search
your:
material: CHEST
slot: 51
name: '�fc88ʏᴏᴜʀ ɪᴛᴇᴍꜱ'
lore:
- '&fClick to view the items you have listed'
action: your
listing-slots: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]
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%'
- '%action%'