Torn Crimes Scamming Timers

Show how much cooldown & expiration is left for targets

目前為 2024-09-05 提交的版本,檢視 最新版本

作者
SOLiNARY
評價
0 0 0
版本
0.1
建立日期
2024-09-05
更新日期
2024-09-05
尺寸
8.5 KB
授權條款
MIT
腳本執行於

Show how much cooldown & expiration is left for targets

You can show/hide expiration & cooldown labels separately by editing the code:

const showExpiration = true;

const showCooldown = true;

You can also increase the detalisation of timestamp (it will show days, hours, minutes, seconds)

const timeElementsToShow = 1; // Options: 1,2,3,4