Instant day to night transition?
Which plugin can I use for a short or instant day>night and night>day transition? I'm currently using TimeOfDay for freezing the time at 12 but I'd like to set the time to midnight for 5 minutes and then back to midday for 55 minutes with a very for transition or instant.
You don't need a plugin for that, you can just do it on the console:

env.time 12

... or whatever time you want. If you want to do this on a schedule you can use the TimedExecute plugin.

Merged post

Also, if you just want to freeze time you don't need a plugin for that either:

env.progresstime 0
Thank you. This was one of the first things I set up on the server more than 6 months and never looked into it anymore. Nice to know I can remove one more plugin.