The Insert Item screen is configured in plugins/StrawAuction/gui/InsertItemGUI.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 |
|---|---|---|---|
| ᴄᴀɴᴄᴇʟ | 0 | Click to cancel | cancel |
| left | 1 | left |
|
| right | 3 | right |
|
| ᴄᴏɴꜰɪʀᴍ | 4 | Click to list | confirm |
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
InsertItemGUI.yml← Open this file
Full configuration reference
gui/InsertItemGUI.yml
title: '&8ᴀᴜᴄᴛɪᴏɴ -> ɪɴꜱᴇʀᴛ ɪᴛᴇᴍ'
type: HOPPER
input-slot: 2
items:
back:
material: RED_STAINED_GLASS_PANE
slot: 0
name: '&#fc0404ᴄᴀɴᴄᴇʟ'
lore:
- '&fClick to cancel'
action: cancel
left:
material: GRAY_STAINED_GLASS_PANE
slot: 1
name: '�fc88 '
lore: []
action: left
right:
material: GRAY_STAINED_GLASS_PANE
slot: 3
name: '�fc88 '
lore: []
action: right
confirm:
material: LIME_STAINED_GLASS_PANE
slot: 4
name: '�fc88ᴄᴏɴꜰɪʀᴍ'
lore:
- '&fClick to list'
action: confirm