# mute

`/[name] [player] <optional time>`

**Time options:**

* `<number>m For mins`
* `<number>h For hours`
* `<number>d For Days`

{% code title="Example" overflow="wrap" %}

```yaml
mute:
  type: "mute"
  enabled: false
  name: "globalmute"
  not_found: "&7Could not find player in the database."
  muted: "&7Muted <player> for &f%time%&7."
```

{% endcode %}

{% code title="Example 2" overflow="wrap" %}

```yaml
mute:
  type: "mute"
  enabled: false
  name: "globalmute"
  not_found: 
  - "&7Message"
  - "&7Could not find player in the database."
  muted: 
  - "&aDone"
  - "&7Muted <player> for &f%time%&7."
```

{% endcode %}
