
Modrinth · Minecraft mod
chatbox
a chatbox in mc
Quick answer
Which chatbox release should I use?
chatbox 1.1.4-forge-1.20.1 targets 1.20.1 with Forge. Installation on the client is optional. Installation on the dedicated server is optional. All 1 required mods have matching files.
Where it goes
Is chatbox required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does chatbox 1.1.4-forge-1.20.1 need?
1.1.4-forge-1.20.1. Change the file and its required mods may change too.
Install Cloth Config API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add chatbox without breaking your instance.
Built for chatbox 1.1.4-forge-1.20.1. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.1.4-forge-1.20.1. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Cloth Config API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.1.4-forge-1.20.1. It opens that exact file at the source.
About this project
What does chatbox add?
Mod Introduction
ChatBox is a dialog box mod designed for Minecraft, inspired by the dialog systems found in Galgames. You can configure it using data packs:
Pre-set multiple themes for dialog boxes and switch between them anytime using commands.
Customize the appearance, position, and size of dialog boxes, option boxes, history buttons, and character portraits.
Character portraits support multiple types: images, player avatars, and item textures. You can define custom entry animations for these portraits, with images having 3 preset animations.
Configure dialog text and multiple options for each line. Clicking options can trigger custom commands and jump to other dialogs.
All text elements (dialogs, options) support translation keys.
Since all dialog configurations are implemented through data packs, you can reload all dialog settings directly using the /reload command. Create beautiful dialog systems without modifying any code!
Built-in Commands
Switch themes:
/chatbox theme
Jump to a specific dialog:
/chatbox skip
Open dialog box:
/chatbox open
Event System
For KubeJS users, the mod provides predefined events:
//client_script
// Triggered BEFORE dialog rendering. Provides GuiGraphics for custom rendering. Cancellable.
ChatBoxEvents.renderPre(event=>{
let getGuiGraphics = event.getGuiGraphics()
event.cancel()
})
// Triggered AFTER dialog rendering. Provides GuiGraphics for custom rendering.
ChatBoxEvents.renderPost(event=>{
let getGuiGraphics = event.getGuiGraphics()
})
// Triggered when jumping to a dialog. Provides dialog metadata for custom functionality.
ChatBoxEvents.skipChat(event => {
let { chatBoxScreen, resourceLocation, group, index } = event
})
Additional Information
Example data packs and documentation are available on GitHub.
Upcoming feature: The author is developing a web-based JSON generator to simplify dialog configuration. Stay tuned for its release!
Project description from Modrinth.
Pick your setup
chatbox by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.11
2 loader builds1.21.8
1 loader build1.21.1
2 loader builds1.21
2 loader builds1.20.1
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
chatbox versions and loaders
1.1.4-forge-1.20.1
chatbox-1.1.4+1.20.1-forge.jar
3 Jul 2026
1.1.4-fabric-1.20.1
chatbox-1.1.4+1.20.1-fabric.jar
3 Jul 2026
1.1.4
chatbox-1.1.4.jar
3 Jul 2026
1.1.4-fabric-1.21
chatbox-1.1.4+1.21-fabric.jar
3 Jul 2026
1.1.3-forge-1.20.1
chatbox-1.1.3+1.20.1-forge.jar
19 Apr 2026
1.1.3-fabric-1.20.1
chatbox-1.1.3+1.20.1-fabric.jar
19 Apr 2026
1.1.3
chatbox-1.1.3.jar
19 Apr 2026
1.1.3-fabric-1.21
chatbox-1.1.3+1.21-fabric.jar
19 Apr 2026
1.1.2-forge-1.20.1
chatbox-1.1.2+1.20.1-forge.jar
3 Apr 2026
1.1.2-fabric-1.20.1
chatbox-1.1.2+1.20.1-fabric.jar
3 Apr 2026
1.1.2
chatbox-1.1.2.jar
3 Apr 2026
1.1.2-fabric-1.21
chatbox-1.1.2+1.21-fabric.jar
3 Apr 2026
Looking for an older file? The official Modrinth project page is in Resources.