1.3.0 Apr 9, 2024
Update to last version of zAuctionHouse

Update to last version of zAuctionHouse


1.2.9 Jan 2, 2024
Update to zAuctionHouse 3.1.4.7

Update to zAuctionHouse 3.1.4.7


1.2.8 Dec 6, 2023
Update to zAuctionHouse 3.1.4.3

Update to zAuctionHouse 3.1.4.3


1.2.7 Oct 25, 2023
Main server

Added an option to set the server as primary time, only it will retrieve the data in the database


1.2.4 Jun 22, 2023
Fix config load in 1.20

Fix config load in 1.20


1.2.3 Apr 4, 2023
Fix error with zAuctionHouse 3.1.2.2

Fix error with zAuctionHouse 3.1.2.2


1.2.2 Apr 3, 2023
Update to zAuctionHouse 3.1.2.2

Update to zAuctionHouse 3.1.2.2


1.2.1 Feb 25, 2023
Economy update

Economy update in connection with zAuctionHouse version 3.1.2.0.


1.2.0 Sep 20, 2022
Update

Thanks to Rubenicos for the help with this update.

  • Added channel redis configuration

You must add this to your configuration otherwise you may get errors:

[CODE]

sql:
  storage: "MYSQL"
  username: "root"
  password: ""
  host: "127.0.0.1"
  port: 3306
  database: "zauctionhouse"
 
redis:
  channel:
    prefix: "auctionhouse:"
    main: "auctionhouse:messaging"
    inventory: "auctionhouse:inventories"
    transaction: "auctionhouse:transactions"
  host: "127.0.0.1"
  port: 6379
  password: ""
  poolConfig:
    maxTotal: 128
    maxIdle: 128
    minIdle: 16

[/CODE]


1.1.0 Apr 20, 2022
Bug fix

Fixed a bug with players on different servers.

Deactivation of the obligation to have the ah claim activated.


1.0.9 Apr 4, 2022
Add cooldown

Added a cooldown on the /ah claim command to avoid problems with spam.


1.0.8 Mar 9, 2022
Update API

Update API to zAuctionHouse 3.0.8.6


1.0.7 Feb 21, 2022
Update to zAuctionHouse 3.0.8.5

Update to zAuctionHouse 3.0.8.5


1.0.5 Dec 6, 2021
Bug fix
Bug fix

1.0.3 Nov 28, 2021
Bug fix
Fix duplication bug
Add auction house version checker

1.0.2 Nov 20, 2021
Bug fix
Bug fix with transactions and claim money

1.0.1 Nov 14, 2021
Bug fix
Bug fix with transaction

1.0.0 Nov 12, 2021