DaylightCycle is a Folia-supported Minecraft plugin that smooths the normal night-to-day sleep skip into a configurable sun/moon transition.
- Keeps the transition speed configurable in
config.yml.
# How long the custom night-to-day sleep transition should last, in real seconds.
# Increase this to make the sun/moon move slower while players sleep.
# Decrease this to make the sun/moon move faster.
# Examples:
# transition-seconds: 4.0 # faster
# transition-seconds: 16.0 # slower
transition-seconds: 8.0
# How often the sun/moon animation updates, measured in server ticks.
# This does not control how fast the sky moves; transition-seconds controls the speed.
# Keep this at 1 for the smoothest movement. Higher values update less often and can look choppier.
tick-period: 1
# If true, rain and thunder will clear when the sleep animation finishes, matching vanilla sleep.
# If false, DaylightCycle will not change the weather after the animation.
clear-weather-on-finish: true