Palladium 🐿️

Palladium 🐿️

290k Downloads

Daylight Condition.

JusQxnatyss opened this issue · 5 comments

commented

It would be nice to have a Condition detecting if it's either the Day or the Night, rather than having two separate Condition requests hence why the name "Daylight".

commented

it would have to be 2 seperate conditions otherwise the condition would always be active?

commented

Also you can already detect if its day or night with commands and the command result condition exist so you can use that for now

commented

i'm assuming he means

"enabling": {
 "type": "palladium:daylight",
 "time": "day"
}

or

"enabling": {
 "type": "palladium:daylight",
 "time": "night"
}
commented

Ah

commented

Yea Piggie that's exactly what I meant..Also I'm aware that we can do it with Commands I just think it's simpler in case other people would require the Condition as well.