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

Sleeping speeds up time #24

Closed Mark-A-Richardson closed 7 months ago

Mark-A-Richardson commented 8 months ago

Minecraft Paper v1.20.4:381 TimeManager v1.8.1

I just updated our Minecraft server to version 1.20.4. We have the Speed set to 0.5 (So the day and night would last twice as long). Whenever someone sleeps (skipping the night), the speed of time seems to increase by a certain amount. After a few nights of sleeping the days were lasting less than a minute.

Tested leaving it for a couple of in-game days without sleeping, and the speed of time did not seem to increase, indicating the sleeping skipping time process was the thing increasing the speed.

Also tested setting the Speed back to 1.0, and as far as I could tell, time did not speed up after sleeping.

I've attached my config file, if it helps. (Renamed to .txt so I can upload) config.txt

ArVdC commented 8 months ago

You are absolutely right. Apparently a new speed modifier is superimposed on the previous one every time someone sleeps through the night. Thank you for letting me know. I will try to find the cause.

ArVdC commented 8 months ago

I think I found where the error was. This should be resolved. Please try version 1.8.2 before closing this issue. Thanks

Mark-A-Richardson commented 7 months ago

I've been running with the new version for a couple of hours now, and haven't seen any issues. So I would say it's fixed. Thank you for the quick turnaround.