Natural Selection 2

Natural Selection 2

Shine Administration
TacTicToe 2013 年 7 月 25 日 上午 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.
最後修改者:TacTicToe; 2013 年 7 月 25 日 下午 10:13
< >
目前顯示第 1-2 則留言,共 2
тѕсм.Person8880  [開發人員] 2013 年 7 月 25 日 下午 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 2013 年 7 月 25 日 下午 10:13 
That worked! Such a simple thing. Thank you much.
< >
目前顯示第 1-2 則留言,共 2
每頁顯示: 1530 50