
zAuctionHouse 3.2.3.3
The best auction house plugin, mandatory for your server.
3.1.2.6
Apr 27, 2023
Somes fixs
- Fix dupe on sell item
- Fix min and max price for inventory selling
- Add search option for /ah config (you can try /ah search price for example)
3.1.2.5
Apr 23, 2023
Fix errors
- Fix error with item economies
- Fix error with a trident
- Fix error with default config files
3.1.2.4
Apr 7, 2023
Transaction + Discord webhook
3.1.2.1
Mar 17, 2023
Edit default config files
Changes in the configuration files, they are now more complete with better documentation.
3.1.2.0
Feb 25, 2023
Economy Update
Very important update on how the economies work in the plugin. Now it is possible to add an infinite number of economy in the plugin.
Before updating the plugin make sure that everything works ! In case of problem come directly to the discord to ask for help !
Before updating the plugin make sure that everything works ! In case of problem come directly to the discord to ask for help !
There has been a very big change in the API, if you use a custom economy you must update your implementation.
Here is the link to the documentation to add your economy:
In this update there are different correction and minor optimization.
3.1.1.0
Jan 25, 2023
Added permission for expiration by grade
You can now create permissions by grade for item expiration.
[CODE]
# Replace '_' by a '.' for your permission
expirations: # Expiration per rank and in secondes
zauctionhouse_expiration_vip: 3600
zauctionhouse_expiration_vipplus: 7200
zauctionhouse_expiration_elite: 259200
[/CODE]
3.1.0.9
Jan 19, 2023
Add dupe listener
Added a listener to handle dupplication problems. (thanks to hohosmc)
3.1.0.8
Jan 14, 2023
Add command cooldown
Added a cooldown on orders to prevent spam. By default the cooldown is active and is 5 seconds. Here is the permission that allows to bypass the cooldown: zauctionhouse.admin.bypass.cooldown
3.1.0.7
Jan 4, 2023
Optimisation + fix
Optimization of the /ah search command
Added the possibility to choose only the material to put an item with a minimum and maximum price
3.1.0.4
Dec 10, 2022
Edit cache
Modification of the cache system, the cache will reset if an action on the items is performed.
3.1.0.3
Nov 23, 2022
[3.1.0.3] Items verification
Added a system that will check the data present in the items.json file, this avoids data that are null and cause errors.
3.1.0.2
Oct 8, 2022
Update !
- Added a priority system for items. You can set a display priority according to the permissions of your players.
- Color correction for the webhook discord.
- Corrected URL thumtails and images for the webhook discord as well as for the author.
- Correction of an error with the ah claim
- Correction of the sale with the default price
- Fixed category loading, added more error messages.
3.1.0.1
Sep 19, 2022
Update
- Added a prefix for SQL tables.
- Added an option to disable the messages that indicate the backup.
3.1.0.0
Aug 20, 2022
Somes fixs
Fixed various minor bugs.
Added the possibility to add itemflags on the displayed items.
3.0.9.9
Aug 9, 2022
New features
Added AuctionGiveItemStackEvent called when the plugin will give an itemstack to a player.
Added the blacklist of lores
3.0.9.8
Jul 31, 2022
Bug fix
- Fixed a bug that could make players disconnect
- Fixed remove all buttons