Config

This is the most up to date config for the plugin. If you need a new config, copy this or delete your current one and RainbowArmour will create you an new one! If you have any questions then please leave a comment on the main page.

#Welcome to the RainbowArmour Config. For help or further details, please visit http://dev.bukkit.org/bukkit-plugins/rainbow-armour/
#
#
version: 1.6.0
#version - This is the version of the config. Do not touch this, otherwise your config may be overwritten!
requireArmour: false
#requireArmour - This sets whether the player will already need to be wearing the armour that will become Rainbow Armour. It will not be spawned in.
colourChangeSpeed: 1
#colourChangeSpeed - This sets the speed that the colour of the armour changes at.
resetArmourColour: false
#resetArmourColour - This will reset the colour of the armour when Rainbow Armour is disabled making it impossible to get dyed items.
disableAutoArmour: false
#disableAutoArmour - This will completely disable the auto armour feature.
onlyApplyExistingArmour: true
#onlyApplyExistingArmour - This toggles whether Rainbow Armour will only be applied tp the armour the player is currently wearing (e.g. if they are wearing a helmet and this is ENABLED, the helmet will become Rainbow Armour.
#If a player does the same but this is DISABLED, the player will get an error message.
useBrightColours: true
#useBrightColours - Use random/darker colours (false) or bright/limited colours (true)
usePattern: false
#usePattern - Toggles whether to use the pattern defined below. This will override the 'useBrightColours' setting.
Helmet:
    payPerUse: false
    price: 25.0

Chestplate:
    payPerUse: false
    price: 25.0

Leggings:
    payPerUse: false
    price: 25.0

Boots:
    payPerUse: false
    price: 25.0

Armour:
    payPerUse: false
    price: 25.0

#<armour item from above>:
#    payPerUse: false
#    payPerUse - This toggles whether the player must pay a set amount to get the RainbowArmour.
#    price: 25.0
#    price - This is how much a player will be charged is payPerUse is enabled.

#Pattern:
#- RED
#- GREEN
#- BLUE
#
#This is a pattern, the colours in this pattern will be cycled through top - bottom by all items of armour. The pattern can have as many colours as you want,
#but must have at least 2 to function. Here is a list of possible colours:
#
#WHITE
#SILVER
#GRAY
#BLACK
#RED
#MAROON
#YELLOW
#OLIVE
#LIME
#GREEN
#AQUA
#TEAL
#BLUE
#NAVY
#FUCHSIA
#PURPLE
#ORANGE