πŸ“œchatcontrol.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaStaff ChatControl Module             ~
#~ NOTE: This feature is currently in BETA mode. Your feedback  ~
#~       is valuable in refining our services. If you encounter ~
#~       any issues, please disable it and inform us!           ~
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE-VERSION: '1'

# General information about the module
GENERAL:
  CHATCONTROL: # Info on the main /chatcontrol command
    DESCRIPTION: 'Control the chat.'  # What should the command description be?
    PERMISSION: 'deltastaff.staff.chatcontrol.use'  # What should the permission to use the command be?
    ALIASES:  # What should the base command aliases be?
      - 'chat'
      - 'chatcontrol'

LOG:
  MUTE: true
  UNMUTE: true
  CLEAR: true

MESSAGES:
  PLAYER-ONLY: "&cThis command can only be executed by a player."
  USAGE: "&cUsage: /deltachatcontrol <mute|unmute|clear> [duration]"
  CHAT-MUTED: "&8(&d!&8) &7The chat has been &dmuted."
  CHAT-MUTED-PLAYER: "&8(&d!&8) &7You have successfully muted the &dchat."
  CHAT-UNMUTED: "&8(&d!&8) &7The chat has been &dunmuted."
  CHAT-UNMUTED-PLAYER: "&8(&d!&8) &7You have successfully unmuted the &dchat."
  CHAT-CLEARED: "&8(&d!&8) &7The chat has been &dcleared."
  CHAT-MUTED-WARNING: "&8(&d!&8) &7The chat is currently &dmuted."
  ALREADY-MUTED: "&8(&d!&8) &7The chat is already &dmuted."
  ALREADY-UNMUTED: "&8(&d!&8) &7The chat is already &dunmuted."

Last updated