Server Player Bypass Limit - Bypassing Server Player Limit
This mod provides Minecraft server administrators with the ability to allow specific players to connect even when the maximum participant limit has been reached. The system operates based on two main mechanisms:
Privileged players can bypass the participant limit restriction through special ranks or individual permissions. All rank identifiers, permissions, and their values must be specified in text format.
Both configuration methods are available through the mod's configuration file. Configuration example:
{
// List of ranks that can bypass server restriction
"byPassRanks": [
"vip"
],
// List of permissions for bypassing server restriction
"byPassPermissions": {
"test": "true"
}
}