이전퀴즈 데이터팩

This commit is contained in:
2026-05-13 15:10:00 +09:00
parent 13ea34ba82
commit 6841b7a4c0
63 changed files with 1261 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
scoreboard objectives add func.temp dummy
$execute store result score n1 func.temp run data get storage func:temp $(n1)
$execute store result score n2 func.temp run data get storage func:temp $(n2)
execute if score n1 func.temp = n2 func.temp run return 1
return 0