Permissions Update:
Give permission 'mutesystem.mute' to everyone, who should be able to use the /mute command.
Give permission 'mutesystem.mute.permanent' to everyone, who should be able to mute players permanently.
Give permission 'mutesystem.mute.<GROUP>' to everyone, who is in the named group. To specify the maximum mute duration for the group, edit the settings.yml config. The duration unit is seconds. Here is an example:
Code (Text):
mutesystem:
mute:
supporter: 86400 /* Maximum mute duration is 86400 seconds = 1 day */
srsupporter: 604800
moderator: 2592000
srmoderator: 31536000