무라사키
HTML-код
- Опубликовано: 9 фев 2025
- #minecraft #마인크래프트 #shorts #마크 #무라사키 #주술회전 #고죠 #고죠사토루
이번 영상에서 사용한 커맨드입니다
사용하실 분들은 복붙해서 쓰세용^^
1번 커맨드
1. 반복형 커맨드
execute as @e[type=snowball] at @s run summon armor_stand ~ ~ ~ {Tags:["BlackHole"],Invisible:1,NoGravity:1,Invulnerable:1}
2. 연쇄형 커맨드(조건부)
execute at @e[tag=BlackHole] run particle minecraft:witch ~ ~ ~ 0.5 0.5 0.5 0.05 100 force
3.연쇄형 커맨드 (조건부)
execute at @e[tag=BlackHole] run tp @e[name=!본인닉네임,type=!armor_stand,distance=..10] ^ ^ ^-0.5
4.연쇄형 커맨드(조건부)
execute at @e[tag=BlackHole] run kill @e[tag=BlackHole,distance=..1]
2번 커맨드
1.반복형 커맨드
execute positioned as @e[type=snowball] run fill ~-1 ~-4 ~-1 ~1 ~4 ~1 air
2. 연쇄형 커맨드 (무조건부)
execute positioned as @e[type=snowball] run fill ~-3 ~-3 ~-3 ~3 ~3 ~3 air
3.연쇄형 커맨드(무조건부)
execute positioned as @e[type=snowball] as @e[name=!본인닉네임,type=!minecraft:armor_stand,type=!minecraft:snowball,distance=..7] run kill @e[name=!본인닉네임,type=!minecraft:armor_stand,type=!minecraft:snowball,distance=..7]