Easier Sleeping

⭐ — (13 endorsements) 📥 252,111 downloads 📌 v1.21.1-4.0.1 📅 4/7/2023
🟡 Updated this year

By GeheimagentNr1 · forge

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/2/2026 📅 Created: 4/7/2023
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #117 of 403 forge mods in this game by downloads

📋 About This Mod

## Version 4.X.X For older versions of the mod, check the (https://github.com/GeheimagentNr1/EasierSleeping/wiki). This mod adds that only a percentage of Players have to sleep. The messages are only shown to players in the same dimension. Since Minecraft 1.19.1 the Mod is needed on the server and client side. For 1.19 and before, the Mod is only needed on the server side, but can also be used on the client side. --- You need a server to play with friends? You don't know how to set up one? Just rent an already configured server! !(https://raw.githubusercontent.com/GeheimagentNr1/Online_Mod_Data/master/images/bisect_hosting_banner.png) Click on the picture above, select a plan (with recommended at least 6 GB), use my code **(https://bisecthosting.com/agent)** to get **25%** off your first month and enjoy playing with your friends! --- ## Support !(https://raw.githubusercontent.com/GeheimagentNr1/Online_Mod_Data/master/Supported_Versions.png) Minecraft versions, for which the mod is not released, are not supported. You can find a text version (https://github.com/GeheimagentNr1/Online_Mod_Data/wiki/Supported-Versions). ## Server Config The config file can be found in the "serverconfig" folder in the "world" folder and is named "easier_sleeping-server.toml". The name of the world folder is set for servers in the "server.properties" file and for clients it is the name of the world/save game in the world list, and it can be found in the "saves" folder in the ".minecraft" folder. The config can be edited with commands. The changes done with the commands, will be saved to the config. * **sleep_percent** Percentage of players required to skip the night. Default: 50 * **sleep_messages** List of messages, from which one will be shown, when a player goes to bed (Available parameters: %player% = Player name) Default: * **wake_messages** List of messages, from which one will be shown, when a player leaves his bed (Available parameters: %player% = Player name) Default: * **morning_messages** List of messages, from which one will be shown, when the night was skipped Default: * **all_players_rest** If true, the time since last rest is reset for all players, if enough other players are successfully sleeping. So not every player has to sleep to prevent phantom spawning for him. Default: false * **dimensions** Dimensions in which, the sleeping percentage is active or inactive, depending on the dimension_list_type option. Default: * **dimension_list_type** If dimension_list_type is set to SLEEP_ACTIVE, the dimension list is the list of dimensions in which the sleep voting is active. If dimension_list_type is set to SLEEP_INACTIVE, the dimension list is the list of dimensions in which the sleep voting is inactive. Default: "SLEEP_ACTIVE" * **block_blacklist** Block names of beds being ignored for sleep percentage. Examples: minecraft:white_bed, comforts:hammock_white ## Commands * `/sleep sleep_percent` - Shows the current percentage of players required to skip the night. * `/sleep sleep_percent <sleep_percent>` - Sets the percentage of players required to skip the night. * `/sleep messages sleep` - Shows the list of messages, from which one will be shown, when a player goes to bed * `/sleep messages sleep add <message>` - Adds a message from the list of messages, from which one will be shown, when a player goes to bed * `/sleep messages sleep remove <message>` - Removes a message from the list of messages, from which one will be shown, when a player goes to bed * `/sleep messages wake` - Shows the list of messages, from which one will be shown, when a player leaves his bed * `/sleep messages wake add <message>` - Adds a message from the list of messages, from which one will be shown, when a player leaves his bed * `/sleep messages wake remove <message>` - Removes a message from the list of messages, from which one will be shown, when a player leaves his bed * `/sleep messages morning` - Shows the list of messages, from which one will be shown, when the night was skipped * `/sleep messages morning add <message>` - Adds a message from the list of messages, from which one will be shown, when the night was skipped * `/sleep messages morning remove <message>` - Removes a message from the list of messages, from which one will be shown, when the night was skipped * `/sleep all_players_rest` - Shows, if for all players the last slept time will be reset, if players sleep successfully. * `/sleep all_players_rest <all_players_rest>` - Sets, if for all players the last slept time shall be reset, if players sleep successfully. * `/sleep dimension` - Shows dimensions in which, the sleeping percentage is active. * `/sleep dimension add <dimension>` - Adds a dimension in which, the sleeping pe

## Version 4. X. X For older versions of the mod, check the (https://github.com/GeheimagentNr1/EasierSleeping/wiki).

