-
Notifications
You must be signed in to change notification settings - Fork 19
Tier.yml Reference
deathmarine edited this page Nov 27, 2012
·
6 revisions
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 in 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
Material:
- Bukkit_Style_Material
#Example#
Legendary:
Color: Gold
Chance: 3
Material:
- Diamond_Sword
- Diamond_Axe
Enchantments:
Amt: 7
Levels: 10