Trouble setting ULX ranks

Post Reply
EvilPinkRaccoon
New to forums
New to forums
Posts: 8
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Jul 13, 2014 5:40 pm

Trouble setting ULX ranks

Post by EvilPinkRaccoon »

I just started using ULX and all and the hole group creating and inheritance is a little confusing for me.

Im trying to get a group thats above superadmin (I will be disabling some of the superadmin commands), but apparently if I create a new group that inherits from superadmin every change I do the superadmin group also happens in my new group. The big problem is I dont want superadmins to manage groups or be able to use groupallow, so when I uncheck that from their list it also removes those powers from me.

I tried creating a group that inherits from Users and then checked everything, but using !%(my group) on the target for any other group doesnt really restrain them from targetting me. Can someone give me a little help?
joshh20
This is my homepage
This is my homepage
Posts: 146
Joined: Sat Mar 02, 2013 1:35 pm

Re: Trouble setting ULX ranks

Post by joshh20 »

Here is a sample of the /data/ulib/groups.txt file that I have configured

Code: Select all

"owner"	
{
	"allow"	
	{
		"ulx explode"
		"ulx respawn"
		"ulx respawntp"
		"ulx srespawn"
		"ulx srespawntp"
	}
	"inherit_from"	"superadmin"
}
"mod"	
{
	"can_target"	"!%admin"
	"allow"	
	{
		"ulx asay"
		"ulx ban"
		"ulx banid"
		"ulx bring"
		"ulx csay"
		"ulx unban"
		"ulx unfreeze"
		"ulx ungag"
		"ulx ungimp"
		"ulx ungod"
		"ulx unmute"
		"ulx unspec"
		"ulx vote"
		"ulx voteban"
		"ulx votekick"
		"ulx.unban"
		"unban"
		"ulx"	"unban"
		"ulx slap"	"* 0:5"
	}
	"inherit_from"	"donator"
}
EvilPinkRaccoon
New to forums
New to forums
Posts: 8
Joined: Sun Jul 13, 2014 5:40 pm

Re: Trouble setting ULX ranks

Post by EvilPinkRaccoon »

joshh20 wrote:Here is a sample of the /data/ulib/groups.txt file that I have configured
I really dont wish to mess with config files too much as I have very little experience.

As far as I know I should be able to create a group that inherits from superadmin and then use RCON to give that group more powers, but last time I tried it it didnt really work and I ended up having to re-install ULX...
joshh20
This is my homepage
This is my homepage
Posts: 146
Joined: Sat Mar 02, 2013 1:35 pm

Re: Trouble setting ULX ranks

Post by joshh20 »

You should just be able to open ULX, go the groups tab, and then create a new group. From there you can set who it inherits from, and who it can target. I would follow my template for those two variables.
EvilPinkRaccoon
New to forums
New to forums
Posts: 8
Joined: Sun Jul 13, 2014 5:40 pm

Re: Trouble setting ULX ranks

Post by EvilPinkRaccoon »

Yes, yes I know how to create the group and all, but I want one that inherits from superadmin right?

I need it to be higher then super admin meaning I will have to remove some powers from the superadmins. One of these powers include the management of groups, but when I un-tick it from superadmins it also removes it from my custom group.

Ive tried re-adding the group management power to my group through RCON but for some reason it wouldnt work... I just wouldnt get access to the group tab anymore.
joshh20
This is my homepage
This is my homepage
Posts: 146
Joined: Sat Mar 02, 2013 1:35 pm

Re: Trouble setting ULX ranks

Post by joshh20 »

I see what you mean there, I would try allowing super admins to have that power at first, and then once the higher ranking group has inherited it, remove it from super admin. If you are in the highest group on the server, you should also be able to give a rank a group without needing inheritance, as I know I have done that before.

If you are still in need of assistance, contact me on Steam http://steamcommunity.com/profiles/76561198024994933
EvilPinkRaccoon
New to forums
New to forums
Posts: 8
Joined: Sun Jul 13, 2014 5:40 pm

Re: Trouble setting ULX ranks

Post by EvilPinkRaccoon »

Im pretty sure I got it figured out now, thanks man. I might still contact you some day if tahts not a problem ;)
Post Reply