Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: sscnet on January 30, 2012, 10:03:58 AM

Title: Issue with restricting ban time
Post by: sscnet on January 30, 2012, 10:03:58 AM
I'm having some issues restricting the ban times for a certain group on my server. I am trying to restrict it between 1 to 60 minutes. I've tried putting 1~60 in the whitelisted values under the ulx ban command in xgui, but that didn't work. I have also tried the following command in console: ulx groupallow serveradmin "ulx ban" "* 1~60".

The following error shows up if I try to ban someone:
Command "ulx ban", argument #2: invalid string
Title: Re: Issue with restricting ban time
Post by: Aaron113 on January 30, 2012, 10:34:37 AM
The way to restrict this changed and the sticky hasn't been updated.

Here's something I found from one of my old data files....  Should help.
Code: [Select]
"ulx voteban" "!%donor 1:1440"
Title: Re: Issue with restricting ban time
Post by: sscnet on January 30, 2012, 12:26:09 PM
The way to restrict this changed and the sticky hasn't been updated.

Here's something I found from one of my old data files....  Should help.
Code: [Select]
"ulx voteban" "!%donor 1:1440"

Hmm, that's odd. It still doesnt seem to be working

edit: I realized it has something to do with the changes from standard integers(1440) for banning to using strings(1w, etc) now.