The Cancel Order screen is configured in plugins/StrawOrder/gui/CancelOrderGUI.yml.
Opening this screen
Start with /order (Browse, create and fulfill buy orders.). 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 |
|---|---|---|---|
| Back | 11 | Click to go back | back |
| %item% | 13 | %amount% items | item |
| ᴄᴏɴꜰɪʀᴍ | 15 | Click to cancel order | 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 /straworder reload. Check Permissions for feature access.
plugins/StrawOrder/gui
CancelOrderGUI.yml← Open this file
Full configuration reference
gui/CancelOrderGUI.yml
title: '&8ᴏʀᴅᴇʀꜱ -> ᴄᴀɴᴄᴇʟ ᴏʀᴅᴇʀ'
rows: 3
items:
back:
material: RED_STAINED_GLASS_PANE
slot: 11
name: '&#fc0404Back'
lore:
- '&fClick to go back'
action: back
item:
material: PAPER
slot: 13
name: '�fc88%item%'
lore:
- '&7%amount% items'
action: item
confirm:
material: LIME_STAINED_GLASS_PANE
slot: 15
name: '�fc88ᴄᴏɴꜰɪʀᴍ'
lore:
- '&fClick to cancel order'
action: confirm