use_mmoitem_event
Use MMOItem Event — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | use_mmoitem_event |
| Type | Misc |
| Color | Yellow |
| Icon | material-symbols:touch-app |
Fields
| Field | Type | Description |
|---|---|---|
items | List<MMOItemIdentifier> | List of MMOItems to detect. Leave empty to detect any item. |
detectRightClick | Boolean | Whether to detect right-click interactions (consumables like spawn eggs, papers, etc.) |
detectConsume | Boolean | Whether to detect vanilla eating/drinking (food items) |
Usage Example
- entry: use_mmoitem_event
name: "Use MMOItem Event"
items: []
detectRightClick: false
detectConsume: false