Skip to main content
The Mob Interact event fires when a player interacts (right-clicks) with a MythicMob. This is commonly used for talking to mobs that act as quest givers or shopkeepers.

📝 Configuration

KeyTypeDescription
mobNameRegexA regular expression to match the internal name of the mob.

💡 Usage Examples

Quest Giver

Start a conversation when player clicks on “Master_Arkanis”.
id: talk_to_arkanis
type: mythicmobs_interact_event
mobName: Master_Arkanis

Multiple Mobs

Trigger for any mob containing “Villager” in its name.
id: interact_with_villager
type: mythicmobs_interact_event
mobName: .*Villager.*