I want to be a server admin on my server help
ICEMAN1779
Join Date: 2012-12-31 Member: 176825Members
---------------------------------------------------------------------------------------------------------------------------------------------
{
"groups":
{
"admin_group": { "type": "allowed", "commands": [ "sv_changemap", "sv_reset", "sv_say", "sv_ban", "sv_kick", ] },
}
"users":
{
"Joe": { "id": 61484976, "admin_group":
}
}
----------------------------------------------------------------------------------------------------------------------------------------------
Is this wight? I worked with this for houers and houers. Reading forums and everything. seams like a pain just to be a admin for you own server. Im a simple person. Can someone show me in simple terms how to do this? Like " How to edit your Serveradmin.json file for dummys!" I now how to edit it. All i want to do is to be abole to do is. Change maps/ reset/say/ban/kick/ thats it. what you see up top there is all i have in my Serveradmin.json file. thats it. I have looked at all the forums and i still can't make sens of it. And i have hosted servers before and im haveing trobble with this. Or someone can just put the code in i need to do this. I know the id is steam id. I think its wight. My head is about to explode.......... Thanks.
{
"groups":
{
"admin_group": { "type": "allowed", "commands": [ "sv_changemap", "sv_reset", "sv_say", "sv_ban", "sv_kick", ] },
}
"users":
{
"Joe": { "id": 61484976, "admin_group":
}
}
----------------------------------------------------------------------------------------------------------------------------------------------
Is this wight? I worked with this for houers and houers. Reading forums and everything. seams like a pain just to be a admin for you own server. Im a simple person. Can someone show me in simple terms how to do this? Like " How to edit your Serveradmin.json file for dummys!" I now how to edit it. All i want to do is to be abole to do is. Change maps/ reset/say/ban/kick/ thats it. what you see up top there is all i have in my Serveradmin.json file. thats it. I have looked at all the forums and i still can't make sens of it. And i have hosted servers before and im haveing trobble with this. Or someone can just put the code in i need to do this. I know the id is steam id. I think its wight. My head is about to explode.......... Thanks.
Comments
Ah uh, you might want to use a spellchecker.
<a href="http://www.unknownworlds.com/ns2/forums/index.php?showtopic=125516" target="_blank">http://www.unknownworlds.com/ns2/forums/in...howtopic=125516</a>
<a href="http://www.unknownworlds.com/ns2/forums/index.php?showtopic=126638&view=findpost&p=2054184" target="_blank">http://www.unknownworlds.com/ns2/forums/in...t&p=2054184</a>
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>{
"groups": {
"admin_group": {
"commands": [ "sv_changemap", "sv_reset", "sv_say", "sv_ban", "sv_kick" ],
"type": "allowed"
}
},
"users": {
"Joe": {
"id": 61484976,
"groups": [ "admin_group" ]
}
}
}</div>
-Ste