256 낙하메세지 & 태하 구현하기! [ 마인크래프트 / 커맨드 ]

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • 크리에이티브로 떨어지면 안됩니당
    커맨드에 있는 maches 64에서 64는 태초 바닥 y좌표라서
    바닥 높이에 따라 바꿔줘야됨
    [커맨드]
    스코어보드 4개 생성
    scoreboard objectives add 256m minecraft.custom:minecraft.fall_one_cm
    scoreboard objectives add 256m_rd dummy
    scoreboard objectives add 256m_yro dummy
    scoreboard objectives add 256m_taeha dummy
    낙하메세지 커맨드
    (반복형)
    execute as @a[scores={256m=..3299}] at @s run scoreboard players add @s 256m_rd 1
    (연쇄 , 무조건적)
    execute as @a[scores={256m_rd=6..}] at @s run scoreboard players set @s 256m_rd 1
    execute as @a[scores={256m=3300..}] at @s run title @s times 50 50 50
    execute as @a at @s store result score @s 256m_yro run data get entity @s Pos[1]
    execute as @a[scores={256m_rd=1,256m=3300..}] at @s unless score @s 256m_yro matches 64 run title @s title [{"text":"지금 떨어진 건가요?","color":"yellow"}]
    execute as @a[scores={256m_rd=2,256m=3300..}] at @s unless score @s 256m_yro matches 64 run title @s title [{"text":"ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ","color":"yellow"}]
    execute as @a[scores={256m_rd=3,256m=3300..}] at @s unless score @s 256m_yro matches 64 run title @s title [{"text":"떨어졌습니다!","color":"yellow"}]
    execute as @a[scores={256m_rd=4,256m=3300..}] at @s unless score @s 256m_yro matches 64 run title @s title [{"text":"허접이군요!","color":"yellow"}]
    execute as @a[scores={256m_rd=5,256m=3300..}] at @s unless score @s 256m_yro matches 64 run title @s title [{"text":"뭐 하시는 거죠?","color":"yellow"}]
    execute as @a[scores={256m=3300..}] at @s unless score @s 256m_yro matches 64 run playsound minecraft:ui.toast.challenge_complete master @s ~ ~ ~
    execute as @a[scores={256m=3300..}] at @s if score @s 256m_yro matches 64 run tag @s add 256_taeha
    execute as @a[tag=256_taeha] at @s run title @s times 0 50 30
    execute as @a[tag=256_taeha] at @s run scoreboard players add @s 256m_taeha 1
    execute as @a[tag=256_taeha,scores={256m_taeha=10..70}] at @s run title @s title ""
    execute as @a[tag=256_taeha,scores={256m_taeha=10..30}] at @s run title @s subtitle {"text":"#떨어짐","color":"yellow"}
    execute as @a[tag=256_taeha,scores={256m_taeha=10}] at @s run playsound minecraft:entity.item.pickup master @s ~ ~ ~
    execute as @a[tag=256_taeha,scores={256m_taeha=31..50}] at @s run title @s subtitle {"text":"#떨어짐 #처음으로 돌아옴","color":"yellow"}
    execute as @a[tag=256_taeha,scores={256m_taeha=31}] at @s run playsound minecraft:entity.item.pickup master @s ~ ~ ~
    execute as @a[tag=256_taeha,scores={256m_taeha=51..70}] at @s run title @s subtitle {"text":"#떨어짐 #처음으로 돌아옴 #못함","color":"yellow"}
    execute as @a[tag=256_taeha,scores={256m_taeha=51}] at @s run playsound minecraft:entity.item.pickup master @s ~ ~ ~
    execute as @a[tag=256_taeha,scores={256m_taeha=81}] at @s run playsound minecraft:item.totem.use master @s ~ ~ ~
    execute as @a[tag=256_taeha,scores={256m_taeha=81..82}] at @s run title @s title [{"text":"태하","color":"white"}]
    execute as @a[tag=256_taeha,scores={256m_taeha=83..84}] at @s run title @s title [{"text":"태하","color":"white"}]
    execute as @a[tag=256_taeha,scores={256m_taeha=85..86}] at @s run title @s title [{"text":"태하","color":"green"}]
    execute as @a[tag=256_taeha,scores={256m_taeha=87..88}] at @s run title @s title [{"text":"태하","color":"blue"}]
    execute as @a[tag=256_taeha,scores={256m_taeha=89..90}] at @s run title @s title [{"text":"태하","color":"gold"}]
    execute as @a[tag=256_taeha,scores={256m_taeha=91..92}] at @s run title @s title [{"text":"태하","color":"red"}]
    execute as @a[tag=256_taeha,scores={256m_taeha=93..94}] at @s run title @s title [{"text":"태하","color":"gray"}]
    execute as @a[tag=256_taeha,scores={256m_taeha=95..}] at @s run tag @s remove 256_taeha
    execute as @a[scores={256m_taeha=95..}] at @s run scoreboard players set @s 256m_taeha 0
    scoreboard players set @a 256m 0
    #256태하커맨드 #마크커맨드 #마플추락메세지커맨드

