Some false group limit reports
When on limit 1 there is problem when owner re-authorize itself after putting TC (now there is auto-authorize) we get False reports. 
Is there way that plugin can ignore if same name author. on TC?
Thank you for a report, I have a rewrite for this plugin but thanks anyways I suppose. Find me in discord misticos#2334
I cant find you on discord. 
everyone can misticos#2334 and u can't bruh

We fixed the false reports on our Solo server by adding this:

if (privilege.IsAuthed(player)
{
return null;
}

In the OnCupboardAuthorize part. Line 173.

Hope it helps people with the same problem.