<?xml version="1.0" ?>
<settings>
<!--
This file controls the settings for the Timers plugin.
Settings in the <global> section apply to all characters
The available settings are:
enableRecast = Enables recast timers (Default: true)
enableBuffs = Enables buff timers (Default: true)
graphicalMode = Enables graphical timers (Default: true)
slimMode = Enables slim graphical timers, must be used with graphicalMode true (Default: false)
flashOnComplete = Flash timers upon completion (Default: true)
showTenths = Show detailed countdown when less than 10 seconds remaining (Default: true)
orderAlphabetically = Order timers alphetically instead of by duration (Default: false)
show1HourName = Show the actual name of the 1-hour on cooldown (Default: true)
highRed, highGreen, highBlue = The RGB values to use for the bar when it is under 50% complete
medRed, medGreen, medBlue = The RGB values to use for the bar when it is between 50% and 75% complete
lowRed, lowGreen, lowBlue = The RGB values to use for the bar when it is above 75% complete
textA, textR, textG, textB = The Alhpa RGB values to use for the text shown
bgA, bgR, bgG, bgB = The Alhpa RGB values to use for the text background when graphicalMode is false
flashR, flashG, flashB = The RGB values to flash when a timer is complete
fontName, fontSize, fontBold = The font name, size and if it is bold
recastX, recastY = The x and y position on screen of RECAST timers (Default: 20 & 350)
buffsX, buffsY = The x and y position on screen of BUFF timers (Default: 200 & 350)
customX, customY = The x and y position on screen of CUSTOM timers (Default: 380 & 350)
barSpacing = The spacing between bars (Default: 0)
recastTimerLimit = The maximum number of recast timers that can be seen at one time, 1 minimum (Default: 10)
buffsTimerLimit = The maximum number of buff timers that can be seen at one time, 1 minimum (Default: 10)
customTimerLimit = The maximum number of custom timers that can be seen at one time, 1 minimum (Default: 10)
Blacklist/Whitelist
Timers will ALWAYS be in blacklist or whitelist mode, even if you dont set anything. The default is blacklist
mode. Blacklist mode means anything listed will NOT be shown. Whitelist mode means ONLY what is set will be
shown.
blacklistMode = Enables blacklist mode (Default: true)
whitelistMode = Enables whitelist mode, overrides blacklist mode setting (Default: false)
recastList = The list of recasts to blacklist/whitelist
buffList = The list of buffs to blacklist/whitelist
-->
<global>
<enableRecast>true</enableRecast>
<enableBuffs>true</enableBuffs>
<graphicalMode>true</graphicalMode>
<slimMode>true</slimMode>
<flashOnCompletion>true</flashOnCompletion>
<showTenths>false</showTenths>
<orderAlphabetically>false</orderAlphabetically>
<show1HourName>true</show1HourName>
<highRed>255</highRed>
<highGreen>0</highGreen>
<highBlue>0</highBlue>
<medRed>255</medRed>
<medGreen>160</medGreen>
<medBlue>0</medBlue>
<lowRed>0</lowRed>
<lowGreen>255</lowGreen>
<lowBlue>0</lowBlue>
<textA>255</textA>
<textR>255</textR>
<textG>255</textG>
<textB>255</textB>
<bgA>128</bgA>
<bgR>0</bgR>
<bgG>0</bgG>
<bgB>0</bgB>
<flashR>255</flashR>
<flashG>255</flashG>
<flashB>0</flashB>
<fontName>Tahoma</fontName>
<fontSize>8</fontSize>
<fontBold>false</fontBold>
<recastX>565</recastX>
<recastY>350</recastY>
<buffsX>565</buffsX>
<buffsY>425</buffsY>
<customX>0</customX>
<customY>450</customY>
<barSpacing>0</barSpacing>
<recastTimerLimit>5</recastTimerLimit>
<buffsTimerLimit>10</buffsTimerLimit>
<customTimerLimit>5</customTimerLimit>
<blacklistMode>true</blacklistMode>
<whitelistMode>false</whitelistMode>
<recastList></recastList>
<buffList></buffList>
</global>
<scrynth>
<enableRecast>true</enableRecast>
<enableBuffs>true</enableBuffs>
<graphicalMode>true</graphicalMode>
<slimMode>true</slimMode>
<flashOnCompletion>true</flashOnCompletion>
<showTenths>false</showTenths>
<orderAlphabetically>false</orderAlphabetically>
<show1HourName>true</show1HourName>
<highRed>255</highRed>
<highGreen>0</highGreen>
<highBlue>0</highBlue>
<medRed>255</medRed>
<medGreen>160</medGreen>
<medBlue>0</medBlue>
<lowRed>0</lowRed>
<lowGreen>255</lowGreen>
<lowBlue>0</lowBlue>
<textA>255</textA>
<textR>255</textR>
<textG>255</textG>
<textB>255</textB>
<bgA>128</bgA>
<bgR>0</bgR>
<bgG>0</bgG>
<bgB>0</bgB>
<flashR>255</flashR>
<flashG>255</flashG>
<flashB>0</flashB>
<fontName>Arial</fontName>
<fontSize>10</fontSize>
<fontBold>false</fontBold>
<recastX>720</recastX>
<recastY>720</recastY>
<buffsX>920</buffsX>
<buffsY>720</buffsY>
<customX>1120</customX>
<customY>720</customY>
<barSpacing>0</barSpacing>
<recastTimerLimit>10</recastTimerLimit>
<buffsTimerLimit>10</buffsTimerLimit>
<customTimerLimit>10</customTimerLimit>
<blacklistMode>true</blacklistMode>
<whitelistMode>false</whitelistMode>
<recastList></recastList>
<buffList></buffList>
</scrynth>
<!--
You may also override specific settings on a per-character basis here.
-->
</settings>