
zAuctionHouse 3.2.3.3
The best auction house plugin, mandatory for your server.
3.0.4.9
Sep 10, 2021
Add messages in event
Add messages in event AuctionSellEvent and AuctionPreBuyEvent
3.0.4.5
Sep 5, 2021
Add event
Add event AuctionPreSellEvent call before selling item
this.addListener(new Listener() {
@EventHandler
public void onPreSell(AuctionPreSellEvent event){
System.out.println(event.getItemStack());
System.out.println(event.getPrice());
System.out.println(event.getEconomy().name());
event.setItemStack(new ItemStack(Material.DIAMOND, event.getAmount()));
}
});
this.addListener(new Listener() {
@EventHandler
public void onPreSell(AuctionPreSellEvent event){
System.out.println(event.getItemStack());
System.out.println(event.getPrice());
System.out.println(event.getEconomy().name());
event.setItemStack(new ItemStack(Material.DIAMOND, event.getAmount()));
}
});
3.0.4.2
Aug 23, 2021
Expire item purchase fix
Fixed a bug related to expired items that can be purchased
3.0.4.1
Aug 7, 2021
Fix categories, hex color
Correction des categories
Ajout du support des couleurs hex
Ajout du support des couleurs hex
3.0.4.0
Aug 6, 2021
Update categories
You can now add the name of the items and the lore.
Modification of the debug mode position in the /ah config
Modification of the debug mode position in the /ah config
3.0.3.4
Jul 14, 2021
Add tax
Addition of the tax system
Added correction of the sale if the price is incorrect
Added correction of the sale if the price is incorrect
3.0.3.3
Jul 4, 2021
Bug fix
Addition of two new placeholders %zauctionhouse_sellinventory_price% and %zauctionhouse_sellinventory_currency%
Fixed a bug with the else buttons that did not work properly in some cases
Correction of categories for 1.17
Fixed a bug with the else buttons that did not work properly in some cases
Correction of categories for 1.17