Voxel Shop beta is live. Expect occasional bugs. Learn more
zAuctionHouse addon for multiple servers
You need to update to last zAuctionHouse and zMenu 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!
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!
Added an option to set the server as primary time, only it will retrieve the data in the database
Thanks to Rubenicos for the help with this update.
You must add this to your configuration otherwise you may get errors:
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
Fixed a bug with players on different servers.
Deactivation of the obligation to have the ah claim activated.
Added a cooldown on the /ah claim command to avoid problems with spam.