mute

Used to mute players, stopping them from using messaging commands.

/[name] [player] <optional time>

Time options:

  • <number>m For mins

  • <number>h For hours

  • <number>d For Days

Example
mute:
  type: "mute"
  enabled: false
  name: "globalmute"
  not_found: "&7Could not find player in the database."
  muted: "&7Muted <player> for &f%time%&7."
Example 2
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."

Last updated