Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: PAL-18 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.
-
Any errors in console?
-
Console says this:
Can't ban users with ID ":"
-
Oh, you have the permission set incorrectly, you want something like this:
ulx groupallow admin "ulx banid" "* 1d:1w"
It sounds like it's currently set to this:
ulx groupallow admin "ulx banid" "1d:1w"
Notice the difference of which argument is being specified.
-
Sort of. Here's what they're to:
"ulx banid" "*1d:1w"
"ulx ban" "*1d:1w"
"ulx voteban" "*1d"
Is the space needed?
-
Yes. The space indicates a different argument.