Skip to content

2.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 07:13
· 209 commits to main since this release
  • minor bug fixed on listing for VIP module.

Release notes V 2.2.7

New Module [VIP] Added

image

  • Support for VIP Core module added

Important - Read Below

  • Enable module by editing .env file VIP settings
  • You need download the compiled version of VIP Core plugin attached here in this release. There are no major changes made, only a minor change to track servers into new table vip_servers. No data migration is needed if you are already using VIP Core. Just import this plugin it will auto create vip_servers table.
  • Go to addons/config/plugins/VIPCore and edit vip_core.json and add your server IP and PORT and restart server. A new table will be created vip_servers with your added server info with id from config file.
{
 ....................................
  "ServerIP": "0.0.0.0.0",
  "ServerPort": 27015,
.......................................
}

Example:

{
  "TimeMode": 0,
  "ServerId": 0,
  "VipLogging": false,
  "ServerIP": "0.0.0.0.",
  "ServerPort":  27015,
  "Connection": {
    "Host": "",
    "Database": "",
    "User": "",
    "Password": "",
    "Port": 3306,
  }
}