Compatibility
Minecraft: Java Edition
1.21.11
1.21.1
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published last week
Updated 6 days ago
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.
Please report any bugs, errors, or feature suggestions on Discord: 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:
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:
enableDaySkip = true
daySkipPercent = 50
skipTimePerTick = 120
enableNightSkip = true
nightSkipPercent = 67



