Purge transactions
Purge old transactions, by default its 30 days.
You have /ah purge for force the purge
Fix errors with wrong config file
Fix errors with wrong config file
Add expire time to -1
You can now set expire time to -1
Bug fix
Correction of the error with the loading of the plugin
Update storage
You can create your own custom storage with API
Add messages in event
Add messages in event AuctionSellEvent and AuctionPreBuyEvent
Bug fix
Bug fix
Add default sort in config
Add custom model data
Add custom model data for itemstack
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()));
}
});
Fix expired items
Fix expired items
Expire item purchase fix
Fixed a bug related to expired items that can be purchased
Fix categories, hex color
Correction des categories
Ajout du support des couleurs hex
Update categories
You can now add the name of the items and the lore.
Modification of the debug mode position in the /ah config
Version checker
You can now disable version checker
Remove give diamond
Remove give diamond
Fix placeholder
Fix placeholder
Max and Min
Addition of minimum and maximum price per item
Fix papi colors
Fix papi colors
Add tax
Addition of the tax system
Added correction of the sale if the price is incorrect