한번 실행scoreboard objectives add dash minecraft.used:minecraft.carrot_on_a_stick "대쉬"
반복execute as @a if score @s dash matches 1 at @s run tp @s ~ ~250 ~
연쇄execute as @a if score @s dash matches 1 at @s run summon minecraft:end_crystal ^ ^ ^-1
연쇄execute as @a if score @s dash matches 1 at @s run gamemode creative @s
연쇄
execute as @a if score @s dash matches 1 at @s run damage @e[type=minecraft:end_crystal,limit=1,distance=..5] 1 minecraft:player_attack by @s
연쇄execute as @a if score @s dash matches 1 at @s run tp @s ~ ~-250 ~
연쇄execute as @a if score @s dash matches 1 at @s run gamemode survival
연쇄execute as @a if score @s dash matches 1 at @s run effect give @s minecraft:resistance 2 255 true
연쇄scoreboard players reset @a dash
댓글 0