NPC Interaction Event
Type:mythicmob_npc_interact
A trigger that fires when a player interacts with a MythicMob NPC.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
id | String | "" | Unique identifier. |
definition | Ref<Definition> | Empty | The NPC Definition to match. |
shiftType | Enum | ANY | ANY, SHIFT, NO_SHIFT. |
interactionType | Enum | ALL | ALL, LEFT_CLICK, RIGHT_CLICK. |