Name | <util.delta_time_since_start> |
Returns | DurationTag |
Description | Returns the duration of delta time since the server started.
Note that this is delta time, not real time, meaning it is calculated based on the server tick, which may change longer or shorter than expected due to lag or other influences. If you want real time instead of delta time, use util.real_time_since_start. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L805 |