mutes

A simple plugin for Mut, nothing extra, just what you need

123

Quick challenge

How far can you run before the mobs catch you?

mutes

A simple plugin for Mut, nothing extra, just what you need

config:

```

Maximum mute time in seconds

max_mute_time: 2592000

Broadcast mutes to the chat (only for those who have the right)

broadcast_mute: true broadcast_unmute: true

Blocked commands during mute

blocked_commands: - /me - /tell - /msg - /w - /whisper

Plugin messages

messages: no_permission: "&cYou do not have permission to execute this command!" mute_usage: "&cUsage: /mute <nickname> <time> <reason>" muteonline_usage: "&cUsage: /muteonline <nickname> <time> <reason>" unmute_usage: "&cUsage: /unmute <nickname>" invalid_time: "&cInvalid time. Use formats: 60s, 30m, 2h, 7d" max_mute_time_exceeded: "&cThe maximum mute time has been exceeded!" player_immune: "&cThis player cannot be muted!" player_not_muted: "&cThe player is not muted!" not_muted: "&aYou are not muted!" config_reloaded: "&aThe config has been successfully reloaded!" reload_error: "&cAn error occurred while reloading the config!"

you_muted: "&cYou have been muted for %time%. Reason: ```

commands:

``` mute: description: Mute a player usage: /mute <nick> <time> <reason> muteonline: description: Mute a player (only online time) usage: /muteonline <nick> <time> <reason> unmute: description: Unmute a player usage: /unmute <nickname> mutesreload: description: Reload the config usage: /mutesreload mutetime: description: View the remaining mute time usage: /mutetime ```

permissions:

``` mutes.mute: description: Permission to use mute commands default: op mutes.unmute: description: Permission to unmute default: op mutes.reload: description: Permission to reload the config default: op

Notifications

mutes.notify: description: See notifications about mutes default: op mutes.notify.unmute: description: See notifications about unmutes default: op

Immunity

mutes.immune: description: Immunity to mutes default: op ```

ADS