Перейти к содержимому
Mineforgian

Blabber

An extensible data-driven Dialogue API for Minecraft

99K загрузок127 подписчиковLGPL-3.0-or-laterfabricquilt

Обновлён 17 мая 2026 г. · опубликован 24 сентября 2023 г.

  • Roleplaying in the desert
  • Locked choice
  • Illustrated roleplay session
  • Friendly shop
  • Example dialogue
  • Conversing with Mrs. Sheep

Are you a modpack maker who wants their players to talk to more than a quest book?
Are you a modded server owner who wants to sprinkle some ✨immersion✨ in their world?
Are you perhaps a modder who is looking for an easy-to-use dialogue library with expansive tooling?

Blabber is a mod and library for displaying interactive dialogues to your players. Just write your dialogue description files, then start them on demand!

How it looks

Like that:

Example Dialogue Screen

Or like that:

Example Alt Dialogue Screen

You get to choose per-dialogue.

And here's a little video showcase too:

How it works

Commands

Blabber adds the /blabber command, allowing server operators and mapmakers to interact with the mod through commands.

  • /blabber dialogue
    • /blabber dialogue start <dialogue> [<targets>] [<interlocutor>] : Starts a dialogue for one or more players.
      • <dialogue> : the unique identifier for the dialogue
      • [<targets>] (optional) : If specified, must be either a player's username or a target selector. If unspecified, defaults to the player using the command. When used in a command block, [<targets>] is not optional.
      • [<interlocutor>] (optional) : If specified, must be a target selector for a single entity. If unspecified, defaults to no interlocutor.

Format

Blabber will automatically load all JSON files in the data/[namespace]/blabber/dialogues directory. Those can be provided either by mods, or by datapacks.

Each file describes the various states a dialogue can be in. You can find the full description on the website: https://ladysnake.org/wiki/blabber#format

Online Dialogue Maker

If you are allergic to code, try this online tool: blabber dialogue editor

Using Blabber (for developers)

You can find the instructions to add Blabber to your development environment on our website: https://ladysnake.org/wiki/blabber/#using-blabber-for-developers

Mod Compatibility

Heracles

The Heracles quest mod can be used with the Heracles for Blabber add-on to incorporate dialogues into your modpack's or server's quests.

Text Animator

The Text Animator mod can be used to add special effects to your dialogues' texts.

Taterzens

The Taterzens mod can be used to create NPCs that can trigger Blabber dialogues when interacted with.  

FAQ

Q: (Neo)Forge?

A: I do not wish to spend development time supporting Forge. However, on 1.20.1, you can use the Sinytra Connector mod to make Blabber run regardless. If you are a mod developer who wishes to provide support for another loader, you can get in touch with us on our Discord server.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.13.0Релиз26.1, 26.1.1, 26.1.2fabric, quilt17 мая 2026 г..jar (370 КБ)
1.12.0Релиз1.21.11fabric, quilt8 мая 2026 г..jar (362 КБ)
1.8.1Релиз1.21.1fabric, quilt2 мая 2026 г..jar (343 КБ)
1.6.2-mc1.20.1Релиз1.20.1fabric, quilt16 мая 2025 г..jar (321 КБ)
1.11.1Релиз1.21.5fabric, quilt15 мая 2025 г..jar (342 КБ)
1.11.0Релиз1.21.5fabric, quilt21 апреля 2025 г..jar (342 КБ)
1.10.0Релиз1.21.4fabric, quilt20 апреля 2025 г..jar (341 КБ)
1.9.0Релиз1.21.2, 1.21.3fabric, quilt20 апреля 2025 г..jar (341 КБ)
1.8.0Релиз1.21.1fabric, quilt20 апреля 2025 г..jar (340 КБ)
1.6.1-mc1.20.1Релиз1.20.1fabric, quilt20 июня 2024 г..jar (320 КБ)
1.7.1Релиз1.21fabric, quilt20 июня 2024 г..jar (339 КБ)
1.7.0Релиз1.21fabric, quilt15 июня 2024 г..jar (337 КБ)
1.7.0-mc1.20.6Бета1.20.5, 1.20.6fabric, quilt15 июня 2024 г..jar (337 КБ)
1.6.0Релиз1.20.4fabric, quilt15 июня 2024 г..jar (317 КБ)
1.6.0-mc1.20.1Релиз1.20.1fabric, quilt15 июня 2024 г..jar (320 КБ)

Показаны последние 15 из 30 версий. Все версии — на Modrinth.

Ченджлог

1.13.0Релиз26.1, 26.1.1, 26.1.2 · 17 мая 2026 г.

Version 1.13.0:

Updated to MC 26.1.2

Mod Interactions

  • Roughly Enough Items compatibility has been disabled (REI is not updated yet)

see full changelog here

1.12.0Релиз1.21.11 · 8 мая 2026 г.

Version 1.12.0:

Updated to MC 1.21.11

Additions

  • Dialogue screens now have a proper name, which will be narrated for players using this accessibility feature. This name can be changed with a new optional name property on dialogues. The default name in English is "Dialogue" when there is no interlocutor, and "Dialogue with {entity name}" when there is one.
  • The main text in dialogues now gets a scrollbar when it gets too long, and can be narrated
  • The choices and the instructions in the dialogue screen can be narrated (kind of, not fully working yet)

see full changelog here

1.8.1Релиз1.21.1 · 2 мая 2026 г.

Version 1.8.1:

Fixes

  • Backported fix for Sinytra Connector compatibility by Prunoideae

see full changelog here

1.6.2-mc1.20.1Релиз1.20.1 · 16 мая 2025 г.

Version 1.6.2-mc1.20.1:

Additions

  • Added Korean translations (thanks sj-hub9796 !)

Fixes

  • Fixed symbols from non-latin alphabets appearing inconsistently depending on the host machine's language

see full changelog here

1.11.1Релиз1.21.5 · 15 мая 2025 г.

Version 1.11.1:

Fixes

  • Fixed symbols from non-latin alphabets appearing inconsistently depending on the host machine's language
  • Fixed crash when using the mod with Sinytra Connector on 1.21+ NeoForge (thanks Prunoideae!)

see full changelog here

1.11.0Релиз1.21.5 · 21 апреля 2025 г.

Version 1.11.0:

Updated to MC 1.21.5

see full changelog here

1.10.0Релиз1.21.4 · 20 апреля 2025 г.

Version 1.10.0:

Updated to MC 1.21.4

see full changelog here

1.9.0Релиз1.21.2, 1.21.3 · 20 апреля 2025 г.

Version 1.9.0:

Updated to MC 1.21.2

see full changelog here

Полная история изменений — на Modrinth.

Комментарии

Загружаем…