Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Easier Sleeping
ModLicenseRef-All-Rights-Reserved

Easier Sleeping

Only a percentage of players has to sleep.

136.2K
Downloads
11
Followers
6 months ago
Updated
📦
14
Versions
utilityforgeneoforge
Download Latestv1.21.1-4.0.0View on Modrinth

📖About Easier Sleeping

Version 4.X.X

For older versions of the mod, check the 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!

BisectHosting Promotion Banner

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


Support

Supported Versions Image
Minecraft versions, for which the mod is not released, are not supported.
You can find a text version here.

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 <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 percentage is active.
  • /sleep dimension remove <dimension> - Removes a dimension in which, the sleeping percentage is active.
  • /sleep dimension list_type - Shows the type of the dimensions list. 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.
  • /sleep dimension list_type <dimension_list_type> <invert_list> - Sets the 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. If the invert_list parameter is false, the dimensions list is not change. If the invert_list parameter is true, the dimensions list is inverted. All dimensions, which were not on the list before, are added to the list and all dimensions, which were on the list before, are removed.

Thanks for the logo to Muse31.
You can use this mod in non-commercial modpacks without asking.
You can find more mods from me on CurseForge and Modrinth.

This is a Forge mod only until 1.21.1. This is a NeoForge mod only starting 1.21.1. There will be no Fabric version. It will not be backported.

👥 Team & Contributors

GeheimagentNr1
GeheimagentNr1Owner

⚙️ Compatibility

Environment
✅ Client & Server
Loaders
forgeneoforge
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page