AdvancedPlugins / Seasons

Experience dynamic seasons in Minecraft with Advanced Seasons, the most immersive seasons plugin available.
Apache License 2.0
1 stars 1 forks source link

calendar.yml has no effect on day length #95

Closed Pilvinen closed 1 month ago

Pilvinen commented 1 month ago

Describe the bug

Spigot with Minecraft 1.20.6 Latest AdvancedSeasons. ProtocolLib dev [#689] May 6, 2024, 5:02 PM

Using calendar.yml to adjust time length has no effect whatsoever.

How to reproduce

Install Spigot 1.20.6 and dev version of protocolLib that runs on 1.20.6
Install AdvancedSeasons.
time:
# In Vanilla: entire day in normal minecraft is 20 minutes
spring:
# Length of day time, in real world minutes
dayLength: 40
nightLength: 40
summer:
dayLength: 60
nightLength: 20
fall:
dayLength: 40
nightLength: 40
winter:
dayLength: 28
nightLength: 52

# Seasons Progression
progression:
# Should season progression be paused? Set to true to pause
paused: false

calendar:
# How many days should one season last
seasonDays: 2
# How many days should it take to transition between seasons?
transitionDays: 1

This config results in 100% normal 20 minute day length.

Screenshots / Videos

No response

Server Log

No response

Ynverxe commented 1 month ago

This is not a bug, it is common behavior. The custom time function is only for changing the length of the night or day, not for extending the cycle duration.