Skip to content

Tier.yml Reference

deathmarine edited this page Dec 7, 2012 · 6 revisions

Editing your Tier.yml


To edit your tier.yml to include custom tiers defined by you, simply edit the tier.yml with any standard text editing software. A special editor is recommended like Notepad++ or one that specifically understands yaml markup.

The plugin is designed to recognize tiers entered in a specific format.

Line 1: is your item name.

Material:

-List https://github.com/deathmarine/DiabloDrops/wiki/Materials

(This is a list of recommended items that can be used per tier: This is not required)

Chance: is calculated out of a hundred.

Color: (Black,Dark_Blue,Dark_Green,Dark_Aqua,Dark_Red,Dark_Purple,Gold,Gray,

Dark_Gray,Blue,Green,Aqua,Red,Light_Purple,Yellow,White,Magic,Bold,Strike,Underline,Italic)

Tier name:
  Color: Bukkit_Style_Color
  Chance: Chance_Out_Of_Hundred
  Enchantments:
    Amt: How_Many_Enchantments
    Levels: Max_Amount_Of_Level_For_Each
  Materials: 
  - Bukkit_Style_Material
  Lore:
  - Your Lore Goes Here
#Example#
Legendary:
  Color: Gold
  Chance: 3
  Materials:
  - Diamond_Sword
  - Diamond_Axe
  Enchantments:
    Amt: 7
    Levels: 10
  Lore:
  - 'Required Level: 500'
Clone this wiki locally