This mod adds that only a percentage of Players have to sleep. The messages are only shown to players in the same dimension. Since Minecraft 1. 19. 1 the Mod is needed on the server and client side. For 1. 19 and before, the Mod is only needed on the server side, but can also be used on the client side.

You need a server to play with friends? You don't know how to set up one? Just rent an already configured server!

!(https://raw.githubusercontent.com/GeheimagentNr1/Online_Mod_Data/master/images/bisect_hosting_banner.png)

Click on the picture above, select a plan (with recommended at least 6 GB), use my code (https://bisecthosting.com/agent)** to get 25%* off your first month and enjoy playing with your friends!

## Support !(https://raw.githubusercontent.com/GeheimagentNr1/Online_Mod_Data/master/Supported_Versions.png) Minecraft versions, for which the mod is not released, are not supported. You can find a text version (https://github.com/GeheimagentNr1/Online_Mod_Data/wiki/Supported-Versions).

## Server Config The config file can be found in the "serverconfig" folder in the "world" folder and is named "easier_sleeping-server.toml". The name of the world folder is set for servers in the "server.properties" file and for clients it is the name of the world/save game in the world list, and it can be found in the "saves" folder in the ".minecraft" folder. The config can be edited with commands. The changes done with the commands, will be saved to the config.

sleep_percent Percentage of players required to skip the night. Default: 50 sleep_messages List of messages, from which one will be shown, when a player goes to bed (Available parameters: %player% = Player name) Default: ["%player% is now in bed."] wake_messages List of messages, from which one will be shown, when a player leaves his bed (Available parameters: %player% = Player name) Default: ["%player% stood up."] morning_messages List of messages, from which one will be shown, when the night was skipped Default: ["Good Morning"] all_players_rest If true, the time since last rest is reset for all players, if enough other players are successfully sleeping. So not every player has to sleep to prevent phantom spawning for him. Default: false dimensions Dimensions in which, the sleeping percentage is active or inactive, depending on the dimension_list_type option. Default: ["minecraft:overworld"] dimension_list_type If dimension_list_type is set to SLEEP_ACTIVE, the dimension list is the list of dimensions in which the sleep voting is active. If dimension_list_type is set to SLEEP_INACTIVE, the dimension list is the list of dimensions in which the sleep voting is inactive. Default: "SLEEP_ACTIVE" block_blacklist Block names of beds being ignored for sleep percentage. Examples: minecraft:white_bed, comforts:hammock_white

## Commands `/sleep sleep_percent` - Shows the current percentage of players required to skip the night. `/sleep sleep_percent ` - Sets the percentage of players required to skip the night. `/sleep messages sleep` - Shows the list of messages, from which one will be shown, when a player goes to bed `/sleep messages sleep add ` - Adds a message from the list of messages, from which one will be shown, when a player goes to bed `/sleep messages sleep remove ` - Removes a message from the list of messages, from which one will be shown, when a player goes to bed `/sleep messages wake` - Shows the list of messages, from which one will be shown, when a player leaves his bed `/sleep messages wake add ` - Adds a message from the list of messages, from which one will be shown, when a player leaves his bed `/sleep messages wake remove ` - Removes a message from the list of messages, from which one will be shown, when a player leaves his bed `/sleep messages morning` - Shows the list of messages, from which one will be shown, when the night was skipped `/sleep messages morning add ` - Adds a message from the list of messages, from which one will be shown, when the night was skipped `/sleep messages morning remove ` - Removes a message from the list of messages, from which one will be shown, when the night was skipped `/sleep all_players_rest` - Shows, if for all players the last slept time will be reset, if players sleep successfully. `/sleep all_players_rest ` - Sets, if for all players the last slept time shall be reset, if players sleep successfully. `/sleep dimension` - Shows dimensions in which, the sleeping percentage is active. `/sleep dimension add ` - Adds a dimension in which, the sleeping pe

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
GeheimagentNr1
Version
1.21.1-4.0.1
Downloads
252,111
Endorsements
13
Category
forge
Created
4/7/2023
Updated
5/2/2026
Game Versions
1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5
Tags
utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Easier Sleeping support?

The author lists 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6. Other versions may work but are untested by the author.

What is the latest version of Easier Sleeping?

Version 1.21.1-4.0.1, published 2026-05-02 with 252,111 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More forge 👤 More by GeheimagentNr1 🔎 Similar Mods 🌐 Best forge (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods