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
  • Item sets you also can custom what do you want. This is an extremely powerful feature, it can give player grant extra stats to the player when player wears multiple items from the same item set like RPG game. Item Set can give player extra stats like Damage , CirtDamage , Penetration.
  • And this is Suit Configuration

Was this helpful?

  1. Item Creation

Item Sets & Bonus

You can set sets bonus in your custom Item

PreviousItem Stats ViewNextItem Enchantment

Last updated 3 years ago

Was this helpful?

Item sets you also can custom what do you want. This is an extremely powerful feature, it can give player grant extra stats to the player when player wears multiple items from the same item set like RPG game. Item Set can give player extra stats like Damage , CirtDamage , Penetration.

andI will show it to you below

And this is Suit Configuration

#-----=====[ Bonus Effect Stats ]=====-----#

#Extra_Damage: Bonus Extra damage.
#Penetration: Bonus penetration to ignore enemy armor.
#PvP_Damage: Bonus Extra damage when attack Player.
#PvE_Damage: Bonus Extra damage when attack Entity.
#Extra_Defense: Bonus Extra defense.
#Max_Health: Bonus max health when wearing armor.
#PvP_Defense: Bonus Extra defense when attacked by Player.
#PvE_Defense: Bonus Extra defense when attacked by Entity.
#Crit_Chance: Add chance of critical hit.
#Crit_Damage: Add critical damage in Extra.
#blockAmount: Add amount value of block damage.
#blockRate: Add chance of block in Extra.
#hitRate: Add chance of hit rate in Extra.
#dodgeRate: Add chance of dodge in Extra.

DEFAULT:
    Suitname: '&6Default Set'
    bonus:
        '1':
            Extra_Damage: 10
        '2':
            PvP_Defense: 30
            blockAmount: 10
        '3':
            Extra_Damage: 30
    lore:
    - '&7-----=====[ Bonus ]=====-----'
    - '&8[1] +10 Damage'
    - '&8[2] +30 PvP Defense'
    - '&8[2] +10 blockAmount'
    - '&8[3] +30 Damage'
    - '&7-----=====[ Bonus ]=====-----'
Default Set Bonus
Arcane Set
new Default Set