- Need to connect to MySQL database.
- Can be operated using web api.
- The configuration file is in 'plugins\zxWhitelist\config.yml'.
whitelistaddplayer 'name'
Abbreviated:wla 'name'
API:localhost:'port'/api/wla
whitelistdelete 'name'
Abbreviated:wld 'name'
API:localhost:'port'/api/wld
whitelistinqure
Abbreviated:wli
API:localhost:'port'/api/wli
need to use body in json format,such as:
{
"name": "lisi"
}