//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"
	{
	}
	"deny"
	{
	}
	"inherit_from"
	{
	}
}

"admin"
{
	"allow"
	{
	}
	"deny"
	{
	}
	"inherit_from"
	{
		"operator"
	}
}

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

// This is your default user. Everyone is considered part of this group so handle with care!
"user"
{
	"allow"
	{
	}
	"deny"
	{
	}
	"inherit_from"
	{
	}
}

"none"
{
	"allow"
	{
	}
	"deny"
	{
	}
	"inherit_from"
	{
	}
}