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

Moon phasing: #12

Closed mrcoffee1026 closed 2 years ago

mrcoffee1026 commented 2 years ago

This destroys the purpose of this plugin for me: the whole point was to synchronize the times... and therefore the moon cycles... but for some reason you have it running through every single phase of the moon every single night, rotating possibly 3x per night (instead of once per minecraft month as it's supposed to be). This is a massive problem since the point of keeping the phases synched between worlds was to prevent exploiting of the Werewolf plugin as they achieve a level every full moon, but with 3 of them nightly it makes it very unfair for everybody. Please achieve synching without breaking moon functionality? Not sure if this has something to do with the command /tm set date today all ... but this should be a one off thing not something that attempts to run every two seconds thereby advancing the moon and minecraft "world" time for forever... in a futile attempt to catch up with the current date, thereby gaining a day every two seconds. Anyway, let me know your thoughts or if you can remedy this situation, thank you!

ArVdC commented 2 years ago

This is because the plugin does not prevent the use of sync when 'sleep: linked' is used via the config.yml file. Set 'sync: false' to avoid this problem. I'll change this in the next update.