Plugin allows you to control whitelist (players joining full servers), and exclusive join (only selected people can join), everything by permission groups. Avoid using IDs in files again!
Commands (Console / RCON)
[CODE lang="json" title="Config"]{
"AccountKey": "",
"AllowedGroups": "Admins,VIP",
"WhitelistFullJoinFile": "",
"WhitelistFullJoinUrl": "",
"WhitelistUpdateInterval": 300,
"WhitelistFullJoinKickMsg": "Server full. Buy whitelist at our store!",
"ExclusiveJoin": {
"AllowedGroups": "Admins,vip",
"File": "",
"Url": ""
}
}[/CODE]
Commands (Console / RCON)
- wl.reload - Reloads config
[CODE lang="json" title="Config"]{
"AccountKey": "",
"AllowedGroups": "Admins,VIP",
"WhitelistFullJoinFile": "",
"WhitelistFullJoinUrl": "",
"WhitelistUpdateInterval": 300,
"WhitelistFullJoinKickMsg": "Server full. Buy whitelist at our store!",
"ExclusiveJoin": {
"AllowedGroups": "Admins,vip",
"File": "",
"Url": ""
}
}[/CODE]