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

config.yml resets on server restart #26

Closed Collin146 closed 5 months ago

Collin146 commented 5 months ago

Hello, I've been trying to get the plugin to run on my PaperMC server, on 1.20.1 though every time I make an edit to the config.yml to for example, slow down daytime, the file gets reset every time the server starts. Not quite sure why this is happening?

Collin146 commented 5 months ago

Was only actually able to slow down daytime by using the /tm set speedDay 0.5 command. When I edit the config.yml directly through a text editor, the values reset on restart. Might be an issue on my part due to editing the file whilst the server is running. though Will double-check since I see that can cause issues too.

ArVdC commented 5 months ago

If you make changes to the config file while the server is running, then use the /tm reload config command to commit your changes.