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

Was this helpful?

  1. Item Creation

Item Type

You Can use This plugin to set Item Type

How To use

Now we have four Item Types to choose from, which are weapons, armors, materials, and consumables. This functions Currently only added to the item description, no other functions.

  ItemType:
    Identifier_Weapon: "&6âš” Weapon"
    Identifier_Armor: "&5🛡 Armor"
    Identifier_Material: "&a⌚ Material"
    Identifier_Consumables: "&e🧴 Consumables"   

If you want to set item type in your item, you can use command /cig set <item ID> itemtype <Type>

<type> have four type, Weapon, Armor, Material and Consumables 
PreviousItem FlagsNextConsume Item

Last updated 3 years ago

Was this helpful?