- Fixed item priority system
- Fixed major bug not letting players buy items from Target Listings GUI
- Changed
%player% to
%seller% placeholder for
success-broadcast message
- Added new argument for
[open] action
target:%target%
- Added new GUI
target-history, allows players (with permission) to view other player's auction history
- Added new permission
airauctions.command.history.others
- Added new subcommand argument
Code (YAML):
commands
:
...
subcommands
:
...
history:
enabled
: true
name
:
"history"
usage
:
"/%label% %sublabel%"
usage-others
:
"/%label% %sublabel% [player]"
- Added new section
target-history in
preview-shulker GUI
Code (YAML):
# Opens on Target History GUI
target-history
:
# GUI title and size
title
:
"<gradient:#5efce8:#736efe><bold>Shulker Preview</bold></gradient> <gray>»</gray> <white>%target%'s History</white>"
rows
: 6
# Dynamic slot groups
# This define where the item auction slot will be placed
auction-slot
:
[4
]
# This is how auction item (bought) will be displayed inside auction-slots
auction-item-bought:
lore
:
-
"%lore%"
# The item's lore. If there is no lore, skip this line
- "<dark_gray>Auction ID
:
%id%"
-
""
-
"<gray>Listing Information:</gray>"
-
" <#736efe>»</#736efe> <gray>Bought from:</gray> <white>%seller%</white>"
-
" <#736efe>»</#736efe> <gray>Price was worth:</gray> %price%"
-
" <#736efe>»</#736efe> <gray>Amount:</gray> <white>x%amount%</white>"
-
" <#736efe>»</#736efe> <gray>Category:</gray> <white>%filter%</white>"
item-flags
:
- HIDE_ATTRIBUTES
# This is how auction item (sold) will be displayed inside auction-slots
auction-item-sold:
lore
:
-
"%lore%"
# The item's lore. If there is no lore, skip this line
- "<dark_gray>Auction ID
:
%id%"
-
""
-
"<gray>Listing Information:</gray>"
-
" <#736efe>»</#736efe> <gray>Sold to:</gray> <white>%buyer%</white>"
-
" <#736efe>»</#736efe> <gray>Price was worth:</gray> %price%"
-
" <#736efe>»</#736efe> <gray>Amount:</gray> <white>x%amount%</white>"
-
" <#736efe>»</#736efe> <gray>Category:</gray> <white>%filter%</white>"
item-flags
:
- HIDE_ATTRIBUTES
# These define where the shulker items slots will be placed
preview-slots
:
[18-44
]
# GUI buttons
buttons:
back:
slots
:
[0
]
material
: ARROW
display-name
:
"<#ff5f6d><bold>Return to %target%'s Listings</bold></#ff5f6d>"
lore
:
-
"<gray>Click to exit preview</gray>"
-
"<gray>and return to %target%'s items.</gray>"
actions
:
-
"[sound] ui.button.click 1 0.8"
# Custom items
items:
filler:
slots
:
[1-3, 5-17, 45-53
]
material
: BLACK_STAINED_GLASS_PANE
hide-tooltip
: true