Setting permissions to only apply to adminsSolved

New to mods/permissions

How do I change permissions for this mod to only apply to admins, and not the "default" group. 

I used "oxide.grant group default oxide.reload" in console to give access for some mods to everyone, but want to apply the dont target me to admins only. 
Is this done in the .json file, or am i missing some text in the command to single out this particular mod?

 

Thanks!

The "oxide.reload" permission is only for the oxide.reload command from Oxide, which is an example in the Docs. You'd need to assign the actual permissions from the plugin you are trying to use.
Can you tell me how to do that?  I looked in the oxide/config and dont anywhere to edit that. 

Merged post

This is all that is listed under the permissions on the mod page. 

- Donttargetme.allow -- prevents players from being targetted by anything

Not sure how I apply that command to onlyt he admin group, or even how I remove the permission

"donttargetme.disallow" ?
oxide.grant group admin donttargetme.allow
so first I would need to  - oxide.revoke group default donttargetme.allow  , right?
In response to Dea5u ():
so first I would need to  - oxide.revoke group default donttargetme.allow  , right?
If you granted it to that group, yes.
Worked like a charm!

It all makes sense now. Thank you for explaining that to me
Locked automatically