> For the complete documentation index, see [llms.txt](https://wayne87060271.gitbook.io/customitemgui/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wayne87060271.gitbook.io/customitemgui/item-creation/consume-item.md).

# Consume Item

## What Is Consume Item?

The Consume Item is a new function, That can make a new Consume to your Custom Item

And this function can Set use time on your Consumables, That also can set new effect on your Consumables.

Below I will show how to create a consumable.

### Step 1

> First you need set ItemType \<consumable> to your CustomItem.

![Command ItemType Consumables](/files/DdjoIReawdffp3la6YUZ)

### Step 2

> Second you Can Set usage time of Consumables you want&#x20;

![Command Consumables Time](/files/1xDcbSUaiMs4VktFpte7)

### Step 3

> Finally you need set your Effect on your Consumables&#x20;

![](/files/X8ylhEnED0Ar8ed8YkSB)

## Consumeables Effect

> ConsumeEffect type
>
> * Healthadd
> * Foodadd
> * Leveladd
> * Expadd

This is config.yml

```
  Basic:
    Format_ConsumeEffect: '&7Add <value> <effect>'
```

![](/files/PsRVEg6T7jtfpXTLl8LR)
