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

# Item Craft Event

# Item Craft Event

**Type:** `mmoitems_item_craft_event`

A trigger that fires when a player crafts an MMOItem.

## Configuration

| Field                 | Type              | Default | Description                      |
| :-------------------- | :---------------- | :------ | :------------------------------- |
| `id`                  | String            | ""      | Unique identifier.               |
| `item`                | MMOItemIdentifier | ""      | The MMOItem to detect.           |
| `stationId`           | String            | ""      | Filter by crafting station ID.   |
| `detectInstantRecipe` | Boolean           | true    | Detect instant recipes.          |
| `detectCraftingQueue` | Boolean           | true    | Detect items claimed from queue. |
