Permission to just mute and unmute for Chat ModsSolved

Is it posible to add a group mod and give only mod the power to mute and unmute with this plugin? 

Hey, the permissions required to only grant mute/unmute are:

playeradministration.access.show
playeradministration.access.mute

This allows the people to use the plugin and mute people.
Let's say the group name is "chatAdmins", then you simply have to execute the following commands:

oxide.grant group chatAdmins playeradministration.access.show
oxide.grant group chatAdmins playeradministration.access.mute
Locked automatically