zAuctionHouse
4.0.0.4The 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 4.0.0.4
Released
Today at 12:04
Downloads
1
Statistique