Skip to content

Time Since Rest

Checks how long the player has been sleeping, time is in ticks.

Fields

Field Type Default Description
comparison Comparison The comparison to use.
compare_to Integer The value to compare to.

Example

{
        "entity_condition": {
            "type": "moborigins:time_since_rest",
            "comparison": "greater_than",
            "compare_to": 100
        }
    }
Checks how long the player has been sleeping.