Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Gower on February 19, 2014, 12:50:01 PM
-
Hello! I am sorting out some permissions for one of my groups.
I tried a lot of different things.
I want a specific group to be able to voteban everyone but !%operator but only for 120 minutes.
I tried:
ulx groupallow Enforcer "ulx voteban" "!%operator 120" - Now they can only voteban for 120 minutes and above.
ulx groupallow Enforcer "ulx voteban" "!%operator 1 120" - Now they can only voteban for 1 minute.
I also tried
ulx groupallow Enforcer "ulx voteban" "!%operator 1~120"
and a lot of other stuff.
I just can't make it, so they can voteban from 1 minute to a maximum of 120.
Please help!
-
If I'm remembering right, we use the colon when doing number ranges:
ulx groupallow Enforcer "ulx voteban" "!%operator 1:120"
Also, there's a way to set these up in XGUI- Go to the groups tab, select the "Enforcer" group, click on "Manage Permissions", then select "ulx voteban", and edit as you please. ;D
-
Hello! I am sorting out some permissions for one of my groups.
I tried a lot of different things.
I want a specific group to be able to voteban everyone but !%operator but only for 120 minutes.
I tried:
ulx groupallow Enforcer "ulx voteban" "!%operator 120" - Now they can only voteban for 120 minutes and above.
ulx groupallow Enforcer "ulx voteban" "!%operator 1 120" - Now they can only voteban for 1 minute.
I also tried
ulx groupallow Enforcer "ulx voteban" "!%operator 1~120"
and a lot of other stuff.
I just can't make it, so they can voteban from 1 minute to a maximum of 120.
Please help!
Having a group name with capital letters breaks the inheritance system. You should lowercase the name if possible.