Page: 1 ... 3 4 5 6 7

3.0.5.0 Sep 11, 2021
Update storage
You can create your own custom storage with API

3.0.4.9 Sep 10, 2021
Add messages in event
Add messages in event AuctionSellEvent and AuctionPreBuyEvent

3.0.4.8 Sep 10, 2021
Bug fix
Bug fix

3.0.4.7 Sep 9, 2021
Bug fix
Bug fix
Add default sort in config

3.0.4.6 Sep 7, 2021
Add custom model data
Add custom model data for itemstack

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()));

}

});

3.0.4.3 Aug 27, 2021
Fix expired items
Fix expired items

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

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

3.0.3.9 Jul 27, 2021
Version checker
You can now disable version checker

3.0.3.8 Jul 18, 2021
Remove give diamond
Remove give diamond

3.0.3.7 Jul 18, 2021
Fix placeholder
Fix placeholder

3.0.3.6 Jul 15, 2021
Max and Min
Addition of minimum and maximum price per item

3.0.3.5 Jul 14, 2021
Fix papi colors
Fix papi colors

3.0.3.4 Jul 14, 2021
Add tax
Addition of the tax system
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

3.0.3.2 Jun 28, 2021
Bug fix 1.17 update
Fixed an error related to the change of material in 1.17

3.0.3.1 Jun 18, 2021
Bug fix
Fixed a minor bug related to the inventory to remove its own item.

3.0.3.0 Jun 13, 2021
Add 1.17 support
Add 1.17 support

3.0.2.7 Jun 13, 2021
Bug fix
Bug fix

3.0.2.6 Jun 12, 2021
Add OptEco
Adding the OptEco plugin

3.0.2.5 Jun 11, 2021
Sell inventory
Added an option to force the addition of the price for the /ah sellinventory command

3.0.2.4 May 29, 2021
Add open inventory after buying
Added the opening of the inventory after the purchase of an item

3.0.2.3 May 13, 2021
Sell message
Add error message if price has decimal.
Remove base64 librairie.

Page: 1 ... 3 4 5 6 7