mmoitems_item_craft_event
MMOItems Item Craft Event — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | mmoitems_item_craft_event |
| Type | Misc |
| Color | Yellow |
| Icon | material-symbols:construction |
Fields
| Field | Type | Description |
|---|---|---|
item | MMOItemIdentifier | The MMOItem to detect. Leave empty to detect any item. |
stationId | String | The crafting station ID to filter by. Leave empty to detect crafting from any station. |
detectInstantRecipe | Boolean | Whether to detect instant recipes (items crafted immediately) |
detectCraftingQueue | Boolean | Whether to detect items claimed from crafting queue (non-instant recipes) |
Usage Example
- entry: mmoitems_item_craft_event
name: "MMOItems Item Craft Event"
item: ""
stationId: ""
detectInstantRecipe: false
detectCraftingQueue: false