> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# NPC Interaction Event

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