VIP Guide

Important - Read Below

  • Enable module by editing .env file VIP settings

  • You need download the compiled version of VIP Core plugin from release tab. 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": "",
  "ServerPort": 27015,
.......................................
}

Example:

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

Last updated