> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Item Event

# Use Item Event

**Type:** `use_mmoitem_event`

A trigger that fires when a player uses (consumes) an MMOItem.

## Configuration

| Field              | Type                     | Default | Description                                    |
| :----------------- | :----------------------- | :------ | :--------------------------------------------- |
| `id`               | String                   | ""      | Unique identifier.                             |
| `items`            | List\<MMOItemIdentifier> | \[]     | List of MMOItems to detect. Empty matches any. |
| `detectRightClick` | Boolean                  | true    | Detect right-click interactions.               |
| `detectConsume`    | Boolean                  | true    | Detect vanilla eating/drinking.                |
