Skip night sooner?
Is there a plugin that allows you to Skip night at, say, 6pm in-game time?
The problem with resetting env.time is that it resets to the same in-game day, so the daily events will stop happening. To get around this you can use env.addtime - for example, to "fast forward" 8 hours:

env.addtime 8​

 

5c5339bb3cef3.png JimDeadlock
The problem with resetting env.time is that it resets to the same in-game day, so the daily events will stop happening. To get around this you can use env.addtime - for example, to "fast forward" 8 hours:

env.addtime 8​

 

I actually wouldn't mind the events resetting, as they're disabled on a timer using a plugin anyway.  AddTime doesn't change the actual time, which is what I truly need it to do.