Комментарии • 24

  • @곽소라-c9h
    @곽소라-c9h 2 года назад

    오늘도 열심히 올려주셔서 감사합니다~~! ㅎㅎ

  • @pog_yeom
    @pog_yeom 2 года назад +1

    이야.. 성장하고 있냐구? 에픽~

  • @user-zi7ow1ty1x
    @user-zi7ow1ty1x 2 года назад

    그 마플님에 1인 4닭기계 해주세요! 어떤분거 따라했는데 안돼서요 가능할까요?

  • @고은희-s9v
    @고은희-s9v 2 года назад

    3299를 1000으로 설정하면 1블럭 이예요?

  • @곽소라-c9h
    @곽소라-c9h 2 года назад

    우클릭 아이템도 만들어 주세욧?!!~~

  • @user-zi7ow1ty1x
    @user-zi7ow1ty1x 2 года назад

    빨리 티엔티 모서리 버그 고쳐주는 커맨드 알려주세요!!

    • @reversecipe
      @reversecipe  2 года назад

    • @reversecipe
      @reversecipe  2 года назад

      컨텐츠 생각이 안났는데 잘됬네요! ㅋㅋ

  • @anjio00423
    @anjio00423 Год назад

    이거 모바일로 할수있나요?

  • @삼삼-b7b
    @삼삼-b7b 2 года назад

    대쉬파쿠르 맵 만들어서 배포하면 좋을거같은데

    • @reversecipe
      @reversecipe  2 года назад

      맵은 제 서버에 있는데 배포해 드릴까요

    • @삼삼-b7b
      @삼삼-b7b 2 года назад

      @@reversecipe 모어대쉬 만드는 강좌 찍어주시면 안될까요?

    • @reversecipe
      @reversecipe  2 года назад

  • @Chris-xi3pn
    @Chris-xi3pn 2 года назад

    순위커맨드만들어 주세요!(?) 1등 2등 3등 나오는 거요!

    • @reversecipe
      @reversecipe  2 года назад

      점수에 따라 순위가 부여되는건가요?

    • @Chris-xi3pn
      @Chris-xi3pn 2 года назад

      1등: 2등: 3등: 이렇게있고 어디 좌표가 있는데 그좌표에 먼져가는사람이 1등 1등:사람이름 그다음이 2등 1등:사람이름 2등: 2등한사람이런식으로요

    • @reversecipe
      @reversecipe  2 года назад

      @@Chris-xi3pn 아 ㅇㅋ!

    • @Chris-xi3pn
      @Chris-xi3pn 2 года назад

      만들어 주시면 감사할거같아요!

    • @Chris-xi3pn
      @Chris-xi3pn 2 года назад

      예시: 1등: 2등: 3등:
      한사람이 좌표에 먼져 가면 1등:1등한사람 이름 그다음은 1등:1등한 사람이름 2등:2등한사람이름 그다음 1등:1등한 사람이름 2등:2등한 사람이름 3등:3등한사람이름

  • @user-sh4bb5yc7k
    @user-sh4bb5yc7k 2 года назад +1

    바보네!(?)