Natural Selection 2

Natural Selection 2

Shine Administration
TacTicToe 25. juli 2013 kl. 11:51
[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.
Sidst redigeret af TacTicToe; 25. juli 2013 kl. 22:13
< >
Viser 1-2 af 2 kommentarer
тѕсм.Person8880  [udvikler] 25. juli 2013 kl. 12:55 
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. juli 2013 kl. 22:13 
That worked! Such a simple thing. Thank you much.
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50