마크je 총 커맨드

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • 1번째줄(반복):execute if entity @a[tag=1,nbt={Inventory:[{id:"minecraft:book",Slot:-106b,tag:{display:{Name:"{\"text\":\"총\"}"}}}]}] run item replace entity @a[tag=1] weapon.offhand with air
    2번째(연쇄,조건):execute at @p run summon minecraft:armor_stand ~ ~ ~ {Tags:["guns"],NoGravity:1,Invisible:1}
    3번째(연쇄,조건):execute as @p at @s run tp @e[tag=guns,distance=..1] @s
    4번째(,연쇄,조건):execute at @p run playsound minecraft:entity.firework_rocket.blast master @a ~ ~ ~ 500 1
    5번째(연쇄,조건):item replace entity @a[tag=1] weapon.mainhand with minecraft:book{display:{Name:"{\"text\":\"총\"}"}}
    2번째줄(반복):execute as @e[tag=guns] at @s run tp @s ^ ^ ^3
    2번째(연쇄,조건):execute at @e[tag=guns] run particle minecraft:end_rod ~ ~1.5 ~ 0 0 0 0 10 force
    3번째(연쇄,조건)execute at @e[tag=guns] as @e[name=!닉네임,tag=!guns,type=!item,distance=..2] run kill @s
    4번째(연쇄,조건):kill @e[tag=guns]

Комментарии •