ULX

Author Topic: Team Not Working  (Read 2840 times)

0 Members and 2 Guests are viewing this topic.

Offline jjb123

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Team Not Working
« on: March 01, 2007, 01:10:21 PM »
Hi, I have a problem.
I want to create a new group called VIP but whenever I try to add someone it says "invalid group." here is the file.

Code: [Select]
"Out"
{
"Admin"
{
"deny"
{
"1" "ulx kick"
"3" "ulx slay"
"2" "ulx ignite"
"5" "ulx slap"
"4" "ulx ban"
"7" "ulx whip"
"6" "ulx sslay"
}
}
"vip"
{
"deny"
{
"1" "ulx kick"
"3" "ulx ban"
"2" "ulx slay"
"5" "ulx sslay"
"4" "ulx slap"
"7" "ulx jail"
"6" "ulx whip"
"9" "ulx slay"
"8" "ulx ignite"
"10" "ulx exec"
}
}
}

Thank you for your help.

Offline spbogie

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: 41
Re: Team Not Working
« Reply #1 on: March 01, 2007, 01:56:32 PM »
In order to add people to a group besides superadmin, admin, or operator, you will need to add them manually to /data/ULib/users.txt. Just copy the format for one of your admins and change to group.

Also note that new groups only have access to commands that standard users have access to. So instead of adding a deny list to the vip group, you will want to add an allow list with everything they should be able to use.
I have not failed. I've just found 10,000 ways that won't work. - Thomas A. Edison
I reject your reality and substitute my own. - Adam Savage

Offline jjb123

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Team Not Working
« Reply #2 on: March 01, 2007, 02:22:43 PM »
Ok, that did it. Thanks. Now to make uteam display the right colors...

Offline spbogie

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: 41
Re: Team Not Working
« Reply #3 on: March 01, 2007, 03:41:51 PM »
If you mean in the scoreboard, you will need to download a custom scoreboard. I recommend sui_scoreboard. I am working with Suicidal Bananna right now to add additional functionality.
I have not failed. I've just found 10,000 ways that won't work. - Thomas A. Edison
I reject your reality and substitute my own. - Adam Savage

Offline jjb123

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Team Not Working
« Reply #4 on: March 01, 2007, 03:46:24 PM »
No, the scoreboard works fine. I am talking about Uteam, for some reason it does not recognize the VIP team and does not change the team color. I am already using that scoreboard you recommended.