Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: [SC] Paul on April 19, 2013, 03:50:36 PM

Title: Groups tab
Post by: [SC] Paul 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
Title: Re: Groups tab
Post by: JamminR 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.
Title: Re: Groups tab
Post by: [SC] Paul 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