- Fixed glow error with old inventory system
- Fixed prefix color for message that the plugin is not up to date
- Fixed blacklist with shulker box
- Fixed Sarah java version, downgrade to java 8
- Fixed memory leak issue with category system
- Modification of the categories system to improve performance (categories are now 20 to 30 times more efficient)
- New button: ZAUCTIONHOUSE_SHOW_SELLER - Allows to display the head of the player who sells an item, must be used in the inventory buyconfirm.yml
- Creation of the enableWhitelist value in the config.yml file. The whitelist system is fully available now.
- Creation of the enableNewBase64ItemStackMethod value in the config.yml file. This enables the new algorithm to transform items into text. If you are in 1.20.5+ this will be enabled by default. If you are in an older version (1.20.4) and want to migrate your data later, it is advisable to enable this option
- Improved javadocs, added more comments in class
- Improvement of the code. (Would you like to have zAuctionHouse on github ?)
- Permanent deletion of the config.json file, the Config class has been renamed to AuctionConfiguration.
- Creation of the blacklistplayers.json file, the file will contain the UUID of the players who will be blacklist. This replaces the list that was present in the config.yml file
- Improved documentation, updated files by default. And various other minor fixes.
- Fix placeholder: %zauctionhouse_claim_<economy name>% for JSON storage
- Fixed blacklist and whitelist items if you sell a shulker in a sales inventory
- Added next tick update for claim button with zmenu
- Updated to 1.21
Attention, for the support of 1.20.6 you will not be able to use your old items, you are obliged to delete your items and transactions. I do not yet have a solution to transfer your old items to the new minecraft system !
- Add support of 1.20.6
- Update Database Management Update, Using the Sarah Library
- Add the option giveMoneyOnSellServer, allows to give the money of the player on the server where the item was sold (works with the addon redis)
- Add column server_name in items table, lets you know where the item has been put up for sale (works with the addon redis)
- Placeholder optimization with REDIS addon, placeholders are now in async, loading message will be displayed when data is loading.
- Fix enableVersionChecker, you can now disable this option
- Fix placeholder: %zauctionhouse_claim_<economy name>%, the placeholder works normally for Redis and MYSQL
- Fix error console with head if you dont use zmenu (plz use zmenu)
- Fix item amount with zauctionhouse_economy_item button (It does not correctly display the number of items you will sell).
- Remove option sendItemToPurchaseInventoryIfIsFull from /ah config
- Fix blacklist items with shulker box. The plugin will look at the content of the shulker to check the content
- Fix /ah expire, /ah items etc for zmenu inventories
- Fix coins engine API
- Improve config.yml. Improved comments and grouped configuration items. File is now more consistent.
- Rename enableCreateSell to enableCreativeSell
- Added sound during purchase and sound when player cannot buy
Fix error with old minecraft version
Add cache for placeholder (only for REDIS storage)
Edit economy API
Fix error with minecraft 1.8
Remove old configurations value
Create cooldownTransactions in config.yml
Create new button: ZAUCTIONHOUSE_ECONOMY_ITEM, displays the item that the player has in his hand
Add translation message for both, purchase and sale message for tab for commands /ah transactions and /ah history
Fix show transaction, start with the last transaction created
Fix priceManager with enableMinMaxPricePerItems if you try to sell multiple items with the/ah sellinventory but one of the items has not been configured, then the maximum price of the global configuration will be used.
Fix sell inventory, add closeInventory: true to close button
Add placeholder for auction item : %item_type% and %economy_name%, allows you to use the placeholders of zAuctionHouse Stats
Fixed Citizens with zMenu inventories
Fixed sell cooldown message with %time%
Fixed auto save messages, if the problem persists I will totally change the format of the message file
Fixed some messages with zmenu
After checking the categories with items that have color work well, sorting into categories also works well. (This message is to warn all the people who asked me to check his points there)
Removed the useless /ah lang command
Add new option giveItemAfterRemove, allows the player to retrieve the item from his inventory if he removes it
Add new option dontGiveIfPlayerHasFullInventory, allows to check if the player must have room in his inventory to buy or recover an item.
Remove sendItemToPurchaseInventoryIfIsFull
Transactions that need to be claimed will no longer be deleted
Minimum duration to delete transactions is now 1 day
Update the default configuration, add an item to indicate that there are no items
Add TCHAT_AND_ACTION, CENTER and WITHOUT_PREFIX message type
