Update to last zAuctionHouse Version
        You need to update to last zAuctionHouse and zMenu version !
 
         
        
        
        Various bug fixes and code improvements
        Various bug fixes and code improvements
 
         
        
        
        
        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!
 
         
        
        
        Fix for last zAuctionHouse Version
        Fix for last zAuctionHouse Version
 
         
        
        
        Update to zAuctionHouse 3.2.2.0
        Update to zAuctionHouse 3.2.2.0
 
         
        
        
        
        Improve code
        
- Improve code
 
- Update Redis version
 
- Lot of optimisation
 
 
         
        
        
        Update to last version of zAuctionHouse
        Update to last version of zAuctionHouse
 
         
        
        
        Update to zAuctionHouse 3.1.4.7
        Update to zAuctionHouse 3.1.4.7
 
         
        
        
        Update to zAuctionHouse 3.1.4.3
        Update to zAuctionHouse 3.1.4.3
 
         
        
        
        Main server
        Added an option to set the server as primary time, only it will retrieve the data in the database
 
         
        
        
        
        Fix error with zAuctionHouse 3.1.2.2
        Fix error with zAuctionHouse 3.1.2.2
 
         
        
        
        Update to zAuctionHouse 3.1.2.2
        Update to zAuctionHouse 3.1.2.2
 
         
        
        
        Economy update
        Economy update in connection with zAuctionHouse version 3.1.2.0.
 
         
        
        
        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]
 
         
        
        
        Bug fix
        Fixed a bug with players on different servers.
Deactivation of the obligation to have the ah claim activated.
 
         
        
        
        Add cooldown
        Added a cooldown on the /ah claim command to avoid problems with spam.