This mod can be used by server owners to make some people bypass the player limit of the server by:
- Determined rank
- Determined permission and value
Any permission, value and rank id must be a string.
Both ways can be defined the config.
Ex:
{
// A list of ranks that can byPass the server limit
"byPassRanks": [
"vip"
],
// A list of permissions that can byPass the server limit
"byPassPermissions": {
"test": "true"
}
}