마크 벽에 막히는 모어대쉬 커맨드! 💨 [ 마인크래프트 / 커맨드 ]

Поділитися
Вставка
  • Опубліковано 23 вер 2024
  • 커맨드가 좀 길다.. (벽에 막히는거 빼면 더 짧게 할 수 있는데)
    [커맨드]
    한번만 실행
    /scoreboard objectives add dashcount dummy
    /scoreboard objectives add dash minecraft.used:minecraft.carrot_on_a_stick
    tag @p add dash
    대쉬 커맨드
    ----------------------------------------------------
    (남쪽으로 대쉬)
    반복형 / 무조건적 / 레드스톤필요
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=-45..45] at @s if block ~ ~ ~.5 minecraft:air run tp @s ~ ~ ~.5
    연쇄형 / 무조건적 / 항상활성화
    execute as @a[tag=dash] at @s if entity @e[tag=dashstand,distance=..1] run scoreboard players add @s dashcount 1
    execute as @e[tag=dashstand] at @s if entity @a[tag=dash,distance=..1] run kill @s
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=-45..45] at @s run particle minecraft:cloud ~ ~-.2 ~ 0 0 .1 0 5
    위 4개의 커맨드들을 순서대로 9번더 써줍니다(모두 연쇄형 / 무조건적 / 항상활성화)
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=-45..45] at @s run playsound minecraft:entity.firework_rocket.blast voice @s ~ ~ ~ 60 1
    scoreboard players remove @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=-45..45] dashcount 1
    scoreboard players reset @a[scores={dash=1..},y_rotation=-45..45] dash
    scoreboard players reset @a[tag=!dash,scores={dashcount=1..}] dashcount
    ---------------------------------------------------------------
    (북쪽으로 대쉬)
    반복형 / 무조건적 / 레드스톤필요
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=135..-135] at @s if block ~ ~ ~-.5 minecraft:air run tp @s ~ ~ ~-.5
    연쇄형 / 무조건적 / 항상활성화
    execute as @a[tag=dash] at @s if entity @e[tag=dashstand,distance=..1] run scoreboard players add @s dashcount 1
    execute as @e[tag=dashstand] at @s if entity @a[tag=dash,distance=..1] run kill @s
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=135..-135] at @s run particle minecraft:cloud ~ ~-.2 ~ 0 0 .1 0 5
    위 4개의 커맨드들을 순서대로 9번더 써줍니다(모두 연쇄형 / 무조건적 / 항상활성화)
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=135..-135] at @s run playsound minecraft:entity.firework_rocket.blast voice @s ~ ~ ~ 60 1
    scoreboard players remove @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=135..-135] dashcount 1
    scoreboard players reset @a[scores={dash=1..},y_rotation=135..-135] dash
    scoreboard players reset @a[tag=!dash,scores={dashcount=1..}] dashcount
    -----------------------------------------------------------------------
    (동쪽으로 대쉬)
    반복형 / 무조건적 / 레드스톤필요
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=-136..-44] at @s if block ~.5 ~ ~ minecraft:air run tp @s ~.5 ~ ~
    연쇄형 / 무조건적 / 항상활성화
    execute as @a[tag=dash] at @s if entity @e[tag=dashstand,distance=..1] run scoreboard players add @s dashcount 1
    execute as @e[tag=dashstand] at @s if entity @a[tag=dash,distance=..1] run kill @s
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=-136..-44] at @s run particle minecraft:cloud ~ ~-.2 ~ 0 0 .1 0 5
    위 4개의 커맨드들을 순서대로 9번더 써줍니다(모두 연쇄형 / 무조건적 / 항상활성화)
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=-136..-44] at @s run playsound minecraft:entity.firework_rocket.blast voice @s ~ ~ ~ 60 1
    scoreboard players remove @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=-136..-44] dashcount 1
    scoreboard players reset @a[scores={dash=1..},y_rotation=-136..-44] dash
    scoreboard players reset @a[tag=!dash,scores={dashcount=1..}] dashcount
    -------------------------------------------------------------------------
    (서쪽으로 대쉬)
    반복형 / 무조건적 / 레드스톤필요
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=46..134] at @s if block ~-.5 ~ ~ minecraft:air run tp @s ~-.5 ~ ~
    연쇄형 / 무조건적 / 항상활성화
    execute as @a[tag=dash] at @s if entity @e[tag=dashstand,distance=..1] run scoreboard players add @s dashcount 1
    execute as @e[tag=dashstand] at @s if entity @a[tag=dash,distance=..1] run kill @s
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=46..134] at @s run particle minecraft:cloud ~ ~-.2 ~ 0 0 .1 0 5
    위 4개의 커맨드들을 순서대로 9번더 써줍니다(모두 연쇄형 / 무조건적 / 항상활성화)
    execute as @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=44..136] at @s run playsound minecraft:entity.firework_rocket.blast voice @s ~ ~ ~ 60 1
    scoreboard players remove @a[tag=dash,scores={dash=1..,dashcount=1..},y_rotation=44..136] dashcount 1
    scoreboard players reset @a[scores={dash=1..},y_rotation=44..136] dash
    scoreboard players reset @a[tag=!dash,scores={dashcount=1..}] dashcount
    ------------------------------------------------------------------
    공중에서 한번만 쓰게
    execute as @a[tag=dash,nbt={OnGround:1b}] at @s unless block ~ ~-0.0001 ~ air unless score @s dashcount matches 2.. run scoreboard players set @s dashcount 1
    -----------------------------------------------
    모어 대쉬 생성
    /summon snowball ~ ~5 ~ {NoGravity:1b,Tags:["dashstand"],Item:{id:"minecraft:pink_wool",Count:1b}}
    Lovely Swindler by Amarià / amariamusique
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/lovely-...
    Music promoted by Audio Library • Lovely Swindler - Amar...
    #마크모어대쉬커맨드 #마크모어대쉬 #마크커맨드

