# 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)


---

# 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/item-creation/consume-item.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.
