Minecraft 명령 소개 # 4
2147 단어 minecraft
처음에
마인 크래프터 무 #입니다! 오늘의 커맨드는 전회와 같이, 간단하게 조립할 수 있는 커멘드입니다! 초보자도 쉽게 할 수 있다고 생각합니다.
오늘의 명령
오늘의 명령은 RPG에서 나오는 '현자의 돌'을 마이크라에서 재현했습니다.
실제로 사용해 보면 ...
이와 같이 데미지를 받은 상태에서 SHIFT 키로 쪼그려 체력이 초회복하는 아이템입니다!
명령 설명
오늘의 커맨드는 전회보다 적은 5개의 커맨드로 전체를 움직이고 있습니다
텍스트로 입력하는 명령
·/scoreboard objectives add qat dummy
·/scoreboard objectives add shift minecraft.custom:minecraft.sneak_time
·/give @p minecraft:quartz{display:{Name:'{"text":"현자의 돌"}'},ItemName:qat} 1
명령 블록에 입력하는 명령
1. execute as @a[scores={shift=40..,qat=1}] at @s run summon minecraft:area_effect_cloud ~ ~1 ~ {Particle:"end_rod",Radius:2f,Duration:10,Effects:[{ Id:10b,Amplifier:10b,Duration:30,ShowParticles:0b}]}
2. execute as @p[scores={shift=40..}] at @s run playsound minecraft:entity.arrow.hit_player master @p[scores={shift=1..qat=1}] ~ ~ ~ 100 2
3. scoreboard players set @a[scores={qat=1}] qat 0
4. scoreboard players set @a[scores={shift=40..}] shift 0
5. execute as @a[nbt={SelectedItem:{tag:{ItemName:qat}}}] run scoreboard players set @s qat 1
마지막으로
어떠셨나요 오늘의 커맨드 자신적으로는 꽤 좋은 느낌의 밸런스로 완성되었으므로 여러분 꼭 사용해 보세요! 그럼
Reference
이 문제에 관하여(Minecraft 명령 소개 # 4), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/MU_SAN/items/8e06a2fa30691f0c46bd
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Minecraft 명령 소개 # 4), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/MU_SAN/items/8e06a2fa30691f0c46bd텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)