Manage Roles and Permissions
Examples:
{
"Remove Roles On Permission Loss": false, // If a player joins and doesn't have a certain Permission from Permission To Role, and if they don't have that role, it will be automatically removed
"Remove Permissions On Role Loss" : false, // This means that if a player is removed from a role and is connected on the server, a permissions from that role will be removed immediately
"Role To Permission": {
"123456789": {
"flags": [
"@css/kick",
"@css/ban"
],
"immunity": 100,
"command_overrides": {
"css_respawn": true
}
},
"987654321": {
"flags": [
"@css/ban",
"@css/kick"
],
"immunity": 90,
"command_overrides": {
"css_slay": true
}
}
},
"Permission To Role": {
"Flag or Group": "ROLE ID",
"@css/vip_flag": "321654987", // PLAYERS WILL GET ROLE ON THE DISCORD SERVER: 321654987 IF THEY HAVE FLAG @css/vip_flag
"#css/admin": "789456123" // PLAYERS WILL GET ROLE ON THE DISCORD SERVER: 789456123IF IF THEY HAVE GROUP #css/admin
//and more...
},
"ConfigVersion": 1
}
Last updated