Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: ghost_man on January 04, 2008, 02:13:52 PM

Title: Help With Groups.txt
Post by: ghost_man on January 04, 2008, 02:13:52 PM
Hi, im codeing for my server and im having some real problems with groups.txt now from what it says at the top i can only assume it means that copy and paste into a new notpad save as groups.txt then replace the original with the new but that hasnt workeds, infact thats thrown the whole thing out of prospective so heres how my .txt. looks like now
Code: [Select]
"operator"
{
"allow"
{
"ulx kick"
}
"deny"
{
"ulx ban"
"ulx clientmenu"
}
"inherit_from"
{
}
}

"admin"
{
"allow"
{
   "ulx kick"
   "ulx ban"
   "ulx clientmenu"

}
"deny"
{
"ulx adminmenu"
}
"inherit_from"
{
"operator"
}
{
"Neb"
}
"allow"
{
"ulx kick"
"ulx ban"
"immunity"
"ulx adminmenu"
"ulx clientmenu"
"ulx banmenu"
}
"deny"
{
}
}
"Pee"
}
"allow"
{
"ulx kick"
"ulx ban"
"ulx adminmenu"
"ulx clientmenu"
"ulx banmenu"
}
"deny"
{
}
}

// This is your default user. Everyone is considered part of this group so handle with care!
"user"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
}
}

"none"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
}
}

"user"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
}
}
If you can help you'll be helping all Bp servers! thanks

Edit (spbogie): Changed glow block to code to make readable
Title: Re: Help With Groups.txt
Post by: Megiddo on January 04, 2008, 02:16:52 PM
Look to garrysmod/data/ULib/groups.txt.
Title: Re: Help With Groups.txt
Post by: ghost_man on January 04, 2008, 02:19:10 PM
so i edit that?
Title: Re: Help With Groups.txt
Post by: spbogie on January 05, 2008, 12:55:47 PM
Which groups.txt file is it that you posted there? (full path from garrysmod root directory)