coolsquid / React

Scriptable reactions to events
The Unlicense
3 stars 0 forks source link

Exact time for the world time target filter #5

Closed lobbienjonsji closed 6 years ago

lobbienjonsji commented 6 years ago

Right now, when the target filter "time" for worlds is selected, and set to a specific time in ticks (eg. 18000 for midnight or 6000 for noon), no world is getting selected. I would love to have the possibility to chose an exact time to make an action happen exactly once a day.

coolsquid commented 6 years ago

The "time" filter currently only takes "day" and "night" as values. I'll add the ability to specify the time in ticks as well.

coolsquid commented 6 years ago

Done. A new version will be released shortly. A specific time can be specified in the "time" filter (e.g. "time = 6000"), or a range can be specified using the "min_time" and "max_time" filters.