ArVdC / TimeManager

Bukkit plugin for time management and display
https://dev.bukkit.org/projects/mc-timemanager/files
Eclipse Public License 1.0
7 stars 3 forks source link

When setting different daySpeed and nightSpeed the day freezes at 7p.m. #6

Closed piojanu closed 3 years ago

piojanu commented 3 years ago

Hi!

Thanks for the plugin, it is very useful. However, we would like to set our day longer than the night. And it won't work. We've tested setting the daySpeed for different values (i.e. 0.1, 0.2, 0.5, 0.9) while leaving the nightSpeed to 1.0, and in such case, the day freezes. Most often, it stops at 7:00 pm and won't progress into the night.

Thanks for your support, Piotr

Mordeus commented 3 years ago

I have the same issue, as long as its 1.0 for day it works, I have mine set to 1.0 for day and 2.0 for night and it works, I want it to be .5 for day though, when its set to that, or anything below 1.0 it freezes at 19:00

ArVdC commented 3 years ago

Hi, Thanks for the bug description. I will check this ASAP, but it may take a while to fix it. I'll keep you informed.

ArVdC commented 3 years ago

Hi, I forgot to update the doDaylightCycle gamerule when the timer goes from a decreased speed to a normal or accelerated speed. So it can unfortunately stop at 6:00 a.m. or 7:00 p.m. I will post a fix shortly, maybe tonight or tomorrow.

ArVdC commented 3 years ago

Please try the 1.3.1 release, it should solve the problem.