Author Topic: ULX Allow all Permissions?  (Read 3599 times)

0 Members and 1 Guest are viewing this topic.

Offline iSt4n

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
ULX Allow all Permissions?
« 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.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX Allow all Permissions?
« Reply #1 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.
« Last Edit: May 09, 2014, 07:54:20 AM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline iSt4n

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: ULX Allow all Permissions?
« Reply #2 on: May 09, 2014, 07:58:43 AM »
Ok, thanks for the fast answer :)