Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: TowerSheep on January 07, 2013, 03:03:00 PM
-
I read can't target command wrong and made it so my higher level admins cannot target the lower level admins. Is there a way to undo this?
-
Unfortunately no (not without resetting all of your group permissions, anyways), but the default values are pretty simple to set up again:
<group> can_target = "!%<group above>"
So, for the default groups:
superadmin = "*"
admin = "!%superadmin"
operator = "!%admin"
user = "!%operator"
EDIT: Fixed a minor error
-
Where is the file that the group permission values are stored?
Thanks for the helpful information!
-
gmod/data/Ulib/groups.txt
-
I meant that file where it says who can target who. I can just do a clean install of that file correct?
-
If in doubt, a data wipe will work. Run "ulx resettodefaults" in server console to reset everything.
-
I meant that file where it says who can target who. I can just do a clean install of that file correct?
Same folder as I posted above, but the file is called 'users.txt'
gmod/data/Ulib/users.txt
-
Thanks guys, I got it fixed. Please lock