Is it possible to have a script that allows for a custom command /rtime ?
This script would take the time value from /kubejs/loadtime.json then get the current time, then take away from load time to see how long till next restart what is ever 14400 seconds
Would maybe look somthing like this
/rtime > There is 1 hour and 22 minutes till next scheduled restart
I already have the current time of server load
{
"time": "1696285059"
}



