use_mmoitem_objective
Use MMOItem Objective — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | use_mmoitem_objective |
| Type | Misc |
| Color | Blue_violet |
| 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_objective
name: "Use MMOItem Objective"
items: []
detectRightClick: false
detectConsume: false