개인 자료란 (JE)

  서버 커뮤니티

Profile 타오임다 정품인증자

taome01 aac6f60e5d804b88a917cea4f999c09f

Profile

강좌 자바 에디션(JE) 커맨드 응용

모드 없이 쉽게 노가다로 총 만드는법

2022.08.14 조회 수 1367 추천 수 0
게임버전 1.19.x 
자료글 http://없어용 

일단 커맨드 블록 반복,연쇄,반응 을 꺼냅니다

+ 사용은 당근 낚시대 우클릭입니다!

다 만드신 후 돌 블록에 레드스톤 블록을 설치하고 당근 낚시대를 우클릭 하시면 됩니다

1번째 -

반복 커맨드 | execute as @a[scores={O=1}] at @s run give @s air | 무조건,레드스톤 필요

연쇄 커맨드 | scoreboard objectives add time minecraft.custom:minecraft.play_time | 조건적,항상 활성화

연쇄 커맨드 | scoreboard objectives add time2 minecraft.custom:minecraft.play_time | 조건적,항상 활성화

연쇄 커맨드 | title @a actionbar "" | 조건적,항상 활성화

연쇄 커맨드 | scoreboard objectives add time3 minecraft.custom:minecraft.play_time | 조건적,항상 활성화

연쇄 커맨드 | execute as @a[scores={O=1}] at @s run tag @s add I | 조건적,항상 활성화

연쇄 커맨드 | execute as @a[scores={O=1}] at @s run summon armor_stand ^ ^1.4 ^ {Invisible:1b,Invulnerable:1b,NoGravity:1b,Small:1b} | 조건적,항상 활성화

연쇄 커맨드 | /setblock (돌의 위치) air

연쇄 커맨드 | scoreboard players set @a[scores={O=1}] O 0 | 조건적,항상 활성화

연쇄 커맨드 | execute as @e[type=minecraft:armor_stand] at @p run tp ^ ^1.4 ^ | 조건적,항상 활성화

배치-



2번째-

반복 커맨드 | give @a[scores={time=2}] air | 무조건적,항상 활성화

연쇄 커맨드 | kill @e[type=minecraft:armor_stand] | 조건적,항상 활성화

연쇄 커맨드 | scoreboard objectives remove time | 조건적,항상 활성화

연쇄 커맨드 | scoreboard objectives remove time2 | 조건적,항상 활성화

배치-

상관없음


3번째- 

반응 커맨드 | scoreboard objectives add O minecraft.used:minecraft.carrot_on_a_stick | 무조건적,레드스톤 필요

배치-


4번째-

반복 커맨드 | execute as @a[tag=I,scores={time3=30}] at @s run give @s air | 무조건적,항상 활성화

연쇄 커맨드 | /setblock  (돌블록 위치) minecraft:redstone_block | 조건적,항상 활성화

연쇄 커맨드 | execute as @a[tag=I,scores={time3=30}] at @s run title @a[tag=I] actionbar {"text":"재장전 되었습니다!","bold":"true","color":"yellow"} | 조건적,항상 활성화

연쇄 커맨드 | scoreboard objectives remove time3 | 조건적,항상 활성화

연쇄 커맨드 | scoreboard objectives remove O | 조건적,항상 활성화

연쇄 커맨드 | tag @a[tag=I] remove I | 조건적,항상 활성화

배치-

상관 없음


5번째

반복 커맨드 | scoreboard players set @a[scores={time2=20}] time 2 | 무조건적,항상 활성화

연쇄 커맨드 | kill @e[type=minecraft:armor_stand] | 조건적,항상 활성화

연쇄 커맨드 | scoreboard objectives remove time | 조건적,항상 활성화 

연쇄 커맨드 | scoreboard objectives remove time2 | 조건적,항상 활성화

배치-

상관 없음


6번째-

반복 커맨드 | execute as @e[type=minecraft:armor_stand] at @s if block ~ ~ ~ air run give @a air | 무조건적,항상 활성화

연쇄 커맨드 | scoreboard players set @a time 0 | 조건적,항상 활성화

배치-

상관 없음


7번째-

반복 커맨드 | execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=!minecraft:zombie,type=!minecraft:skeleton,type=!minecraft:wither_skeleton,type=!witch,type=!minecraft:zombified_piglin,type=!minecraft:drowned,type=!minecraft:phantom,type=!husk,type=!stray,type=!minecraft:zombie_horse,type=!minecraft:skeleton_horse] run effect give @s minecraft:instant_damage 1 3 | 무조건적,항살 활성화

배치-

상관 없음


8번째 [ 연기 ]

반복 커맨드 | execute as @e[type=minecraft:armor_stand] at @s run particle minecraft:smoke ~ ~ ~ | 무조건적,항상 활성화

배치-

상관없음


9번째 [ 이동 ]

반복 커맨드 | execute as @e[type=minecraft:armor_stand] at @s run tp ^ ^ ^0.6 | 무조건적,항상 활성화 | 많이 있으면 속도 up

배치-

상관없음


10번째[ 엔더드 대미지 ]

모두 연속 커맨드

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:zombie] run effect give @s minecraft:instant_health 1 3  

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:skeleton] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:wither_skeleton] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=witch] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:zombified_piglin] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:drowned] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:phantom] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:zombie_horse] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=husk] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=stray] run effect give @s minecraft:instant_health 1 3

execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:skeleton_horse] run effect give @s minecraft:instant_health 1 3
execute at @e[type=minecraft:armor_stand] as @e[distance=..2,type=minecraft:zombie_villager] run effect give @s minecraft:instant_health 1 3


여기서 끝! | 버그 발생시 댓글로 문의 해주세용!

2개의 댓글

레드스톤심플
2022.10.29

하이고 감사하긴한데... 손이 부러지겠어요!

타오임다
2022.10.29
@레드스톤심플

앗;;

뉴스 및 창작물
/files/thumbnails/579/453/003/262x150.crop.jpg?20230318132451

업데이트

마인크래프트 베드락 에디션 1.19.70 업데이트

Dalsu

2023-03-17

0

/files/thumbnails/899/451/003/262x150.crop.jpg?20230314201541

애니메이터

염소뿔 1

GlassesFilm

2023-03-14

0

/files/thumbnails/496/451/003/262x150.crop.jpg?20230314140951

업데이트

새로운 이모트 시스템이 베드락 에디션에 추가됩니다

Dalsu

2023-03-13

0

/files/thumbnails/761/450/003/262x150.crop.jpg?20230314231342

업데이트

마인크래프트 1.19.4 릴리스 후보 1, 2, 3 업데이트

마리오군

2023-03-12

0

/files/thumbnails/529/450/003/262x150.crop.jpg?20230312171320

업데이트

마인크래프트 프리뷰 및 베타 1.19.80.20 업데이트

Dalsu

2023-03-12

0

/files/thumbnails/840/449/003/262x150.crop.jpg?20230311232126

애니메이터

사탕 주세요 밈

GlassesFilm

2023-03-11

0