Item Tiers
Classify items
Last updated
Classify items
Last updated
#-----=====[ Item Tier ]=====-----#
#Basic Tier has Common 、 General 、 Rare 、 Legendary
#And you can add any you want tier
#-----=====[ Setting ]=====-----#
Common:
#Name is used to display in the item lore.
Name: "&aComon"
#Display Item name when item in ground
Display: true
#Item Glow when item in ground
Item-Glow: true
#Item Glow color, if you use Light and shadow, you may be cna't see glowing
#https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ChatColor.html
Color: "GREEN"
General:
Name: "&eGeneral"
Display: true
Item-Glow: true
Color: "YELLOW"
Rare:
Name: "&9Rare"
Display: true
Item-Glow: true
Color: "DARK_PURPLE"
Legendary:
Name: "&6Legendary"
Display: true
Item-Glow: true
Color: "GOLD"