КОМЕНТАРІ • 23

  • @Chris-xi3pn
    @Chris-xi3pn 2 роки тому

    오늘도 좋은 영상 감사합니다~!

    • @reversecipe
      @reversecipe  2 роки тому

      😃

    • @Chris-xi3pn
      @Chris-xi3pn 2 роки тому

      서쪽이 고장나서 작동이안돼요

    • @reversecipe
      @reversecipe  2 роки тому

      다른쪽은 다 되나요

    • @Chris-xi3pn
      @Chris-xi3pn 2 роки тому

      @@reversecipe 네 다른쪽은 다 정상적이에요

    • @reversecipe
      @reversecipe  2 роки тому

      @@Chris-xi3pn 흠 커맨드 껏다가 켜보실래요

  • @삼삼-b7b
    @삼삼-b7b 2 роки тому

    오 감사합니다 좋아요~~ 떡상 드가자

  • @Com_puter
    @Com_puter 2 роки тому +1

    처음엔 아예 안됐다가
    다시 설치하니 대쉬가 무한대로 반복되고 벽뚫까지 하네요..?????

  • @pog_yeom
    @pog_yeom 2 роки тому

    썸네일이 점점 좋아지고 있군

  • @Chris-xi3pn
    @Chris-xi3pn 2 роки тому +1

    저 서쪽작동을 안해요

    • @reversecipe
      @reversecipe  2 роки тому

      설명란 커맨드에는 문제가 없는듯 한데...

    • @Chris-xi3pn
      @Chris-xi3pn 2 роки тому

      @@reversecipe 음........어떻게 할까요..

  • @든배
    @든배 2 роки тому

    채팅 상점 만들어주세요
    재료 없으면 못만들고
    재료 있으면 만들수있게
    가능한가요?

    • @reversecipe
      @reversecipe  2 роки тому

      영상 링크 주실 수 있나요

    • @든배
      @든배 2 роки тому

      @@reversecipe 마공장에 있는

    • @reversecipe
      @reversecipe  2 роки тому

      아 Ok😆

    • @든배
      @든배 2 роки тому

      @@reversecipe 커맨드 주실수있나요?

    • @든배
      @든배 2 роки тому

      언제 될까요?

  • @Chris-xi3pn
    @Chris-xi3pn 2 роки тому

    저 다시 싹다 커맨드 다시했는데 잘작동돼네요