The Transaction History screen is configured in plugins/StrawAuction/gui/TransactionHistoryGUI.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ᴛ | 53 | Click to go to the next page | next |
| ꜱᴛᴀᴛꜱ | 48 | Total Spent: %spent% · Total Made: %made% | stats |
| ᴛʀᴀɴꜱᴀᴄᴛɪᴏɴꜱ | 49 | Click to refresh | refresh |
| ꜱᴇᴀʀᴄʜ | 50 | Click to search | search |
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
TransactionHistoryGUI.yml← Open this file
Full configuration reference
gui/TransactionHistoryGUI.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: 53
name: '�fc88ɴᴇxᴛ'
lore:
- '&fClick to go to the next page'
action: next
stats:
material: BOOK
slot: 48
name: '�fc88ꜱᴛᴀᴛꜱ'
lore:
- '&fTotal Spent: �fc88%spent%'
- '&fTotal Made: �fc88%made%'
action: stats
refresh:
material: WRITABLE_BOOK
slot: 49
name: '�fc88ᴛʀᴀɴꜱᴀᴄᴛɪᴏɴꜱ'
lore:
- '&fClick to refresh'
action: refresh
search:
material: OAK_SIGN
slot: 50
name: '�fc88ꜱᴇᴀʀᴄʜ'
lore:
- '&fClick to search'
action: search
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:
bought:
material: PAPER
source-name: preserve
source-lore: append
name: '�fc88%item%'
lore:
- '&fYou bought �fc88%item% &ffor �fc88%price%'
- '&f�fc88%ago%'
sold:
material: PAPER
source-name: preserve
source-lore: append
name: '�fc88%item%'
lore:
- '&fYou sold �fc88%item% &ffor �fc88%price%'
- '&f�fc88%ago%'
returned:
material: PAPER
source-name: styled
source-lore: append
name: '�fc88%item%'
lore:
- '&fYour �fc88%item% &fwas returned'
- '&f�fc88%ago%'
empty:
material: PAPER
name: '�fc88ᴛʀᴀɴꜱᴀᴄᴛɪᴏɴꜱ'
lore:
- '&fYou''ve reached the end.'
- '&fTransactions last �fc88%days%d&f.'