Author Topic: Groups tab  (Read 3516 times)

0 Members and 1 Guest are viewing this topic.

Offline [SC] Paul

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Groups tab
« on: April 19, 2013, 03:50:36 PM »
I had a problem with my server involving one of my co-owners. Long story short he deleted my superadmin group, I re-added it inheritance from admin and got everything back up and working the problem i'm having is I can't access the groups tab. I tried group allowing "ulx managegroups" "ulx groupmanagement" and neither of those seemed to work and i couldn't seem to find anything on the FAQ's or anywhere on the forums for this issue. Any help is greatly appreciated

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Groups tab
« Reply #1 on: April 19, 2013, 04:57:43 PM »
Easiest way would be to let Ulib rebuild the file.
Shut down server. Delete your gmod/data/ulib/groups.txt file.
Restart server. Should be rebuilt.

If not, well, here's all the stuff you'd have to add back to superadmin.
Code: [Select]
"superadmin"
{
"allow"
{
"ulx addgroup"
"ulx adduser"
"ulx adduserid"
"ulx cexec"
"ulx ent"
"ulx groupallow"
"ulx groupdeny"
"ulx hiddenecho"
"ulx logechocolorconsole"
"ulx logechocolordefault"
"ulx logechocoloreveryone"
"ulx logechocolormisc"
"ulx logechocolorplayer"
"ulx logechocolorplayerasgroup"
"ulx logechocolors"
"ulx logechocolorself"
"ulx logjoinleaveecho"
"ulx luarun"
"ulx rcon"
"ulx removegroup"
"ulx removeuser"
"ulx removeuserid"
"ulx renamegroup"
"ulx setgroupcantarget"
"ulx userallow"
"ulx userallowid"
"ulx userdeny"
"ulx userdenyid"
"xgui_gmsettings"
"xgui_managebans"
"xgui_managegroups"
"xgui_svsettings"
}
"inherit_from" "admin"
}


As you can see,
      "xgui_gmsettings"
      "xgui_managebans"
      "xgui_managegroups"
      "xgui_svsettings"
 are probably the real ones you're looking for.
« Last Edit: April 19, 2013, 04:59:30 PM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline [SC] Paul

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Groups tab
« Reply #2 on: April 19, 2013, 05:01:17 PM »
Thank you, adding "xgui_managegroups" to superadmin worked and i was able to add everything else through there :D