阿葵亚改版难道不想学吗

创建一个积分版
/scoreboard objectives add 假人 dummy
第一条指令 循环 无
execute @a[hasitem={item=armor_stand,location=slot.weapon.mainhand},rx=-85] ~~~ structure load 假人 ~~~
第二条指令 以下全是连锁
execute @a[hasitem={item=armor_stand,location=slot.weapon.mainhand},rx=-85] ~~~ title @s title §a§l使用成功
第三条指令
execute @a[hasitem={item=armor_stand,location=slot.weapon.mainhand},rx=-85] ~~~ clear @s armor_stand 0 1
第四条指令 循环 无 延迟10
execute @e[name=假人名字] ~~~ playsound step.stone @p[r=20]
第五条指令 以下全是连锁
/scoreboard players add @e[name=假人名字] 假人 1
第六条指令
kill @e[name=假人名字,scores={假人=500..}]