Documentation

Colors Documentation

Colors is a fully configurable chat plugin. You can change the commands used, substitute your own color characters, and even disable portions of the plugin. With colors, your chat needs are finally fulfilled. Using colors, you can add prefixes and suffixes to both users and groups, you can finally type commands using color, and you make your chat appear in a rainbow (great for annoying your users!). Colors supports both the old permissions format, and the new superperms permissions manager. Using permissions, you can enable (or disable) users to color their own prefixes and suffixes, use the chat modifyer, and activate rainbow mode.

Resources:

Home | Documentation | Bug Tracker

Latest Version:

2.0.4

Please do not post here. I don't get the messages.
Click the bugtracker above. Thank you



Permissions Nodes:

  • colors.*:
    • Gives access to all colors commands (Be careful!).
  • colors.rainbow:
    • Allows people to use rainbow mode. (Use with care - can create an eyesore)
  • colors.hex:
    • Allows people to use the "&" or "^" character (or a different one, depending on your configuration) followed by a hexadecimal code.
  • colors.admin:
    • Allows people to use the admin commands. (Setting/resetting prefixes and suffixes) Use with care.
  • colors.prefix:
    • Allows users to change their own prefix.
  • colors.suffix:
    • Allows users to change their own suffix.
  • colors.reload:
    • Allows users to reload the configuration file.

Commands

Admin Command:

/ca [set/get/remove/reset] [prefix/suffix] [p:/g:] <name> (<prefix/suffix>)
Command breakdown:

  • [Set/get/remove/reset]
    • Required
    • Remove and reset are alises
    • Remove and reset removes the prefix/suffix
    • Set sets a prefix/suffix
    • Get tells the admin what the current prefix/suffix is
  • [prefix/suffix]
    • Required
    • Self explanatory
  • [p:/g:]
    • Required
    • p: tells the plugin you are setting the player's prefix/suffix
    • g: tells the plugin you are setting the group's prefix/suffix
  • <name>
    • Required
    • Fill it in with either the group, or player name, depending on what you put for [p:/g:]
  • (<prefix/suffix>)
    • Required in certain contexts
    • Only use if you are setting a username [set]
    • Just type in the prefix/suffix you want to set here.
    • To color a name, just set a prefix with the last 2 characters be the hex code for the color (using the character set in the properties file).

      Example:
      /ca set prefix p: tyzoid Admin &f
      When tyzoid (me) talks, it will look like this:
      <Admin Tyzoid> Hello.
Prefix Command

/prefix <prefix>

Example: /prefix Admin &f When tyzoid (me) talks, it will look like this: <Admin Tyzoid> Hello.

Suffix Command

/suffix <suffix>

Example:
/suffix &f The Third
When tyzoid (me) talks, it will look like this:
<Tyzoid The Third> Hello.

Colorlock Command

/cl <color code>

Example:
/cl &c
When tyzoid (me) talks, it will look like this:
<Tyzoid> Hello.

As if you typed &cHello. as your message.