This commit is contained in:
tkrmagid-desktop
2026-06-04 22:06:49 +09:00
parent f211b16224
commit 5e80385ab0
66 changed files with 295 additions and 124 deletions

View File

@@ -0,0 +1,9 @@
data modify storage mq:tmp video set from storage mq:main video
scoreboard players operation cache_idx func.temp = index main
scoreboard players add cache_idx func.temp 1
execute store result storage mq:tmp video.cache_num int 1 run scoreboard players get cache_idx func.temp
execute store result storage mq:tmp video.num int 1 run scoreboard players get index main
data modify storage mq:tmp video.cmd set value "cache"
function mq:videos/macro/cmd with storage mq:tmp video

View File

@@ -0,0 +1 @@
function mq:videos/macro/custom {cmd: "videoCache clear"}