Command

A simple explanation to use the plugin commands

General informations

All the CustomItemGUI commands start with the same label. For this tutorial we will use /CIG

Basic

/cig help - To view CustomItemGUI command /cig load <Item> - Get this custom item /cig create <Item> - Create a new custom item /cig delete <Item> - Delete this custom item /cig save <Item> - Save this custom item /cig edit GUI - Open Edit GUI /cig set <Item> type <Materialtype> - Set custom item's Material Type /cig set <Item> data <value> - Set custom item's data, this can collocation texture to set your item model /cig set <Item> name <Name> - Set custom item's displayname /cig set <Item> unbreakable <true||false> - Set custom item's Unbreakable, Type 'true' or 'false' /cig set <Item> setlore <line> <lore> - Set custom item's lore /cig set <Item> stats <Stats> <value> - Set custom item's stats like custom Damage value

/cig set <Item> Enchantment <Stats> <value> - Add vanilla Enchantment to custom item like DAMAGE_ALL value

/cig remove <Item> Lore <value> - Remove custom item's specified lore /cig remove <Item> stats <Stats> - Remove custom item's stats like custom PvEDamage

/cig remove <Item> Enchantment <Stats> - Remove vanilla Enchantment to custom item like DAMAGE_ALL

Flags

/cig flags <Item> add <flags> - Add custom item's Flags like HIDE_ATTRIBUTES /cig flags <Item> remove <flags> - Remove custom item's Flags like HIDE_ATTRIBUTES

NBT

/cig NBT <Item> add <Attribute> <value> - Add custom item's NBT like ATTACK_DAMAGE /cig NBT <Item> add <Attribute> <value> <EquipmentSlot> - Add custom item's NBT to Specify EquqipSlot like HAND /cig NBT <Item> remove <Attribute> - Remove custom item's NBT like ATTACK_DAMAGE /cig NBT <Item> remove <Attribute> <EquipmentSlot> - Remove custom item's NBT to Specify EquqipSlot like HAND

Socket

/cig socket GUI - Open socket gem GUI /cig socket add <Item> - Add Socket to custom item /cig socket remove <Item> <value> - Remove custom Item's Socket

Bouns &Suit

/cig suit <Item> add <Suit> - Add Suit to custom item /cig suit <Item> remove <Suit> - Remove custom Item's Suit

Gem

/cig gem get <Gem> - get custom gem

ItemType

/cig set <Item ID> itemtype <Type> - set type to your Custom Item

/cig remove <Item ID> itemtype - remove your Custom Item type

ConSumables

/cig set <Item ID> ConsumeTime - set Consume use Time to your Custom Item

/cig set <Item ID> ConsumeEffect <Effect> - set Consume effect to your Consume item

/cig remove <Item ID> ConsumeTime - remove Consume use Time of your Custom Item

/cig remove <Item ID> ConsumeEffect <Effect> - remove Consume effect of your Consume item

Last updated