zAuctionHouse
3.2.4.5The best auction house plugin, mandatory for your server.
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()));
}
});
4 years ago
Information
Version 3.2.4.5
Released
23 Feb. 2026
Downloads
27
Statistique