如题 求大佬解答 1.16版本
execute if score @s foo matches 0 run fill 1 2 3 1 2 3 stone
如果自己的foo分数为0则在1,2,3处放置一个石头
如果自己的foo分数为0则在1,2,3处放置一个石头
execute if entity @a[score={积分榜名称=0..0}] run fill x坐标1 y坐标1 z坐标1 x坐标2 y坐标2 z坐标2
execute as @p[scores={计分板=0..0}] at @s run setblock x y z minecraft:blockid
execute as @a[score={计分板=0}] run setblock [x] [y] [z] [方块id]