//ATTENTION! This is a default file. DO NOT EDIT THIS FILE!!!
//Instead, edit the version in <garrysmod root>/data/ULib/groups.txt if it exists. If it doesn't, copy this file over to create it.
//IF YOU MAKE CHANGES TO THIS FILE THEY WILL BE ERASED!

"operator"
{
	"allow"
	{
	}
	"can_target"    "!%admin"
}

"admin"
{
	"allow"
	{
	}
	"inherit_from"	"operator"
	"can_target"    "!%superadmin"
}

"superadmin"
{
	"allow"
	{
	}
	"inherit_from"	"admin"
}

"user"
{
	"allow"
	{
	}
}
