Configuration
Configuration files
Channels
Default channel configuration:
# Command = Name
a = Admins
d = Donators
You can add and remove channels by adding a channel per line in the channels.txt file. The command to chat in the channel is separated by the channel's name with a = sign.
s = Staff would create a channel named Staff. To chat in that channel use the command /s followed by your message.
Colors
Default color configuration:
# Channel = CHAT_COLOR
# Available colors: https://minepedia.net/colorguide.php (Bukkit Plugin section)
Admins = LIGHT_PURPLE
Donators = DARK_AQUA
You can change the color of channel text by adding a channel per line along with it's color in the colors.txt file. The channel's name is separated by the color for that channel with a = sign.
Staff = YELLOW would make the Staff channel's text yellow.
Here's a list of available colors.
Tags
Default tag configuration:
# Channel = Tag
# This adds a tag before channel messages (i.e. [Admins] [laCour] Hello!)
# Put off if you do not want a channel tag for a channel. (i.e. Admins = off)
Admins = Staff
Donators = off
Tags add a prefix to all channel messages in the channel color before a users name. If you have Staff = Staff then all messages to the Staff channel will be prefixed with [Staff]. An example message to the staff channel then would look like [Staff] [laCour] Hello there!. You can disable tags by either not having a line for a channel, setting the channel to off, or leaving the tag blank.