Author Topic: Help Groups.txt  (Read 1922 times)

0 Members and 2 Guests are viewing this topic.

Offline PureLuck

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Help Groups.txt
« on: August 16, 2009, 07:46:44 AM »
Hey I need help with my groups.txt because it doesn't show the command list for the users?

I dont know how to give them commands? Is there a list for the commands.

Thanks it would be helpful and Can somone show me the list and how to make them add them to it.

Code: [Select]
//ATTENTION! This is a default file. DO NOT EDIT THIS FILE!!!
//Instead, edit the version in <garrysmod root>/data/ULib/groups.txt if it exists. If it doesn't, copy this file over to create it.
//IF YOU MAKE CHANGES TO THIS FILE THEY WILL BE ERASED!

"operator"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
}
}

"admin"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
"operator"
}
}

"superadmin"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
"admin"
}
}

// 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"
{
}
}
« Last Edit: August 16, 2009, 07:53:14 AM by PureLuck »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Help Groups.txt
« Reply #1 on: August 16, 2009, 07:55:01 AM »
You're looking in the wrong file.
Read those first two lines of that file you posted.

Even then, I wouldn't recommend you edit the file manually.
From your game console as superadmin, or your server console, type "ulx usermanagementhelp" for how to give the commands to users.
"ulx help" from console will show all commands you can give users.
See our FAQ section for an online copy of the commands.
« Last Edit: August 16, 2009, 07:56:42 AM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline PureLuck

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Help Groups.txt
« Reply #2 on: August 16, 2009, 08:00:06 AM »
I have I just need the <censor> command list. I rather edit there.

and its showing console commands not the group commands!

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Help Groups.txt
« Reply #3 on: August 16, 2009, 09:04:48 AM »
That file you posted tells you where to look in the second line.
It doesn't get easier than that from here.

Swear again over something as simple as that and you won't be returning here for help for a long while.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming