Name | <util.real_time_since_start> |
Returns | DurationTag |
Description | Returns the duration of real time since the server started.
Note that this is real time, not delta time, meaning that the it is accurate to the system clock, not the server's tick. System clock changes may cause this value to become inaccurate. In many cases util.delta_time_since_start is preferable. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L818 |