Item Tiers
Classify items
information
The tier is Identify item rarity, and according to different rarity item has display different glow and tier name, in the future we will let items with different rarity have different bonuses, like Legendary have damage add double the attack


Configuration
#-----=====[ 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"
Last updated
Was this helpful?