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