HomeJavaModsinteractEntity
interactEntity
ModsJava

interactEntity

by AshPapi · on Modrinth

Turn any mob into a fully scripted NPC with branching dialogues, quests, and conditions, all through simple JSON files, no coding required

⬇ Download on Modrinth
interactEntity — screenshot 1interactEntity — screenshot 2interactEntity — screenshot 3interactEntity — screenshot 4interactEntity — screenshot 5interactEntity — screenshot 6interactEntity — screenshot 7interactEntity — screenshot 8

InteractEntity

Turn any mob into a fully scripted NPC. Branching dialogues, quests, conditional choices and story chains — all through simple JSON files. No Java required.

✨ Features

📦 Quick start

  1. Drop the .jar into mods/
  2. Launch — the folder config/interactentity/dialogues/ is created
  3. Add a JSON file describing the dialogue:
{
  "target": { "name": "Old Zombie", "tag": "old_zombie" },
  "entry": "start",
  "nodes": {
    "start": { "text": "&fHello, traveler...", "next": "end" },
    "end":   { "text": "&7*The zombie falls silent*" }
  }
}
  1. /dialogue reload, then spawn the mob and right-click it:
/summon zombie ~ ~ ~ {CustomName:'"Old Zombie"',CustomNameVisible:1b,Tags:["old_zombie"]}

Tip: add a summon block to the JSON and you can use /npc spawn old_zombie instead.

📚 Full documentation

All 28 actions, 19 conditions, examples, GUI customization, multi-NPC story chains — in the full README on GitHub (English + Русский).

🛠️ Requirements


🇷🇺 Русский

Превратите любого моба в полноценного NPC. Ветвящиеся диалоги, квесты, условия и цепочки сюжетов — всё через простые JSON-файлы. Без Java и плагинов.

✨ Возможности

📦 Быстрый старт

  1. Кинь .jar в mods/
  2. Запусти — создастся папка config/interactentity/dialogues/
  3. Добавь JSON-файл с диалогом:
{
  "target": { "name": "Старый Зомби", "tag": "old_zombie" },
  "entry": "start",
  "nodes": {
    "start": { "text": "&fПривет, путник...", "next": "end" },
    "end":   { "text": "&7*Зомби замолкает*" }
  }
}
  1. /dialogue reload, заспавни моба и кликни ПКМ:
/summon zombie ~ ~ ~ {CustomName:'"Старый Зомби"',CustomNameVisible:1b,Tags:["old_zombie"]}

Совет: добавь блок summon в JSON — тогда можно /npc spawn old_zombie.

📚 Полная документация

Все 28 действий, 19 условий, примеры, кастомизация GUI, сюжетные цепочки NPC — в полном README на GitHub (English + Русский).

🛠️ Требования

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more