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
world/serverconfig/daynap-server.tomldefaultconfigs/daynap-server.tomlUse defaultconfigs/daynap-server.toml if you want every new world or server save to start with your preferred rules.
enableDaySkip
truedaySkipPercent
100skipTimePerTick
300, which makes a full day-to-night skip take about 3 seconds.enableNightSkip
falsenightSkipPercent
50Default 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

Adds bed based time skipping: sleep through the day to reach night, optionally skip night to day. Configurable modes and player percentage threshold.