Read Me File, an explaination to the config file and permissions

TL;DR, you can use CMD + F to find info


Messages
  playerCensorMessage is the message sent when when the player says one of the words marked as censored in there message
  playerUnknownCommand is the message sent when a player sends an unknown BasicChat command
  invalidPermission is the message sent when a player does no have a permission to execute a BasicChat command
  invalidArgLength is the message sent when a player /bc add or /bc remove with an invalid argument length
  wordIsThere is sent when the word is already in the censored list of words when attempting /bc add
  wordIsNotThere is sent when the word is not in the censored list of words when attempting /bc remove
  wordAdded sent when the word is successfully added
  wordRemoved sent when the word is successfully removed
  overviewHelpMessage is the first line of /bc help before the commands
  addHelpMessage when the play is allowed to add censored words and type /bc help
  clearHelpMessage when the play is allowed to remove censored words and type /bc help
  listHelpMessage when the play is allowed to list censored words and type /bc help
  removeHelpMessage when the play is allowed to clear censored words and type /bc help

Other
  color enables or disables color for chat with the use of "&"
  censorPlayers states whether or not players will be censored (although thats kinda the point of this plugin) but you can set to false to disable if needed
  words is the list of censored words

Permissions
  basicchat.*
    description Use all BasicChat commands and uncensorered and colored chat
    default op
  basicchat.manage.*
    description Able to manage BasicChat wordlist with the ingame commands but chat censored and no colored chat
    default op
   basicchat.chat
       description Uncensorered chat
       default op
   basicchat.manage.clear
       description clear the wordlist in config
       default op
   basicchat.manage.add
       description add the word in config
       default op
   basicchat.manage.remove
       description remove the word in config
       default op
   basicchat.manage.list  
       description list the blacklisted words
       default op
   basicchat.color  
       description talk in color (if enabled in config)
       default op
   basicchat.manage.mute  
       description mute the chat
       default op
   basicchat.bypassmute  
       description bypass the muted chat
       default op
Commands
  /bc help (Lists all commands)
  /bc clear (Clear all swear words)
  /bc add [arg1] (add a swear word)
  /bc remove [arg1] (remove a swear word)
  /bc list (List all censored words)
  /bc mute (Mutes chat)
  