I want to be a server admin on my server help

ICEMAN1779ICEMAN1779 Join Date: 2012-12-31 Member: 176825Members
edited December 2012 in Server Discussion
---------------------------------------------------------------------------------------------------------------------------------------------
{
"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

  • ZaggyZaggy NullPointerException The Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
    Moving to Server Discussion.
    Ah uh, you might want to use a spellchecker.
  • RothgarRothgar Join Date: 2009-11-13 Member: 69372Members
    Check Step 7 for an easy example:

    <a href="http://www.unknownworlds.com/ns2/forums/index.php?showtopic=125516" target="_blank">http://www.unknownworlds.com/ns2/forums/in...howtopic=125516</a>
  • teepsdonnellyteepsdonnelly Join Date: 2012-12-31 Member: 176879Members
    This post may help you:

    <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>
  • SylvoSylvo Join Date: 2013-01-01 Member: 176987Members
    edited January 2013
    Well here is the peace of code you need to add just copy a paste this into you ServerAdmin.JSON file, open it up in wordpad.
    <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
Sign In or Register to comment.