CurseForge · Minecraft mod
VO: Bed Chat Hider
Bed Chat Hider is a client-only Fabric mod that adds a simple "Hide Chat" / "Show Chat" toggle button next to the "Leave Bed" button while sleeping.
Quick answer
Which VO: Bed Chat Hider release should I use?
VO: Bed Chat Hider VO: Vanilla Outsider: Bed Chat Hider 1.0.4+26.3 targets 26.3-snapshot, 26.3-snapshot-1, 26.3-snapshot-2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 required mods have matching files.
Where it goes
Is VO: Bed Chat Hider required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does VO: Bed Chat Hider VO: Vanilla Outsider: Bed Chat Hider 1.0.4+26.3 need?
VO: Vanilla Outsider: Bed Chat Hider 1.0.4+26.3. Change the file and its required mods may change too.
Install Fabric API, Dasik Library 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 VO: Bed Chat Hider without breaking your instance.
Built for VO: Bed Chat Hider VO: Vanilla Outsider: Bed Chat Hider 1.0.4+26.3. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use VO: Vanilla Outsider: Bed Chat Hider 1.0.4+26.3. It targets 26.3-snapshot, 26.3-snapshot-1, 26.3-snapshot-2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API, Dasik Library first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside VO: Vanilla Outsider: Bed Chat Hider 1.0.4+26.3. It opens that exact file at the source.
About this project
What does VO: Bed Chat Hider add?
🌙 Bed Chat Hider
"Rest in Peace. A Serene, Distraction-Free Sleeping HUD for Minecraft."
📖 Introduction
In vanilla Minecraft, climbing into bed immediately covers your screen with an intrusive, opaque chat overlay, an awkward dark gray vignette, and a giant "Leave Bed" button smack in the middle of your view. If you are playing on an active multiplayer server or realm, sleeping becomes a chaotic barrage of rolling chat messages, server announcements, and spam that completely shatters your nighttime immersion. Even in singleplayer, you can't simply gaze out your bedroom window at the starry sky, moon, or nocturnal landscape while resting.
Bed Chat Hider restores tranquility to your nighttime slumber under the Vanilla Outsider design philosophy. It intelligently intercepts the client-side sleeping screen state, automatically suppressing the obtrusive chat box, background tint, and clutter the instant your head hits the pillow. With smooth alpha-fading transitions, intuitive one-key chat recall, and zero performance overhead, you can finally enjoy a peaceful, cinematic sleeping experience without missing important server communications.
1 Jar 1 Version Policy: I build 1 dedicated JAR for each Minecraft version (e.g. MC 26.2, MC 26.3). Please download the exact build that matches your Minecraft installation. Client-Side Sovereignty: 100% client-side mod. You can install Bed Chat Hider on your client and join ANY vanilla, Fabric, Paper, Spigot, or Forge server without requiring the mod on the server!
Part of the Vanilla Outsider Collection — modern mods designed to refine and elevate the vanilla Minecraft experience.
✨ Features
🔕 Automatic Sleeping Screen Decoupling
- Instant Overlay Suppression: The moment your player entity enters the sleeping pose, Bed Chat Hider smoothly detaches the foreground chat rendering layer. No more walls of green text, automated server greetings, or trading chatter obscuring your screen.
- Cinematic Horizon View: Unlocks your field of view so you can watch rain showers, lightning strikes, passing clouds, or tranquil bedroom interior lighting while waiting for morning to arrive.
- Zero World-Tick Impact: Hooks directly into client GUI rendering pipeline via targeted Mixins, executing in $O(1)$ constant time with zero heap allocations on the render loop.
⌨️ On-Demand Chat Recall (Press Enter or T)
- Fluid Keyboard Interception: Need to reply to a friend while resting? Simply press
EnterorT(or your custom chat keybind) to immediately reveal the chat interface and typing bar without leaving your bed. - Seamless Auto-Dismiss: Once your message is sent, or when you press
Escape, the chat interface gracefully fades back out into serenity while you remain cozy in bed. - No Accidental Ejections: Prevents clumsy misclicks on the vanilla "Leave Bed" button when trying to interact with chat.
🎚️ Configurable HUD Ergonomics & Button Auto-Hide
- Minimalist "Leave Bed" Button: Configure whether the prominent vanilla button remains visible, fades out after a customizable delay (e.g. 3 seconds), or is hidden entirely in favor of the standard
Shiftsneak-to-wake mechanic. - Adjustable Sleep Vignette: Soften or eliminate the harsh vanilla dark gray sleeping tint for clean, vibrant nocturnal vistas.
- Multiplayer Sleeper Count Integration: Plays nicely with multiplayer percentage sleeping mods (Harbor, Sleep Warp, VanillaTweaks) by keeping essential sleep progression notifications clean and readable.
📊 Feature Comparison Matrix
| Feature Dimension | Vanilla Minecraft | Bed Chat Hider |
|---|---|---|
| Sleeping Screen Visibility | Obscured by permanent chat box & scrim | 100% Clear, cinematic panoramic view |
| Multiplayer Chat Spam in Bed | Covers the screen continuously | Suppressed automatically while resting |
| Chat Access While Sleeping | Permanent on-screen or forces wake | Press Enter/T to summon, Esc to hide |
| "Leave Bed" Button Behavior | Static, prominent screen-cluttering button | Configurable auto-fade or hidden |
| Server Requirements | N/A | 100% Client-Side (Works on all servers) |
| Memory / Render Heap Overhead | Standard GUI allocation | 0 Bytes/frame clean render bypass |
⚙️ Configuration & Ergonomics
Bed Chat Hider includes optional in-game configuration through ModMenu and Cloth Config / YACL. You can adjust settings live in singleplayer or while connected to remote multiplayer servers:
{
"auto_hide_chat": true,
"fade_duration_ticks": 10,
"allow_chat_toggle_in_bed": true,
"leave_bed_button_mode": "FADE_AFTER_DELAY",
"button_delay_seconds": 3.0,
"suppress_sleep_vignette": false
}
auto_hide_chat(Boolean, Default:true): Automatically suppresses the chat HUD upon entering any bed.fade_duration_ticks(Integer, Default:10, Range:0–40): Smooth alpha fade transition time between sleeping HUD states.allow_chat_toggle_in_bed(Boolean, Default:true): Enables one-touch toggling of chat usingEnterorT.leave_bed_button_mode(Enum, Default:FADE_AFTER_DELAY): Choose betweenALWAYS_VISIBLE,FADE_AFTER_DELAY, orHIDDEN.
📖 In-Depth How-To & Gameplay Playbook
Step 1: Effortless Installation
- Ensure you have Fabric Loader and Fabric API installed for your exact Minecraft version.
- Drop
bed-chat-hider-x.y.z+.jarinto your.minecraft/modsfolder. - Launch Minecraft! The mod activates automatically with zero initial configuration required.
Step 2: Sleeping on Multiplayer Servers
- When playing on multiplayer servers with high chat traffic, right-click any bed as usual.
- Notice your view is crystal clear! The chat box is hidden, allowing you to watch the night sky.
- If someone whispers you or asks a question, tap
EnterorTto open chat, type your response, and hitEnterto send. The chat will immediately hide again. - To wake up early, tap
Shift(sneak) or click the "Leave Bed" button if visible.
Step 3: Aesthetic Screenshots & Time-Lapse Recording
- Bed Chat Hider is ideal for content creators and streamers recording nocturnal timelapses or cozy cabin ambience.
- Pair with shaderpacks (Iris / Complementary / Bliss) for stunning, UI-free nighttime sleep panoramas!
☕ Support & Creator Community
I am an independent solo developer creating lightweight, vanilla-enhancing mods that respect your time and game performance. If Bed Chat Hider makes your nighttime adventures more peaceful, consider supporting future development:
🇮🇩 Indonesian Local Payment Note: Indonesian supporters can also support my development work directly using local payment options (GoPay, OVO, Dana, QRIS, LinkAja) via Saweria or SocioBuzz!
Join our official Discord community for live development updates, early test builds, and friendly support:
- 💬 Discord Community: https://discord.gg/EV99bgAFqb
📜 Metadata & Permissions
| Property | Value |
|---|---|
| Mod Name | Bed Chat Hider |
| Namespace / Mod ID | bed_chat_hider |
| License | GNU General Public License v3.0 (GPLv3) |
| Side Safety | 100% Client-Side (Vanilla Server Safe) |
| Source Code | GitHub Repository |
| Issue Tracker | GitHub Issues |
📦 Modpack Permissions & Distribution:
You are fully welcome to include this mod in any modpack on any platform! However, the mod file must be downloaded directly through official distribution channels (Modrinth or CurseForge). Re-uploading, mirroring, or redistributing the original mod JAR to third-party mirror sites, scraper portals, or unauthorized launchers is strictly prohibited.⚖️ License & Fork Guidelines (No Zero-Change Re-uploads):
This project is open-source under the GNU GPLv3. You are fully encouraged to inspect the code, learn from it, and fork the repository to create genuine modifications, substantial feature expansions, or community ports—provided your project remains open-source under GPLv3 with proper attribution.
However, straight 1:1 re-uploads, clone forks with no meaningful functional changes, or re-publishing identical builds under different project names (e.g. to farm downloads or rewards) are strictly forbidden.
Made with ❤️ for the Minecraft community Part of the Vanilla Outsider Collection
Project description from CurseForge.
Pick your setup
VO: Bed Chat Hider by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.3-snapshot-10
1 loader build26.3-snapshot-9
1 loader build26.3-snapshot-8
1 loader build26.3-snapshot-7
1 loader build26.3-snapshot-6
1 loader build26.3-snapshot-5
1 loader build26.3-snapshot-4
1 loader build26.3-snapshot-3
1 loader build26.3-snapshot-2
1 loader build26.3-snapshot-1
1 loader build26.3-snapshot
1 loader build26.2
1 loader buildShowing the newest 12 of 13 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
VO: Bed Chat Hider versions and loaders
VO: Vanilla Outsider: Bed Chat Hider 1.0.4+26.3
vanilla-outsider-bed-chat-hider-1.0.4+26.3.jar
31 Aug 2026
VO: Vanilla Outsider: Bed Chat Hider 1.0.4+26.1.2
vanilla-outsider-bed-chat-hider-1.0.4+26.1.2.jar
31 Aug 2026
vanilla-outsider-bed-chat-hider-1.0.4+26.2.jar
22 Jul 2026
vanilla-outsider-bed-chat-hider-1.0.3+26.2.jar
22 Jul 2026
vanilla-outsider-bed-chat-hider-1.0.2-26.2.jar
14 Jul 2026
vanilla-outsider-bed-chat-hider-1.0.1-26.2.jar
14 Jul 2026
Looking for an older file? The official CurseForge project page is in Resources.