TimeOfDay
Moved
Total Downloads: 11,166 - First Release: Sep 24, 2015 - Last Update: Feb 16, 2017
- 5/5, 25 likes
-
-
Do you know any solution for redefine/reconfigure it somewhere eg. if I want to change the (faster) night perdiod to start 1900 and end 0800 instead of the 'default' values (1945-0700 if I remember well)?
-
-
I didn't realized the game date is affect the sunset/sunrise time like in the real life. I've tried the freeze and it's working fine, but I want to keep the automatic events (airdrop, helicopter). The 1 minute night time is also fine for me, actually it looks cool, like a timelapse
Thank you the answer and the great plugin!
-
I think you can add vote to skip night time. This plugin is already, but...
-
-
-
-
-
Version 2.3.1 messed up with ZLevelsRemastered day n night cycles. Loading 2.3.0 got them corrected.
Code:(11:36:13) | Unloaded plugin TimeOfDay v2.3.1 by Fujikura (11:36:13) | Loaded plugin TimeOfDay v2.3.0 by Fujikura (11:36:13) | [ZLevelsRemastered] Nightbonus points disabled
-
-
I just wish you can set the times, just like dayvote plugin, if i remember correctly you where able to set the times you wanted the sun to come out and the time you wanted to skip night.
-
And cause this is a simple "time" and not a "vote" plugin, it has no manual overrides -
-
Setting the time of day isn't working. e.g.
/tod set 9 -
Use the console:Code:env.time 9
-
Hm, okay. But it used to. Hehe. Page 1 of this thread says:-
Available Commands:
Code (Text):
/tod - Shows current Time Of Day.
/tod set <hour> - Sets the time to the given hour.
/tod daylength <length> - Sets the daylength in minutes.
/tod nightlength...
Thank you (and Wulf) for pointing me in the right direction.
I've used AliasSystem to create two aliases - one for day and one for night.
/alias add /day "env.time 9"
/alias add /night "env.time 19"
EDIT (again): And one more for more flexibility.
/alias add /set "env.time"
So now I can just do:-
/set 9
Problem solved. Thanks again. -
The time keeps getting set at 1100 and reset and put on a loop. It never goes above 1130
My config:
{
"DatePreset": {
"presetDay": 1,
"presetMonth": 1,
"presetYear": 2020,
"setPresetDate": false
},
"Settings": {
"authLevelCmds": 1,
"authLevelFreeze": 2,
"autoSkipDay": false,
"autoSkipNight": false,
"dayLength": 30,
"freezeDate": false,
"logAutoSkipConsole": true,
"nightLength": 15
},
"TimeFreeze": {
"freezeTimeOnload": false,
"timeToFreeze": 12.0
}
}