Natural Selection 2

Natural Selection 2

Shine Administration
TacTicToe 25 Jul, 2013 @ 11:51am
[Fixed] Issues with Shine not recognizing me as admin.
UserConfig.json

{
"Groups": {
"SuperAdmin": {
"IsBlacklist": true,
"Immunity": 100,
"Commands": [ ]
},
"Admin": {
"IsBlacklist": false,
"Immunity": 50,
"Commands": [ "sh_kick", "sh_ban" ]
},
"Mod": {
"IsBlacklist": false,
"Immunity": 10,
"Commands": [ "sh_kick" ]
}
},
"11297410": {
"Group": "SuperAdmin",
"Immunity": 100
},
}
}

ServerAdmin.json

{
"groups": {
"mod_group": {
"commands": [ "sv_reset", "sv_ban" ],
"type": "allowed"
},
"admin_group": {
"commands": [ "sh_pingimmune" ],
"type": "disallowed"
}
},
"users": {
"[TKC]TacTicToe": { "id": 11297410, "groups": [ "admin_group" ] },
}
}
}

Only mods running are Shine and NS2Stats.

Thanks.
Last edited by TacTicToe; 25 Jul, 2013 @ 10:13pm
< >
Showing 1-2 of 2 comments
тѕсм.Person8880  [developer] 25 Jul, 2013 @ 12:55pm 
The UserConfig.json file is slightly incorrect. You are missing the "Users" table.

{
"Groups": {
"SuperAdmin": {
"IsBlacklist": true,
"Immunity": 100,
"Commands": [ ]
},
"Admin": {
"IsBlacklist": false,
"Immunity": 50,
"Commands": [ "sh_kick", "sh_ban" ]
},
"Mod": {
"IsBlacklist": false,
"Immunity": 10,
"Commands": [ "sh_kick" ]
}
},
"Users": {
"11297410": {
"Group": "SuperAdmin",
"Immunity": 100
}
}
}

That should work.
TacTicToe 25 Jul, 2013 @ 10:13pm 
That worked! Such a simple thing. Thank you much.
< >
Showing 1-2 of 2 comments
Per page: 1530 50