The Your Orders screen is configured in plugins/StrawOrder/gui/YourOrdersGUI.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 |
|---|---|---|---|
| ᴘʀᴇᴠɪᴏᴜꜱ ᴘᴀɢᴇ | 46 | Click to go back | previous |
| ɴᴇxᴛ ᴘᴀɢᴇ | 53 | Click to go forward | next |
| Back | 45 | Click to go back | back |
| ɴᴇᴡ ᴏʀᴅᴇʀ | 49 | Click to create a new order | new |
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
YourOrdersGUI.yml← Open this file
Full configuration reference
gui/YourOrdersGUI.yml
title: '&8ᴏʀᴅᴇʀꜱ -> ʏᴏᴜʀ ᴏʀᴅᴇʀꜱ (%page%/%pages%)'
rows: 6
items:
previous:
material: ARROW
slot: 46
name: '�fc88ᴘʀᴇᴠɪᴏᴜꜱ ᴘᴀɢᴇ'
lore:
- '&fClick to go back'
action: previous
next:
material: ARROW
slot: 53
name: '�fc88ɴᴇxᴛ ᴘᴀɢᴇ'
lore:
- '&fClick to go forward'
action: next
back:
material: RED_STAINED_GLASS_PANE
slot: 45
name: '&#fc0404Back'
lore:
- '&fClick to go back'
action: back
new:
material: PAPER
slot: 49
name: '�fc88ɴᴇᴡ ᴏʀᴅᴇʀ'
lore:
- '&fClick to create a new order'
action: new
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:
order:
material: PAPER
name: '�fc88%owner%''s Order'
lore:
- '&f%item%'
- '�fc88%price% each'
- ''
- '	f9c27%delivered%/%amount% &fDelivered'
- '	f9c27%paid%/%total% &fPaid'
- '%action%'
- '&8%time% Until Order expires'