interactEntity

interactEntity

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

by
71 Downloads
forgeadventuregame-mechanicsmobs
Rent Server with this Mod

Screenshots

interactEntity Screenshot 1
interactEntity Screenshot 2
interactEntity Screenshot 3
interactEntity Screenshot 4
interactEntity Screenshot 5
interactEntity Screenshot 6

About this Mod

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

  • 💬 Branching dialogues with options and visibility conditions
  • 📜 Quest system with HUD tracker and journal (J to open)
  • 🔗 Multi-NPC story chains — one NPC's actions trigger another
  • 🎭 19 conditions: items (incl. NBT/modded), health, hunger, time, weather, biome, dimension, kills, variables, reputation, advancements, visited nodes…
  • 28 actions: give/remove items, run commands, teleport, particles, sounds, camera shake, effects, quests, reputation, variables, emotes…
  • 🧙 Auto-spawn — NPCs appear on world join, after a dialogue, or when a player enters an area
  • 🎨 Dynamic skin loader — drop custom .png skins (or player skins) straight into config/interactentity/skins/, no rebuilds. Custom avatars, backgrounds and color codes (&a, hex &#FF6600)
  • 🌐 Multiplayer-ready — shared progress across the server (global scope)

📦 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

  • Minecraft 1.20.1 + Forge
  • GeckoLib (mandatory dependency!)
  • Client + Server (mod must be on both sides)

🇷🇺 Русский

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

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

  • 💬 Ветвящиеся диалоги с вариантами ответа и условиями видимости кнопок
  • 📜 Система квестов — HUD-трекер и журнал (J чтобы открыть)
  • 🔗 Цепочки NPC — действия одного запускают другого
  • 🎭 19 условий: предметы (в т.ч. NBT/модовые), здоровье, голод, время, погода, биом, измерение, убийства, переменные, репутация, достижения, посещённые узлы…
  • 28 действий: выдать/забрать предмет, команда, телепорт, частицы, звук, тряска камеры, эффекты, квесты, репутация, переменные, эмоции…
  • 🧙 Автоспавн — NPC появляется при заходе в мир, после диалога или при входе в зону
  • 🎨 Загрузчик динамических скинов — кидайте .png (или скины игроков) прямо в config/interactentity/skins/, без пересборки. Кастомные аватары, фоны и цветовые коды (&a, hex &#FF6600)
  • 🌐 Мультиплеер — общий прогресс на сервере (scope global)

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

  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 + Русский).

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

  • Minecraft 1.20.1 + Forge
  • GeckoLib (обязательная зависимость!)
  • Клиент + Сервер (мод нужен с обеих сторон)

Available Versions

interactEntity 0.1.0-1.20.1release
MC 1.20.1forge
May 28, 2026
interactEntity 2.2.0-1.20.1release
MC 1.20.1forge
May 25, 2026
interactEntity 2.1.0-1.20.1release
MC 1.20.1forge
May 22, 2026
interactEntity 0.1.0-1.20.1release
MC 1.20.1forge
April 28, 2026

How to Install interactEntity on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.20.1).

3

Install Mod

Open the mod browser in the dashboard and search for "interactEntity". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forge

Minecraft Versions

1.20.1

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

interactEntity server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.

Is interactEntity compatible with forge?

interactEntity officially supports forge for Minecraft 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with interactEntity – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if interactEntity consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install interactEntity with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.20.1