zAuctionHouse Redis icon

zAuctionHouse Redis 2.0.2

zAuctionHouse addon for multiple servers

Page 1 2
2.0.2 Dec 31, 2024
Various bug fixes and code improvements

Various bug fixes and code improvements

2.0.0 Nov 8, 2024
New Version !

New version of the plugin! 

All information here: https://zauctionhouse.groupez.dev/configurations/multi-servers

You need to redo your zAuctionHouse and zAuctionHouseRedis configuration!

1.3.5 Sep 16, 2024
Fix version
  • Fixed an error following the latest version of the plugin

You want to improve the plugin? Do not hesitate to join my discord so that I give you access to the source of the plugin!

1.3.4 Aug 16, 2024
Fix for last zAuctionHouse Version

Fix for last zAuctionHouse Version

1.3.3 Jul 6, 2024
Update to zAuctionHouse 3.2.2.0

Update to zAuctionHouse 3.2.2.0

1.3.2 Jun 20, 2024
Fix error with cache

Fix error with cache

1.3.1 Jun 10, 2024
Improve code
  • Improve code
  • Update Redis version
  • Lot of optimisation
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

Page 1 2