마플님 검 강화 커맨드

Поділитися
Вставка
  • Опубліковано 8 лют 2025
  • 커맨드 고정 댓글에~
    매우 힘들었음..

КОМЕНТАРІ • 11

  • @vhffnrtm
    @vhffnrtm  11 місяців тому

    영상 속 커맨드
    준비 커맨드
    반응 무조건적 레드스톤
    scoreboard objectives add sword dummy

    연쇄 무조건적 항상 활성화
    scoreboard objectives add sword2 dummy
    scoreboard objectives add sword_on dummy
    scoreboard objectives add sword_random dummy
    줄1
    반복 무조건적 레드스톤 필요
    /execute store result score @a[tag=player] sword2 run execute if entity @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b}}]
    연쇄 무조건적 항상활성화
    /execute if entity @a[tag=player,scores={sword2=2..}] run setblock air
    /execute if entity @a[tag=player,scores={sword2=2..}] run title @a[tag=player,tag=anvil_player] actionbar [{"text":"감지된 검 강화 단계 : ","color":"yellow","bold":true},{"text":"검이 너무 많습니다!","color":"red","bold":true}]
    /execute if entity @a[tag=player,scores={sword2=2..}] run setblock air
    줄2
    반복 무조건적 레드스톤 필요
    /execute store result score @a[tag=player] sword run data get entity @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Enchantments:[{id:"minecraft:sharpness"}]}}},limit=1] Item.tag.Enchantments[0].lvl
    연쇄 무조건적 항상활성화
    /execute store result score @a[tag=player,limit=1] sword_on run data get entity @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Enchantments:[{id:"minecraft:sharpness"}]}}},limit=1] Item.tag.Enchantments[0].lvl
    /execute if score @a[tag=player,limit=1] sword_on matches 0 run title @a[tag=player,tag=anvil_player] actionbar [{"text":"감지된 검 강화 단계 : ","color":"yellow","bold":true},{"text":"없음","color":"white","bold":true}]
    /execute if score @a[tag=player,limit=1] sword_on matches 1..4 run title @a[tag=player,tag=anvil_player] actionbar [{"text":"감지된 검 강화 단계 : ","color":"yellow","bold":true},{"score":{"name":"@a[tag=player]","objective":"sword_on"},"color":"white","bold":true}]
    /execute if score @a[tag=player,limit=1] sword_on matches 5 run title @a actionbar [{"text":"감지된 검 강화 단계 : ","color":"yellow","bold":true},{"text":"MAX","color":"white"}]
    /execute as @a[tag=player,scores={sword2=..1}] if entity @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b}},limit=1] run setblock minecraft:redstone_block
    /execute unless entity @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b}},limit=1] run setblock air
    줄3
    반복 무조건적 레드스톤 필요
    execute if block minecraft:stone_button[powered=true] run setblock minecraft:redstone_block
    연쇄형 조건적 항상 활성화
    /setblock minecraft:stone_button[powered=false]
    줄4
    반응형 무조건적 레드스톤 필요
    /execute as @a[tag=player] store result score @s sword_random run random value 1..100
    연쇄형 무조건적 항상활성화
    /execute as @a[tag=player,scores={sword_random=1..60}] run setblock minecraft:redstone_block
    /execute as @a[tag=player,scores={sword_random=61..100}] run setblock minecraft:redstone_block
    /setblock air
    줄5
    반응형 무조건적 레드스톤 필요
    /kill @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b}},limit=1]
    연쇄형 무조건적 항상활성화
    /kill @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Enchantments:[{id:"minecraft:sharpness"}]}}},limit=1]
    /execute as @a[tag=player,scores={sword=0}] run summon item 24 -58 36 {Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Unbreakable:1b,Enchantments:[{id:"minecraft:sharpness",lvl:1s}]}},"can_place_on":{"block":["stone,iron_ore,diamond_ore,copper_ore,coal_ore,gold_ore,ancient_debris"]}}
    /execute as @a[tag=player,scores={sword=1}] run summon item 24 -58 36 {Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Unbreakable:1b,Enchantments:[{id:"minecraft:sharpness",lvl:2s}]}},"can_place_on":{"block":["stone,iron_ore,diamond_ore,copper_ore,coal_ore,gold_ore,ancient_debris"]}}
    /execute as @a[tag=player,scores={sword=2}] run summon item 24 -58 36 {Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Unbreakable:1b,Enchantments:[{id:"minecraft:sharpness",lvl:3s}]}},"can_place_on":{"block":["stone,iron_ore,diamond_ore,copper_ore,coal_ore,gold_ore,ancient_debris"]}}
    /execute as @a[tag=player,scores={sword=3}] run summon item 24 -58 36 {Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Unbreakable:1b,Enchantments:[{id:"minecraft:sharpness",lvl:4s}]}},"can_place_on":{"block":["stone,iron_ore,diamond_ore,copper_ore,coal_ore,gold_ore,ancient_debris"]}}
    /execute as @a[tag=player,scores={sword=4}] run summon item 24 -58 36 {Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Unbreakable:1b,Enchantments:[{id:"minecraft:sharpness",lvl:5s}]}},"can_place_on":{"block":["stone,iron_ore,diamond_ore,copper_ore,coal_ore,gold_ore,ancient_debris"]}}
    /particle minecraft:happy_villager 24.5 -57.5 36.5 0.3 0.3 0.3 0 30 force
    /execute as @a at @s run playsound minecraft:entity.player.levelup master @s ~ ~ ~ 1.0 1.0 0.0
    /setblock air
    줄6
    반응형 무조건적 레드스톤 필요
    /kill @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b}},limit=1]
    연쇄형 무조건적 항상 활성화
    /kill @e[type=minecraft:item,x=24,y=-58,z=36,dx=0,dy=0,dz=0,nbt={Item:{id:"minecraft:diamond_sword",Count:1b,tag:{Enchantments:[{id:"minecraft:sharpness"}]}}},limit=1]
    /particle minecraft:item minecraft:diamond_sword 24.5 -57.5 36.5 0.3 0.3 0.3 0 30 force
    /execute as @a at @s run playsound minecraft:entity.item.break master @s ~ ~ ~ 1.0 1.0 0.0
    /setblock minecraft:air

  • @TV-xq2tq
    @TV-xq2tq 5 місяців тому

    pollux님 혹시 줄1 2번째꺼에 나오는 이게 뭔지 알려주실수있나요? 이것 때문에 못하고있어요😢

    • @vhffnrtm
      @vhffnrtm  5 місяців тому

      줄3 커맨드는 영상 1분 10초에 보면 반복형 커맨드가 오르쪽에 3개가 있습니다. 그중에서 가장 왼쪽의 반볻형 커맨드 블럭 앞 좌표를 말합니다 ^^

    • @TV-xq2tq
      @TV-xq2tq 5 місяців тому

      pollux님 답변해주셔서 감사합니다 근데 /particle minecraft:item minecraft:diamond_sword 24.5 -57.5 36.5 0.3 0.3 0.3 0 30 force 여기 부분이 작동이 안돼는데 이것도 알려주실수 있나요?

    • @vhffnrtm
      @vhffnrtm  5 місяців тому

      @@TV-xq2tq 혹시 파티클의 좌표를 변경 하셨나요? 24.5 -57.5 36.5는 모루위의 좌표입니다.

    • @TV-xq2tq
      @TV-xq2tq 5 місяців тому

      네 좌표를 17로 변경하긴했어요

    • @TV-xq2tq
      @TV-xq2tq 5 місяців тому

      변경않하고 해봤는데 또 안돼서

  • @마머임
    @마머임 11 місяців тому

    ㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷ

  • @우용용6
    @우용용6 10 місяців тому

    5번째 /particle minecraft:happy_villager 24.5 -57.5 36.5 0.3 0.3 0.3 0 30 force 명령어는 어떤 좌표예요?

    • @vhffnrtm
      @vhffnrtm  10 місяців тому

      모루이의 좌표를 말합니다 ^^