StrawIODOCS
Panel ↗Discord ↗

StrawAuction v1.0.0

Buy Confirm

The Buy Confirm screen is configured in plugins/StrawAuction/gui/BuyConfirmGUI.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
ᴄᴀɴᴄᴇʟ 11 Click to cancel cancel
%item% 13 Price: %price% · Seller: %seller% · Time left: %time% · %preview% · %action% item
ᴄᴏɴꜰɪʀᴍ 15 Click to confirm 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.

SERVER File location
plugins/StrawAuction/gui
  • BuyConfirmGUI.yml← Open this file

Full configuration reference

gui/BuyConfirmGUI.yml
title: '&8ᴄᴏɴꜰɪʀᴍ'
rows: 3
items:
  back:
    material: RED_STAINED_GLASS_PANE
    slot: 11
    name: '&#fc0404ᴄᴀɴᴄᴇʟ'
    lore:
    - '&fClick to cancel'
    action: cancel
  item:
    material: PAPER
    source-name: preserve
    source-lore: append
    slot: 13
    name: '&#00fc88%item%'
    lore:
    - '&fPrice: &#00fc88%price%'
    - '&fSeller: &#00fc88%seller%'
    - '&fTime left: &#00fc88%time%'
    - '&f%preview%'
    - '&f%action%'
    action: item
  confirm:
    material: LIME_STAINED_GLASS_PANE
    slot: 15
    name: '&#00fc88ᴄᴏɴꜰɪʀᴍ'
    lore:
    - '&fClick to confirm'
    action: confirm

StrawIO Docs · StrawAuction

Search documentation

Search across plugins and common guides.