Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: PeanutZero on August 20, 2007, 10:17:22 AM

Title: multiple usergroups
Post by: PeanutZero on August 20, 2007, 10:17:22 AM
Hello! I've started trying to configure user groups for my server, and I've come across a snag. I'm wondering, is it possible to have multiple usergroups for a user? I'm trying to create multiple custom admin groups, but they're just groups with powers, the server itself doesn't recognize them as admins, only ULX does. This becomes a problem, because while admins can ban and kick and slay and whatnot, they can't remove other people's props or cleanup.

Code: [Select]
"Scott"
{
"id" "STEAM_0:0:11748715"
"type" "steamid"
"pass" "a"
"pass_req" "0"
"groups"
{
"1" "Head Administrator"
"2"     "superadmin"
}
"allow"
{
}
"deny"
{
}
}

that's my Ulib Users.txt

How can I get it so that I have the ULX abilities that I decided in the custom groups, but the server itself recognizes them as admins?
Title: Re: multiple usergroups
Post by: Megiddo on August 20, 2007, 11:20:12 AM
What version are you using? Whether you're using SVN or 3.11, your users.txt is formatted wrong.
Title: Re: multiple usergroups
Post by: Peanutzero on August 20, 2007, 03:25:18 PM
3.11

I tried using the SVN but it was broken at the time.