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

Error message while resetting a world #25

Closed RobZenFL closed 5 months ago

RobZenFL commented 5 months ago

Hey, while our resource world was automatically reset, an error message from TimeManager appeared. I don't think it's breaking something, but I just wanted to let you know. (Reset means the world is deleted and created again with the same name, so after that operation TM has the same settings for the "same" world - that works just fine)

Error message: https://pastebin.com/BHXxb1DS Full log of the reset: https://pastebin.com/ahQX3q7y

Server version: git-Paper-447 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 0052e2d) TimeManager version: 1.8.2

ArVdC commented 5 months ago

How do you go about resetting the world ? What command do you use to do this ?

RobZenFL commented 5 months ago

We use a plugin for it: Link

I think the free version of the plugin uses the same method, the above is a paid resource: Link

ArVdC commented 5 months ago

I found out what was wrong. During the reset, the world obviously became temporarily inaccessible, and the scheduler blocked the first time the error was encountered. This will be fixed in the next update. Thank you for reporting it to me.

ArVdC commented 4 months ago

Here we are : https://github.com/ArVdC/TimeManager/releases/tag/v1.9.0

RobZenFL commented 4 months ago

You are awesome, thank you very much!