Configuration Help

The configuration of this plugin can get complicated at times. This area is meant to clear up some of this confusion. I will first start explaining stuff then will give examples.

Explanation of Configuration

Title: ''
Size: 3
0:
  Item_ID:
  Name: ''
  Amount:
  Data_Value:
  Sub-Text:
  - ''
  Enchantments:
    #ARROW_DAMAGE: 0
    #ARROW_FIRE: 0
    #ARROW_INFINITE: 0
    #ARROW_KNOCKBACK: 0
    #DAMAGE_ALL: 0
    #DAMAGE_ARTHROPODS: 0
    #DAMAGE_UNDEAD: 0
    #DIG_SPEED: 0
    #DURABILITY: 0
    #FIRE_ASPECT: 0
    #KNOCKBACK: 0
    #LOOT_BONUS_BLOCKS: 0
    #LOOT_BONUS_MOBS: 0
    #OXYGEN: 0
    #PROTECTION_ENVIRONMENTAL: 0
    #PROTECTION_EXPLOSIONS: 0
    #PROTECTION_FALL: 0
    #PROTECTION_FIRE: 0
    #PROTECTION_PROJECTILE: 0
    #SILK_TOUCH: 0
    #THORNS: 0
    #WATER_WORKER: 0

GUI Options

Title
The title is to set the title of the GUI. This title supports colour codes.

Size
The size will set the number of rows in the GUI. I recommend not to go above 6 as the interface starts looking wonky.

Item Options

Slot Number
The 0 in the example above is putting the item in slot 0, which is the first item in the GUI. You can put an item in any of the slots.

Name
This will set the name of the item. This supports colour codes. If left empty will use the item's default name.

Amount
Sets how many items are in a stack.

Data_Value
When putting a number this will give you different variances. For example wool, there are 16 different colours each with their own data_value.

Sub-Text
Sub Text will add lines under the title of the item. You can keep on adding more lines by adding another - ''. The example will cause the item to have an extra line that is empty.

Enchantments
Adds the enchantments onto items. Remove the # to add that affect. The number in front of the name of the enchantment will set the level

Notes
to add a new item just copy the Item options and set a different slot number for it to show up.

Examples

http://dev.bukkit.org/bukkit-plugins/displaychest/pages/configuration-examples/