Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: iSt4n on May 09, 2014, 07:44:09 AM

Title: ULX Allow all Permissions?
Post by: iSt4n on May 09, 2014, 07:44:09 AM
Hello,

Code: [Select]
"RandomGroup14"
{
"allow"
{
"ulx *"
}
"can_target" "!%admin"
"inherit_from" "user"
}

is there a way to do something like this in the groups.txt? Because it would me much easier to edit Groups with that :D.
Title: Re: ULX Allow all Permissions?
Post by: JamminR on May 09, 2014, 07:51:54 AM
Nope. By default in Gmod, superadmin is highest group and has access to all server and ULX commands.
We never wrote any command to give any other group full access like you ask because, well, you'd just be creating a mirror of superadmin, so, would likely inherit superadmin.
Xgui allows for much quicker editing of permissions though, and would be able to see your inheritance tree.
Also, we strongly recommend using all lower case group names. Many things can break down the line if you don't.
Title: Re: ULX Allow all Permissions?
Post by: iSt4n on May 09, 2014, 07:58:43 AM
Ok, thanks for the fast answer :)