You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
- Author ArteffKods
- Creation date
- Added support for translating materials for searches by panel or in chat
- Updated: CurrenciesAPI to version 1.0.7. (Fixed Item economy)
![]()
![]()
- Added: A reason for each economy transaction (compatible only with zEssentials).
- Updated: CurrenciesAPI to version 1.0.5. (Bug fix + add RedisEconomy)
- Added: Button ZAUCTIONHOUSE_EXPIRE_AND_BUYING, which allows viewing both expired and purchased items simultaneously.
- Added: Button ZAUCTIONHOUSE_EXPIRE_AND_BUYING_AND_ITEMS, which allows viewing expired, sold, and purchased items at the same time.
- Added: Button ZAUCTIONHOUSE_SEARCH_INPUT, which opens the search inventory. (Note: If ProtocolLib is not installed, searches will default to the chat.)
- Improved: Code for certain buttons by updating to the latest version of the zMenu API.
- Updated: Folialib API to the latest version.
- Changed: Database management now exclusively uses HikariCP. (No changes to your database configuration are required.)
- Added: New sorting types:
These new sorting options can be used with the ZAUCTIONHOUSE_CHANGE_SORTING button.
- ALPHABETICAL_NAME
- REVERSE_ALPHABETICAL_NAME
- SELLER_NAME_ALPHABETICAL
- SELLER_NAME_REVERSE_ALPHABETICAL
- MATERIAL_TYPE_ALPHABETICAL
- MATERIAL_TYPE_REVERSE_ALPHABETICAL
- ECONOMY_NAME_ALPHABETICAL
- ECONOMY_NAME_REVERSE_ALPHABETICAL
- ITEM_STACK_SIZE_ASCENDING
- ITEM_STACK_SIZE_DESCENDING
- Added the completion tab for the /ah search command, material of sales items will be displayed
- Fix error when loading items economies
- Fix problem when cooldownTransactions is too low
- Fixed /ah claim command with sqlite
- Fixed ZAUCTIONHOUSE_REMOVE_ALL_EXPIRE button
- All messages now work with MiniMessage! (only if you use zmenu)
- Fixed loading items, the plugin will directly take the right method to decode the items
- The default storage is now SQLITE, you can convert your JSON storage by defaulting the storage in config.yml to SQLITE and running the command /ah convert jsontodatabase
- Fixed issue with Shulker Shell and Shulker Spawn Egg being considered as inventory (by keke142)
- Added PlayerAuctions Convert (by keke142)
- Added %price%, %seller% and %timer% for ZAUCTIONHOUSE_BUY_CONFIRM button
- Log files are now .log instead of .yml
- Added permissions to set the maximum allowed price for selling items by economies
YAML:price: permissions: vault: # Economy name - permission: zauctionhouse.price.max.vault.player # Permission amount: 128 # Max price - permission: zauctionhouse.price.max.vault.vip # Permission amount: 250 # Max price item_diamond: # Economy name - permission: zauctionhouse.price.max.item.player # Permission amount: 32 # Max price - permission: zauctionhouse.price.max.item.vip # Permission amount: 64 # Max price
- Added a system that allows to make backups for the files items.json when the plugin is enabled and disabled.
- Added a warning message to tell you that it is not advisable to use JSON storage and that you should use MYSQL storage instead
- Changing the default configuration to enable logs in a file
- Disable enable-itemstack-translation by default
- Create a new button ZAUCTIONHOUSE_CHANGE_SORTING which allows you to change the sort of items in a better way, right click to advance in the list, left click to go back, you can now choose the order of the sort change, and you can remove tries that you do not want. The Default configuration will use this button.
![]()
- Fixed categories, an item can now be in several categories at the same time. (@keke142)
- Improved documentation, added a page to indicate how to install the plugin, added more information on the buttons page, added emojis to make the documentation more fun to watch
Sorry, I had enabled by default the translation of items, and so your items will be translated into French, do not forget to update your configuration.
YAML:# Allows to configure the elements for the /ah search command search: # Enables the /ah search command # If you change this value you need to restart your server enable: true # Enable the option to search for an item with translation # For this option, you must be in 1.13+ and add your translation file to the zAuctionHouse/langs folder # By default the plugin will download all files, just enable this option and set your language enable-translated-material: true # Allows defining the langs file for your server, this option only works for servers in 1.13+ # You can find the translation file here: https://github.com/Maxlego08/minecraft-assets/tree/1.21/assets/minecraft/lang # The file must be placed in the folder zAuctionHouse/langs # The file name must be in the following format <country>-<language>, so for France it's will be fr-fr language: 'fr-fr' # If this option is enabled, then the plugin will download all translation files when the zAuctionHouse/langs folder does not exist # This saves you time and does not have to choose the file to download. download-all-langages-files: true # This option allows translating the name of items in the language you have defined enable-itemstack-translation: false
- Fix error when loading translated items
- Use logger instead of System.out.println
- Corrected transactions for sales inventories, they are now properly saved and displayed.
- Creation of the command /ah convert item_base64_to_minecraft_1_21, which allows you to convert your items to a compatible version in 1.21. To run this command you must be on the old version of your server, for example 1.20.4. More information here
- Fix tax for command /ah claim