DayNap
Modby Nikrecs
Adds bed based time skipping: sleep through the day to reach night, optionally skip night to day. Configurable modes and player percentage threshold.
Type
Mod
CurseForge Downloads
3,609
CurseForge ID
1476851
Modrinth Downloads
1,268
Modrinth ID
XXZAWr7k
Last Updated
Jul 26, 2026
Description
[](https://discord.gg/HTkn94BXmA)
Lets players sleep through the day to jump straight to night. Optionally, it can also skip the night back to day, but that mode is disabled by default and requires players to get out of bed and lie down again after a day skip.
**Install on the server. Client installation is optional** (vanilla clients can join and use it seamlessly).
Singleplayer note: **Works perfectly in singleplayer.** Just install it normally in your mods folder.
**Please report any bugs, errors, or feature suggestions on Discord:** [https://discord.gg/4XUPywnEyE](https://discord.gg/4XUPywnEyE)
## Configuration
* Active world config: `world/serverconfig/daynap-server.toml`
* Pack default config: `defaultconfigs/daynap-server.toml`
Use `defaultconfigs/daynap-server.toml` if you want every new world or server save to start with your preferred rules.
### Available options
`enableDaySkip`
* Enables sleeping during the day and skipping forward to the start of night.
* Default: `true`
`daySkipPercent`
* Percentage of non-spectator players in the same dimension that must be sleeping to skip the day.
* Default: `100`
`skipTimePerTick`
* Peak amount of in-game time ticks advanced every server tick while a skip is running.
* The transition now eases in and eases out for a softer start and finish instead of moving at a flat speed.
* Default: `300`, which makes a full day-to-night skip take about 3 seconds.
`enableNightSkip`
* Enables skipping the night back to day.
* Players who stayed in bed through a day skip must stand up and lie down again before they count for the night skip.
* Default: `false`
`nightSkipPercent`
* Percentage of non-spectator players in the same dimension that must be sleeping to skip the night.
* Default: `50`
### Example
Default behaviour:
```toml
enableDaySkip = true
daySkipPercent = 100
skipTimePerTick = 300
enableNightSkip = false
nightSkipPercent = 50
```
Enable both directions, but let half the server skip day and two thirds skip night:
```toml
enableDaySkip = true
daySkipPercent = 50
skipTimePerTick = 120
enableNightSkip = true
nightSkipPercent = 67
```
Compatibility
Mod Loaders
Fabric
Forge
Neoforge
Game Versions
1.19.2
1.20.1
1.21.1
1.21.11
26.1
26.1.1
26.1.2
26.2
Screenshots
Similar Mods
Snap Tap
The controversial feature from Wooting/Razer keyboards for minecraft!
Mod
48,748
Recycle Iron
recycle more iron and gold items
Mod
48,746
Sapwood
Find rare maple trees and collect their sap for delicious treats
Mod
48,729
Cash Craft
A mod to add physical currency to Minecraft
Mod
48,723
Skyward Recipe Changes
Some recipe changes
Mod
48,716
Ore Cow - Forge
Cows with resources
Mod
48,701