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 ArteffCods
- Creation date
- Adding a limit by type of savings (@imtorisa)
- Added cache for category list
- Fix disable world with zMenu
YAML:price: limits: - economy: item_diamond max: 64 min: 1 # Cache in milliseconds for categories, by default there is a 2 minute cache on the list of items. # The cache will be automatically updated when an item is removed or added to the sale. cacheDurationCategory: 120000
Fix load if zMenuEngine is enable but you dont have zMenu
Update the default configuration !
![]()
![]()
The new default configuration is simpler, thanks to the pattern system the number of lines has been greatly reduced. The configuration is modern and uses the features of zMenu. Now that zAuctionHouse is officielement with zMenu, I will be able to add many features easily!
- Changed default configuration, use zMenu for inventories.
- Modification of the presentation of the plugin, the gifs now use the default configuration, the party on the features is more complete.
- Edit documentation, delete old items, add a new party on zMenu buttons, and improve other pages.
- Added placeholder %zauctionhouse_sorting_type% to display player’s current sort type. (used in default configuration)
- Added "ZAUCTIOHOUSE_UPDATE" type (only available for zMenu). Updates the list of sold items
- Added patterns in the default configuration.
Want to update your configuration to zMenu? Use the command /zm convert zmenu and your configuration will be automatically updated with zMenu!
You can still use the old configuration without worries, but you will not have access to the new features.
Download the old configuration here: https://dl.groupez.dev/plugins/zauctionhouse/config/old/inventories.zip
The next update will be the one that will use zMenu in default configuration. A new default configuration for all inventories will be created !
- Fix API with EconomyManager interface
- Fix discord webhook
- Added new configuration for number format (by caiobarnes)
- Added whitelist.yml
- Added search custom error message
- Fixed bug with anti dupe with auction inventory (hey lefy dupe discord, Still so retarded?)
- Fix folia support with tcoded foliaLib
- Edit default config for sql script, added prefix
- Fixed the sellAnnouncement permission, which was not correctly taken into account.
- Fixed loading of messages and saving new values of messages. The plugin will no longer write to your configuration if it already exists, but only add if it does not exist.
- Added a backup system of the items.json file. By default the file will be backed up every day at 00:00. If you want to have more control over when saving the file you can use the zScheduler plugin. An implementation was added in zAuctionHouse to support zScheduler.
- Fixed zMenu conversion for category.yml inventory.
- Fixed default configuration with ItemFlag.
- Fixed NPE with messages.
- Fixed messages reload.
- Fixed /ah config.
- Updated default config.
- Added BeastToken (MrAxeTv) economy.
This update has completely changed the config.yml file and add a new economies.yml file. Your configurations present in config.json will no longer be taken into account. Please retrieve the default config.yml file and redo your configuration !
- Removal of config.json, all the configuration of the plugin is now done with the...