Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Nullptr correction
historic and playerview fix
Next gui correction
New configuration allows you not to send certain messages
message-send:
AUCTION_OPEN: true
For configuration see lang file Exemple : buy_auction_success -> BUY_AUCTION_SUCCESS
To make migration execute command : ah admin migrate 1.7.8
add in lang file :
migrate: "You have migrated to {version}." migrate_help_description: "Migrate to another version."
Correction
In auctionConfirm.yml add :
gui.auction:
title: "&eItem : &6{ItemName}"
replaceTitle: false
description:
- "&5Sold by : &6{OwnerName}"
- "&5Price : &6{Price}"
- "&5Expires on : &6{ExpireTime}"
- "&5Lore :"
- "{lore}"
New purge command : /ah admin purge all /ah admin purge auction /ah admin purge expire /ah admin purge historic
Decimal format correction Sqlite correction
New configuration in config.yml :
decimalFormat: "0.00"
Add 2 feature flipping
SQLite correction + Remaining time placeholder for auction
new placeholder for auction gui : {RemainingTime}
Mysql Correction
Disable the plugin if it cannot start correctly
New Configuration system
Please backup your configuration file before updating
The new configuration system will automatically update your configuration files.
Permission fix
New chart on bstats and dependency update
Add new category ENCHANTED to filter all enchanted item
Add new permission fauction.user contains :
Code Refacto + possible bug correction
CacheReloadEvent correction