Configuration

As of version 1.2, there is now a configuration file for formatting the output of /chat(, /a). The default format is the same as the old hard-coded format.
The default config looks like this:

format: '*gold[Private]*white<*purple*name*white> *message'


To insert a color, type "*colorname", without the quotes, the list of colors is:

  • *darkgreen
  • *darkred
  • *darkaqua
  • *darkblue
  • *darkgray
  • *darkpurple
  • *red
  • *gold
  • *orange
  • *green
  • *aqua
  • *white
  • *blue
  • *black
  • *gray
  • *purple
  • *yellow

The name of the player that sent the message can be inserted by typing "*name", without the quotes. The code for the message text is "*message".

Any questions about the config can be asked in the comment section of the plugin's main page.