So I just started a server based on the movie "The Purge", and I have day set to 60 min, and night set to 40 min. With the recent changes, night time looks amazing while the moon is out, but when there is no moon, it makes for really dark 40 minute nights where players get aggravated because it is hard to pvp. I was wondering if it was possible to design a plugin where there is a visible full moon every night?
Solved Full moon every night
Discussion in 'Plugin Requests' started by OfficialJaco, Dec 25, 2017.
-
@OfficialJaco
Surrre I can help you
>>> TimeOfDay for Rust | Oxide
with these custom options being set to reach this for example:
Code:{ "DatePreset": { "presetDay": 3, "presetMonth": 6, "presetYear": 2020, "setPresetDate": true // 'true' sets on load the predefined game date }, "Settings": { "freezeDate": true, // 'true' would keep always the same day }, }
-
Thanks a lot! I saw that in the coding but didn't realize that's what it did.
-
@Fujikura
I'm playing around with the different days/months trying to get a crescent moon that is in the sky all night. Is there a trick to this or do I gotta keep playing around with it till I get it? lol -
-
-
is there a command to check what day it is?
-
env.day
env.year -
-
-