Minecraft 명령 소개 # 1
2428 단어 minecraft
처음에
여러분 처음 뵙겠습니다! 마인 크래프터 무 #입니다.
오늘부터 Qiita로 마인크래프트의 커맨드 소개를 해 가고 싶습니다! !
오늘의 명령
오늘의 커맨드는 마인크래프트에서 마법을 사용할 수 있게 되는 커맨드입니다!
마법이라고 해도 여러가지 있습니다만 오늘 소개하는 것은 부유 마법입니다, 실제로 사용해 보면,
이런 느낌으로 하얀 모야에 닿은 동물이 하늘로 날아가 그대로 떨어지고 죽습니다.
이 마법의 메커니즘
이 마법은 모두 일곱 개의 명령으로 이루어져 있습니다!
①/execute as @a[scores={useRod=1..}] at @s run summon minecraft:armor_stand ~ ~ ~ {NoGravity:1b,Marker:1b,Invisible:1b,Tags:["magicalBall"]}
②/execute as @a[scores={useRod=1..}] at @s run tp @e[tag=magicalBall,limit=1,sort=nearest] ~ ~ ~ ~ ~
③/execute as @e[type=armor_stand,tag=magicalBall] at @s run tp ^ ^ ^1.0
④execute as @p[scores={useRod=1..}] at @s run playsound minecraft:entity.wither.shoot master @p[scores={useRod=1..}] ~ ~ ~ 60 2
⑤/scoreboard players set @a[scores={useRod=1..}] useRod 0
⑥execute as @e[tag=magicalBall] at @s run effect give @e[type=!player,distance=..1.5] minecraft:levitation 1 25
⑦execute as @e[tag=magicalBall] at @s run particle minecraft:effect ~ ~1.5 ~ 0.1 0.1 0.1 0.02 10
마지막으로
이번 커맨드는 「파이센의 마이크라 공략 교실」이라고 하는 사이트에 게재되고 있는 내용을 어레인지한 것이 됩니다
커맨드의 ⑥과 ⑦의 후반을 변경하면 나름대로 어레인지 할 수 있습니다!
참고로 한 사이트
Reference
이 문제에 관하여(Minecraft 명령 소개 # 1), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/MU_SAN/items/e3bf56c9e46179a32ae6텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)