Перейти к основному содержимому

use_mmoitem_event

Use MMOItem Event — misc entry.

Entry Information

PropertyValue
Entry IDuse_mmoitem_event
TypeMisc
ColorYellow
Iconmaterial-symbols:touch-app

Fields

FieldTypeDescription
itemsList<MMOItemIdentifier>List of MMOItems to detect. Leave empty to detect any item.
detectRightClickBooleanWhether to detect right-click interactions (consumables like spawn eggs, papers, etc.)
detectConsumeBooleanWhether to detect vanilla eating/drinking (food items)

Usage Example

- entry: use_mmoitem_event
name: "Use MMOItem Event"
items: []
detectRightClick: false
detectConsume: false