# Command

## General informations

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

## Basic&#x20;

> **/cig help - To view CustomItemGUI command**\
> **/cig load \<Item> - Get this custom item**\
> \
> \&#xNAN;**/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**\
> \
> \&#xNAN;**/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&#x20;

> **/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**

> &#x20;**/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**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wayne87060271.gitbook.io/customitemgui/usage/command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
