CustomItemGUI
  • Getting started
  • USAGE
    • Command
    • Stats Attribute
    • First Item
    • Q&A
  • Item Creation
    • Item Editor GUI
    • Item Stats View
    • Item Sets & Bonus
    • Item Enchantment
    • Display and Item Glow
    • Regen Indicators
    • Item NBT-Tag
    • Item Flags
    • Item Type
    • Consume Item
    • Item custom textures
  • Features
    • Item Tiers
    • Gem Stone
    • Custom Durability
Powered by GitBook
On this page
  • information
  • Configuration

Was this helpful?

  1. Features

Item Tiers

Classify items

PreviousItem custom texturesNextGem Stone

Last updated 3 years ago

Was this helpful?

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"
     
Rare tier
Comon tier