Configuration

config.yml

The default configuration file will be created when it is not present (i.e. when you run the plugin for the first time or delete the config). Alternatively you can view or download it.

Config Options

ChatPrefix - The prefix for whenever we need to announce something. Supports codes below.
blackListedBlocks - Blocks that will not be handled by the plugin
blackListedPlayers - Players that are blacklisted from the plugin. Can be removed by editing, or by the change others command. (As of 2.1) Keep in mind as for compatibility in the 1.8 Update, this system works off of UUID's.
optedOutPlayers - Players that have opted themselves out of DTI. This can be changed with the change self command. (As of 2.1). Again this also works off of UUID's.

Color Options

YML Text options These handle all special characters you can use in the chat prefix.

$Gold$ - Gold chat color
$Aqua$ - Aqua chat color
$Black$ - Black chat color
$Blue$ - Blue chat color
$DarkAqua$ - Dark aqua chat color
$DarkBlue$ - Dark blue chat color
$DarkGrey$ - Dark grey chat color
$DarkGreen$ - Dark green chat color
$Purple$ - Dark purple chat color
$DarkRed$ - Dark red chat color
$Gray$ - Gray chat color
$Green$ - Green chat color
$LightPurple$ - Light purple chat color
$Red$ - Red chat color
$White$ - White chat color
$Yellow$ - Yellow chat color
$Bold$ - For Bold Text
$Italic$ - Italicize your text
$Magic$ - To make your text a little more magical
$Reset$ - To reset to the default formatting (white, no text formatting)
$Strikethrough$ - Strike that text out.
$Underline$ - Underline your text
$NumberSign$ - Special formatting for "#" which normally just comments out your text in yaml.
$Colon$ - Special formatting for the colon character which can cause problems by itself in yaml.