Author Topic: BanID Access Isint Working  (Read 1733 times)

0 Members and 1 Guest are viewing this topic.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
BanID Access Isint Working
« on: April 04, 2013, 11:53:09 AM »
I have an admin group that should have access to the banid command (it is checked), but whenever they use the command; nothing happens.

I have the command set up with a limit of 1d:1w

Any idea why it isint working?  Users are still able to use the ban command (its also set for a limit of 1d:1w) fine.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: BanID Access Isint Working
« Reply #1 on: April 04, 2013, 01:22:16 PM »
Any errors in console?
Experiencing God's grace one day at a time.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: BanID Access Isint Working
« Reply #2 on: April 04, 2013, 02:23:07 PM »
Console says this:

Can't ban users with ID ":"

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: BanID Access Isint Working
« Reply #3 on: April 04, 2013, 08:05:40 PM »
Oh, you have the permission set incorrectly, you want something like this:

Code: [Select]
ulx groupallow admin "ulx banid" "* 1d:1w"
It sounds like it's currently set to this:

Code: [Select]
ulx groupallow admin "ulx banid" "1d:1w"
Notice the difference of which argument is being specified.
Experiencing God's grace one day at a time.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: BanID Access Isint Working
« Reply #4 on: April 04, 2013, 11:42:25 PM »
Sort of.  Here's what they're to:

"ulx banid"   "*1d:1w"
"ulx ban"   "*1d:1w"
"ulx voteban" "*1d"

Is the space needed?
« Last Edit: April 04, 2013, 11:43:58 PM by PAL-18 »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: BanID Access Isint Working
« Reply #5 on: April 05, 2013, 06:33:08 AM »
Yes. The space indicates a different argument.
Experiencing God's grace one day at a time.