Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: TowerSheep on January 07, 2013, 03:03:00 PM

Title: Undo Can't Target command
Post 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?
Title: Re: Undo Can't Target command
Post by: Stickly Man! on January 07, 2013, 04:26:03 PM
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
Title: Re: Undo Can't Target command
Post by: TowerSheep on January 07, 2013, 09:07:04 PM
Where is the file that the group permission values are stored?

Thanks for the helpful information!
Title: Re: Undo Can't Target command
Post by: JamminR on January 07, 2013, 09:25:18 PM
gmod/data/Ulib/groups.txt
Title: Re: Undo Can't Target command
Post by: TowerSheep on January 12, 2013, 05:09:11 AM
I meant that file where it says who can target who. I can just do a clean install of that file correct?
Title: Re: Undo Can't Target command
Post by: Megiddo on January 12, 2013, 06:58:19 AM
If in doubt, a data wipe will work. Run "ulx resettodefaults" in server console to reset everything.
Title: Re: Undo Can't Target command
Post by: JamminR on January 12, 2013, 11:33:31 AM
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
Title: Re: Undo Can't Target command
Post by: TowerSheep on January 15, 2013, 01:15:51 PM
Thanks guys, I got it fixed. Please lock