Default Config.yml

#for better config edition use notepad++ "https://notepad-plus-plus.org/"
#Permissions:
# http://wiki.delta-wings.net/content/Chat_Manager/Permissions
#
#"http://wiki.ess3.net/mc/" for a colors list :
colors:
  channels:
    admin-name: "&c"
    user-name: "&b"
  default-chat-color: "&f"
  staffchat:
    player: "&c"
  broadcast:
    default: "&c"

staffchat:
  prefix: "&f[&8Staff-Chat&f]" 

broadcast:
  prefix: "&f[&8Broadcast&f]"
  message: "[prefix] [player] [message]"
 

clearchat:
  global-clear: "&8 >&c The chat has been cleared by [clearer]"
  user-clear: "&8 >&c Your chat has been cleared by [clearer]"
  line-to-clear: 200
#variables can be used under:
# [prefix] = prefix set by the channel
# [player] = name of the command sender
# [message] = message of the command sender
chat:
  channel-chat: "[prefix] [player] [message]"
  staff-chat: "[prefix] [player] [message]"
#now variables can't be used under
#Messages variables :
# [state] CAN ONLY BE USED WITH "switch" show the state of the switch
messages:
  permission: "&8 >&c You don't have the permission to do that !"
  no-message: "&8 >&c You have to put a message after the command"
  switch: "&8 >&c You have changed your receive setting to \"[state]\""
  badly-written: "&8 >&c You have badly written somethings"
  channel:
    dont-exist: "&8 >&c The channel don't exist"
    list-start: "&8 >&c Channels list(Blue = user Red = Admin)"
    list-end: "&8 >&c End"
    already-exist: "there is already a channel named \"[channel]\""
    channel-created: "&8 >&c The channel has been created !"
    one-word-channel: "&8 >&c Your channel name must be one word"
    no-channel-name: "&8 >&c You need to tell the channel name !"
    deleted-from-channel: "&8 >&c you have been deleted from the channel"
    last-admin-delete: "&8 >&c because your were the last admin. the channels has been deleted too"
    channel-joined: "&8 >&c You have sucessfully joined the channel !"
    cant-join: "&8 >&c You can't join this channel"
    already-in: "&8 >&c You are already in this channel"
    you-invited: "&8 >&c You have succesfully invited [player]"
    channel-disbanded: "&8 >&c You have sucessfully disbanded the channel"
    cant-disband: "&8 >&c You can't disband this channel because you are not an admin of this channel"
    cant-kick-admin: "&8 >&c You can't kick an other admin"
    kicked: "&8 >&c [player] has been kicked from the channel"
    not-in-your-channel: "&8 >&c [player] is not in your channel"
    cant-do-if-not-admin: "&8 >&c You can't dothats if you aren't a channel admin"
    promoted: "&8 >&c [player] have been promoted"
    player-is-not-channel: "&8 >&c [player] is not in the channel"
    cant-promote: "&8 >&c You can only promote if you are an admin of a channel"
    demoted: "&8 >&c [player] have been demoted"
    is-not-user: "&8 >&c The player is not an admin of this channel"
#Don't touch under if you don't know what you are doing !
players:
  Aviortheking:
   switch: true
   invite: {}
#DONT DELETE ANYTHINGS OR THE PLUGIN WON'T WORK CORRECLY !!!
channels-list:
- default

channels:
  default:
    prefix: "&f[&8Default&f]"  
    admins: 
    - Aviortheking
    users: {}
    status: "closed"