在我的世界里没有鞘翅也能飞行?(有手就行の魔法系列)
2023-07-06 16:36 作者:会玩Minecraft | 我要投稿

[置顶]execute @a[c=-1] ~~~ execute @s[tag=遍历] ~~~ tag @a remove 遍历
循环无条件保持开启
tag @a[tag=!遍历,c=1] add 遍历
连锁无条件保持开启
execute @a[tag=遍历,c=-1] ~~~ clear @s[rx=-88] Feather 0 1
连锁有条件保持开启
execute @a[tag=遍历,c=-1] ~~~ effect @s levitation 3 1 true
连锁有条件保持开启
execute @a[tag=遍历,c=-1] ~~~ playsound mob.enderdragon.flap @p ~~~ 80 1 1
连锁有条件保持开启
下次发指令楼一定发笔记
不然英文方括号会变中文方括号