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

Improved Sleep

Multiplayer sleep percentage or fixed-player thresholds, daytime and storm rules, wake times, and sleeper rewards.

Загрузки
183
Подписчики
0
Обновлён
31 июля 2026 г.
Лицензия
NOASSERTION

Опубликован 29 мая 2026 г.

Improved Sleep

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

Improved Sleep gives multiplayer servers percentage or fixed-player sleep thresholds, separate day and storm rules, wake times, and sleeper rewards.

  • Skip on your terms — a percentage or a fixed number of sleepers, not everyone.
  • Night, day, and storms each get their own rules — separate thresholds and wake times.
  • Reward the sleepers — optional buffs after a successful skip.
  • Server-first — all the mechanics run on the server.
  • Pairs with Sleep Wake-Up Notifier — add player-facing sleep progress and morning messages.

Improved Sleep overview

Features

Thresholds that fit your server

Choose a percentage threshold or a fixed sleeper count instead of requiring every eligible player in bed. This keeps larger servers moving without forcing full attendance every night.

Percentage sleep-threshold settings

Fixed-player sleep-threshold settings

Separate night, day, and thunderstorm rules

Keep normal nighttime sleeping, optionally allow daytime sleeping, decide whether thunderstorms can use beds, and give night, storm, and daytime skips their own thresholds and wake times.

Daytime and thunderstorm sleep settings

Optional buffs for players who actually sleep

Sleepers can earn a configurable set of buffs after a successful sleep skip. Every buff is off by default, the shared duration is configurable, and effects with multiple vanilla levels keep a level setting that defaults to that effect's vanilla maximum.

Sleep reward settings

Server settings in Mod Menu

With Mod Menu installed, singleplayer worlds and permission-gated servers can edit the Server Config sleep rules, wake times, and sleep buff settings.

Improved Sleep Mod Menu settings

Quickstart

  1. Install Fabric Loader and Fabric API on your server.
  2. Drop Improved Sleep into the server's mods/ folder and start it. Your custom sleep rules apply right away — no client install required.
  3. Set thresholds, wake times, and rewards in Mod Menu (Server Config needs operator permission) or in the config file below.
  4. Want players to see sleep progress and morning messages? Add Sleep Wake-Up Notifier — it picks up these thresholds automatically.

Compatibility

Improved Sleep is server-first and owns sleep mechanics only. Here is where each piece runs and what it needs.

  • Dedicated server (required): custom night, thunderstorm, and daytime thresholds, wake times, and sleep rewards.
  • Client (optional): Mod Menu Server Config access in singleplayer or on servers where you have operator permission.
  • Required dependency: Fabric API, wherever the mod is installed.
  • Optional dependency: Mod Menu on clients for permission-gated Server Config screens.
  • Optional companion: Sleep Wake-Up Notifier for player-facing sleep progress action bars and chat summaries.
Feature Singleplayer Multiplayer with server mod Client-only install
Custom sleep thresholds This world Everyone follows the server threshold Not available
Night, day, and thunderstorm rules This world Everyone follows the server sleep rules Not available
Sleep buffs Sleepers in this world Sleepers on the server Not available
Mod Menu Server Config This world Operator-permission edits Not available

Make it yours

Improved Sleep owns mechanics only. It changes sleep rules and sleep rewards; it does not send player-facing sleep action bars or chat summaries. Pair it with Sleep Wake-Up Notifier for those.

  • Night, thunderstorm, and daytime threshold modes can each use a percentage of eligible players or a fixed player count.
  • Thunderstorms have their own wake time and threshold instead of reusing the clear-weather day or night rules.
  • Night, thunderstorm, and daytime skips can each wake players on the day or night marker.
  • Fixed-count thresholds cap to the number of eligible non-spectator players in the Overworld.
  • Sleep buffs apply only to players who are sleeping when a configured sleep skip succeeds.
  • Rewards with multiple vanilla levels keep an inline level that cycles from I up to that effect's current vanilla maximum, with the maximum selected by default.
  • In singleplayer, Server Config edits the local file. On remote servers, Server Config is editable only with operator permission.
  • Missing or invalid JSON values fall back to the latest defaults and are rewritten automatically.

Config file

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

