Mutes target players for specified time. Players do not have to be online to be muted.
Commands:
/kmute <player> [minutes]
- Mutes <player> for a number of minutes between 1 & 60.
- If [minutes] is not given, mutes for value of "defaultMuteTime" in config.yml.
/kunmute <player>
- Unmutes the chosen player.
/kmutelist
- Lists the names of currently muted players.
Permissions:
kmute.mute - permission to use all commands
Configuration:
Default config file:
config: defaultMuteTime: 5 muteLists: player: [] until: []
- config.defaultMuteTime: Number of minutes player is muted when no time argument is given with /kmute.

