unmute

Used to unmute a player from using the message commands.

/[name] [player]

Example
unmute:
  type: "unmute"
  enabled: false
  name: "globalunmute"
  not_found: "&7Could not find player in the database."
  unmute: "&7Unmuted <player>"
Example 2
unmute:
  type: "unmute"
  enabled: false
  name: "globalunmute"
  not_found: 
  - "Multiple Lines"
  - "&7Could not find player in the database."
  unmute: 
  - "Multiple Lines"
  - "&7Unmuted <player>"