MuteBefehl Wiki

Mute System

Chat mutes with templates, durations and the same custom flow as bans.

Mutes prevent the target from sending chat messages and using messaging commands. Same template structure as the ban system; the optional numeric last argument on /mute is interpreted as a duration in seconds.

Configuration

MuteSystem:
  Enabled: true
  Permission: "muteessentials.mute"
  Templates:
    1:
      reason: "Spam"
      duration: 3600
      display: "&c[1] &eSpam &7(1 hour)"

duration in templates is in seconds. Internally the plugin stores mute expiry in milliseconds.

The admin GUI's Custom... button works identically to bans, prompting in chat for reason | duration.

Commands

Permissions

NodeGrants
muteessentials.muteAll mute subcommands

Notes

  • Free-form /mute <player> <reason words> without a trailing [seconds] is permanent.
  • Lifting a mute requires /mute unmute <player>.

On this page