Hi, I want to use the amount of time between 2 date to calculate something(for example velocity, accerelation, dps, etc.) but I found that it's difficult to convert timespan into seconds or ticks.
I know how to convert timespan into seconds but that's too inaccurate on the last second, and skript-mirror does not seem to work in 1.16.2
Help me please if you have any idea on it.
I know how to convert timespan into seconds but that's too inaccurate on the last second, and skript-mirror does not seem to work in 1.16.2
Help me please if you have any idea on it.
Code:
set {_timespan1} to 111 seconds before now
set {_num} to difference between {_timespan1} and now
send action bar "&6&l%{_num}%" to loop-player