Sleep Wake-Up Notifier

Quick rating

Sleep Wake-Up Notifier

No reviews yet

Live multiplayer sleep progress, wake-up notifications, custom bed messages, and morning broadcasts with Improved Sleep integration.

Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
NOASSERTION
Latest Version
0.1.4+26.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Sleep Wake-Up Notifier

Minecraft 26.2 Loader Fabric Install Server-first Modrinth project Bearaujus mod catalog

Sleep Wake-Up Notifier adds live multiplayer sleep progress, wake-up notifications, custom bed messages, and morning broadcasts.

  • Watch the skip happen — a live sleep progress action bar with the count still needed.
  • A clear "sleep now" cue — a short prompt the moment the threshold is reached.
  • Mornings that match the night — broadcasts for nobody-slept, partial, and full skips.
  • Custom bed messages — override too far away, occupied, obstructed, not safe, and sleep-not-possible.
  • Smarter with Improved Sleep — automatically uses its custom threshold when both are installed.

Sleep Wake-Up Notifier overview

Features

Sleep status that stays readable

Players see a short built-in sleep progress message with the current sleepers-needed count highlighted in yellow. Once the threshold is reached, a brief sleep-ready cue appears before the skip happens. Leave inheritance on to match the server by default, or turn it off when you want your own Client Config preference.

Mornings that match how the night ended

When morning starts, broadcast short built-in messages for nobody-slept mornings, partial-sleep mornings, and successful skips. Add the day number, include how many players slept, and keep or remove the nobody-slept line — no free-form templates to manage.

Bed messages you control

Override the bed interaction messages for too far away, occupied, obstructed, not safe, and sleep-not-possible. Players with the mod can leave those settings inheriting from the server, or turn inheritance off and keep their own on their computer.

Automatic Improved Sleep integration

Sleep Wake-Up Notifier works on vanilla sleep rules by default. If Improved Sleep is installed on the server, the action bars and morning messages automatically use its custom sleepers-needed threshold instead of the vanilla gamerule.

One Mod Menu screen for everything

With Mod Menu installed, a single screen handles Client Config action bar and bed messages plus Server Config action bar, bed, and morning messages. Overlapping client settings inherit from Server Config by default while keeping your saved local values for later if you turn inheritance off. In singleplayer and the main menu it edits one local file; on multiplayer servers, Server Config becomes editable with operator permission.

Quickstart

  1. Install Fabric Loader and Fabric API on your server.
  2. Drop Sleep Wake-Up Notifier into the server's mods/ folder and start it. Players immediately see sleep progress and morning messages on vanilla sleep rules.
  3. Want personal action bar and bed-message control? Add the mod (and Mod Menu) on your client.
  4. Running Improved Sleep too? Install it on the server and the progress and morning messages follow its custom threshold automatically.

Compatibility

Sleep Wake-Up Notifier is server-first. Here is where each piece runs and what it needs.

  • Dedicated server (required): Server Config action bars, morning messages, and Improved Sleep integration.
  • Client (optional): personal sleep action bar control, personal bed messages, Mod Menu settings, and singleplayer.
  • Required dependency: Fabric API, wherever the mod is installed.
  • Optional dependency: Mod Menu on clients for Client Config and permission-gated Server Config.
  • Optional companion: Improved Sleep on the server for custom thresholds, daytime sleeping, and sleep rewards.
Feature Singleplayer Multiplayer with server mod Client-only install
Sleep status action bar Client and Server Config Your client, or overlapping Server Config when inherited Client Config only
Bed messages Client and Server Config Your client, or overlapping Server Config when inherited Client Config only
Wake-up chat messages This world Everyone sees the broadcast Not available
Improved Sleep threshold integration Uses Improved Sleep if both are installed Uses Improved Sleep if both are installed Not available
Mod Menu settings Client and Server Config Client on this computer; Server Config with operator permission Client Config only

Make it yours

Sleep Wake-Up Notifier keeps client settings separate from server settings.

  • Client settings control your sleep action bar and bed-message overrides on this computer after you turn inheritance off.
  • Client Config can inherit overlapping Server Config values without overwriting your saved local values.
  • Server settings control the sleep action bar, bed-message overrides, and morning messages.
  • Each scope has its own master toggle, so either side can stay on or off.
  • With Improved Sleep installed on the server, progress and morning messages use its custom sleepers-needed value automatically.
  • Sleep progress uses the built-in players sleeping action bar with yellow-highlighted counts instead of editable templates.
  • The sleep-ready cue is built in for players with the mod, while the server action bar keeps its own toggle and optional vanilla-message toggle.
  • Morning messages are built in and can optionally include the new day number, the players-slept count, and the nobody-slept line.
  • Bed-message override fields stay editable; leave a line blank to use the vanilla wording.
  • In singleplayer and the main menu, one screen edits both scopes in the local file. On remote servers, Server Config is editable only with operator permission.

Config file

After first launch, edit config/sleep-wake-up-notifier.json. File edits need a game or server restart; Mod Menu changes apply immediately where editable.

Show the default sleep-wake-up-notifier.json
{
  "schema_version": 1,
  "server": {
    "enabled": true,
    "broadcasts": {
      "on_day_start": {
        "enabled": true,
        "include_day_number": true,
        "include_players_slept_count": true,
        "include_nobody_slept_alert": true
      }
    },
    "action_bar": {
      "sleep_status_enabled": true,
      "during_sleep_progress_enabled": true,
      "on_sleep_ready_enabled": true,
      "on_sleep_ready_use_vanilla_message": false
    },
    "bed_messages": {
      "enabled": false,
      "messages": {
        "too_far_away": "",
        "obstructed": "",
        "occupied": "",
        "not_safe": "",
        "sleep_not_possible": ""
      }
    }
  },
  "client": {
    "enabled": true,
    "inherit_server_settings": true,
    "action_bar": {
      "sleep_status_enabled": true
    },
    "bed_messages": {
      "enabled": false,
      "messages": {
        "too_far_away": "",
        "obstructed": "",
        "occupied": "",
        "not_safe": "",
        "sleep_not_possible": ""
      }
    }
  }
}

More from bearaujus

Browse every Bearaujus mod, current version, and install link at modrinth.bearaujus.com.

More server-first Fabric mods in the same family:

  • Dimension Notifier — Server-side dimension change notifications with action bar coordinates, chat broadcasts, and live Tab list labels.
  • Death Respawn Notifier — Server-side death coordinates, respawn notifications, personal death-screen details, and live Tab list dead markers.
  • Improved Sleep — Multiplayer sleep percentage or fixed-player thresholds, daytime and storm rules, wake times, and sleeper rewards.

Support & license

Report issues at issues.

Sleep Wake-Up Notifier is distributed under the Bearaujus Proprietary License v1.0. Full terms ship inside the downloaded jar as LICENSE.txt.

Sleep Wake-Up Notifier is not official Minecraft content and is not endorsed by or associated with Mojang or Microsoft.

Screenshots

Gallery

  • Sleep Wake-Up Notifier overview
    Sleep Wake-Up Notifier overview

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works