【发布时间】:2020-12-15 17:24:09
【问题描述】:
我有这些命令,并且我希望它仅在玩家拥有带有“爆炸”标签的弓时才爆炸箭头。
这里是命令(由 AntVenom 提供)
"*" Means that all blocks under it have that property
[Repeat,*Unconditional,*Always Active]
/execute at @e[type=Arrow] ~ ~ ~ run /scoreboard players set @e[c=1,r=0,type=Arrow] inGround 1 {inGround:1b}
[*Chain]
/execute at @e[type=Arrow] ~ ~ ~ run /particle lava ~ ~ ~ .5 .5 .5 .5 30 .5
/execute at @e[type=Arrow,score_inGround_min=1] ~ ~ ~ run /summon PrimedTnt ~ ~1 ~ {Fuse:0}
/kill @e[type=Arrow,score_inGround_min=1]
我可以使用https://mcstacker.net/,但我不知道该放什么。 有什么帮助吗? 我不得不提出这个问题
【问题讨论】:
标签: tags command minecraft execute