# if you want support for minecraft versions prior to 1.21.5, download this Changelog:
- added support for
MiniMessages and Hex color coding. (adventure API) Notice that you can't have both the legacy color codes (§e) and the miniMessages (<yellow>text</yellow>) in the exact same string under messages.yml
- added auction announcements (can be disabled in the config) to send a message to all players who have it enabled when a new auction is set up (toggleable with "/ah announce")
- when an auction is sold while the player is offline and then rejoins (with auto collect enabled in the config) the player in the message in chat was the player itself and not the buyer's name; fixed that
- added a small delay to the sold message when a player joins, so the join messages comes after custom join messages
- made the color of the %price% configurable in messages.yml by moving the "currency:" option from the config.yml into there
- also moved "currency-before-number:", "format-numbers:" and "format-time-characters" from the config.yml into the messages.yml under "placeholders"