NS2 Shine Admin mod

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
User avatar
TacTicToe
This is my homepage
This is my homepage
Posts: 848
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Feb 18, 2011 1:08 pm
Location: USA
Contact:

NS2 Shine Admin mod

Post by TacTicToe »

Has anyone gotten Shine admin mod to work with their NS2 servers? I have edited all the necessary files, according to the wiki, but my server refuses to recognize me as an admin. This is what I have got.

In the shine folder the UserConfig.json reads

Code: Select all

{
    "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

Code: Select all

{
  "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" ] },
    }
  }
}
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: NS2 Shine Admin mod

Post by kraze »

It is possible due to the recent update it is broken. Did you see the results on the previous build?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
User avatar
TacTicToe
This is my homepage
This is my homepage
Posts: 848
Joined: Fri Feb 18, 2011 1:08 pm
Location: USA
Contact:

Re: NS2 Shine Admin mod

Post by TacTicToe »

Did not work on 250 or 251. Last update by the dev was on 7/22

I'm 99% sure things are setup correctly, but obviously I am missing something.
User avatar
TacTicToe
This is my homepage
This is my homepage
Posts: 848
Joined: Fri Feb 18, 2011 1:08 pm
Location: USA
Contact:

Re: NS2 Shine Admin mod

Post by TacTicToe »

Fixed. Was missing the "Users" section of the UserConfig.json

Derp. Can confirm mod works flawlessly with build 251.
Post Reply