StrawIODOCS
Panel ↗Discord ↗

StrawAuction v1.0.0

Transaction History

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.

SERVER File location
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: '&#00fc88ᴘʀᴇᴠɪᴏᴜꜱ'
    lore:
    - '&fClick to go to the previous page'
    action: previous
  next:
    material: ARROW
    slot: 53
    name: '&#00fc88ɴᴇxᴛ'
    lore:
    - '&fClick to go to the next page'
    action: next
  stats:
    material: BOOK
    slot: 48
    name: '&#00fc88ꜱᴛᴀᴛꜱ'
    lore:
    - '&fTotal Spent: &#00fc88%spent%'
    - '&fTotal Made: &#00fc88%made%'
    action: stats
  refresh:
    material: WRITABLE_BOOK
    slot: 49
    name: '&#00fc88ᴛʀᴀɴꜱᴀᴄᴛɪᴏɴꜱ'
    lore:
    - '&fClick to refresh'
    action: refresh
  search:
    material: OAK_SIGN
    slot: 50
    name: '&#00fc88ꜱᴇᴀʀᴄʜ'
    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: '&#00fc88%item%'
    lore:
    - '&fYou bought &#00fc88%item% &ffor &#00fc88%price%'
    - '&f&#00fc88%ago%'
  sold:
    material: PAPER
    source-name: preserve
    source-lore: append
    name: '&#00fc88%item%'
    lore:
    - '&fYou sold &#00fc88%item% &ffor &#00fc88%price%'
    - '&f&#00fc88%ago%'
  returned:
    material: PAPER
    source-name: styled
    source-lore: append
    name: '&#00fc88%item%'
    lore:
    - '&fYour &#00fc88%item% &fwas returned'
    - '&f&#00fc88%ago%'
  empty:
    material: PAPER
    name: '&#00fc88ᴛʀᴀɴꜱᴀᴄᴛɪᴏɴꜱ'
    lore:
    - '&fYou''ve reached the end.'
    - '&fTransactions last &#00fc88%days%d&f.'

StrawIO Docs · StrawAuction

Search documentation

Search across plugins and common guides.