Get all players from specific group?
Hi, is there some method to get all the players from the specific group?
I was looking for it in https://github.com/OxideMod/Oxide.Core(mostly src/Libraries/Permission.cs), but found nothing.
Maybe I am just bad at searching 
Take a look at my Migrate Group plugin.
Thanks, that helped. I've found GetUsersInGroup function​ which I was looking for.