Show the default improved-sleep.json
{
  "schema_version": 1,
  "server": {
    "enabled": true,
    "sleep_rules": {
      "night": {
        "allow_sleep": true,
        "wake_target": "day",
        "threshold": {
          "mode": "fixed_count",
          "percentage": 50,
          "fixed_count": 1
        }
      },
      "thunderstorm": {
        "allow_sleep": true,
        "wake_target": "day",
        "threshold": {
          "mode": "fixed_count",
          "percentage": 50,
          "fixed_count": 1
        }
      },
      "day": {
        "allow_sleep": false,
        "wake_target": "night",
        "threshold": {
          "mode": "fixed_count",
          "percentage": 50,
          "fixed_count": 1
        }
      }
    },
    "rewards": {
      "shared_duration_minutes": 1,
      "entries": {
        "speed": {
          "enabled": false
        },
        "haste": {
          "enabled": false
        },
        "strength": {
          "enabled": false
        },
        "jump_boost": {
          "enabled": false
        },
        "regeneration": {
          "enabled": false
        },
        "resistance": {
          "enabled": false
        },
        "fire_resistance": {
          "enabled": false
        },
        "water_breathing": {
          "enabled": false
        },
        "invisibility": {
          "enabled": false
        },
        "night_vision": {
          "enabled": false
        },
        "health_boost": {
          "enabled": false
        },
        "absorption": {
          "enabled": false
        },
        "luck": {
          "enabled": false
        },
        "slow_falling": {
          "enabled": false
        },
        "conduit_power": {
          "enabled": false
        },
        "dolphins_grace": {
          "enabled": false
        },
        "hero_of_the_village": {
          "enabled": false
        },
        "breath_of_the_nautilus": {
          "enabled": false
        }
      }
    }
  }
}

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.
  • Sleep Wake-Up Notifier — Live multiplayer sleep progress, wake-up notifications, custom bed messages, and morning broadcasts with Improved Sleep integration.

Support & license

Report issues at issues.

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

Improved Sleep is not official Minecraft content and is not endorsed by or associated with Mojang or Microsoft.

Ченджлог

0.1.4+26.2Релиз26.2 · 31 июля 2026 г.

Changed

  • Improved launcher and Modrinth discovery with a clearer multiplayer-sleep summary, focused categories, and capability-first README copy.
  • Added distinct Mod Menu summary and detail text plus direct links to Modrinth, the Bearaujus mod catalog, and the public issue tracker.
  • Corrected Fabric issue metadata to use the public HTTPS issue tracker and aligned every project link with this mod's listing.
  • Added descriptive Modrinth gallery titles sourced from current README screenshots and retired an obsolete configuration-screen image.

Notes

  • No gameplay behavior changed in this metadata-focused release.
  • This build targets Minecraft >=26.2 <26.3.0 and retains the existing boot-tested Fabric runtime minimums.
0.1.3+26.2Релиз26.2 · 31 июля 2026 г.

Changed

  • Added tested Minecraft 26.2 support, including 26.2.x patch releases through the ~26.2 dependency range.
  • Compiled against Fabric Loader 0.19.3 and Fabric API 0.156.0+26.2 while keeping the boot-tested runtime minimums at Loader 0.19.0 and Fabric API 0.147.1+26.2.
  • Made sleep-cycle interception composable with vanilla and other mods, preserving incoming behavior whenever Improved Sleep does not own the Overworld skip.
  • Restricted rewards to eligible sleepers who actually wake from a configured time-advancing skip, with corrected effect-level and day/night boundary handling.
  • Improved Config screen synchronization, retained drafts, keyboard and read-only accessibility, reward icons, narrow-screen layout, resizing, validation, and save feedback.

Notes

  • This build targets Minecraft >=26.2 <26.3.0; Minecraft 26.1.x is no longer supported.
0.1.2+26.1.2Релиз26.1.2 · 10 июня 2026 г.

Changed

  • Lowered the declared Fabric Loader runtime minimum from 0.19.3 to 0.19.0.

Notes

  • Metadata-only patch release. No gameplay, config, icon, or README changes from the previous published build.
0.1.1+26.1.2Релиз26.1.2 · 8 июня 2026 г.

Changed

  • Relaxed the Minecraft dependency from exact 26.1.2 to patch-tolerant ~26.1.2 so the mod keeps loading across 26.1.x patches.
  • Lowered the declared Fabric API runtime minimum from 0.150.0+26.1.2 to 0.145.4+26.1.2.
  • Relaxed the optional Mod Menu suggestion metadata from >=18.0.0-beta.1 to *.

Notes

  • Metadata-only patch release. No gameplay, config, icon, or README changes from the previous published build.
0.1.0+26.1.2Релиз26.1.2 · 7 июня 2026 г.

Added

  • Initial release.

Комментарии

Загружаем…