서버에서 모든사람들이 쓸수있는 철신발신으면 신속2 주는 명령어 아시나요?
그런 것은 모드여서 그런 명령어는 딱히 없는 것 같고, 그냥 /effect give @p minecraft:speed 1000000 2 true 명령어를 이용하여 신속 효과를 받는 건 어떨까요? 참고로 명령어에 있는 2는 레벨이므로 숫자를 255 까지 바꾸 실 수 있습니다~
execute as @a[nbt={Inventory:[{id:"minecraft:iron_boots",Count:1b,Slot:100b}]}] run tag @s add speed
effect give @a[tag=speed] minecraft:speed 1 2 true
tag @a remove speed
정도로 하면 될 듯 하네요.
execute as @a[nbt={Inventory:[{id:"minecraft:iron_boots",Count:1b,Slot:100b}]}] run effect give @a[tag=speed] minecraft:speed 1 2 true
이것도 될 듯 하고요.
건축
팀뉴일리시
2024-11-23
4
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
legand100609
2021.01.23그런 것은 모드여서 그런 명령어는 딱히 없는 것 같고, 그냥 /effect give @p minecraft:speed 1000000 2 true 명령어를 이용하여 신속 효과를 받는 건 어떨까요? 참고로 명령어에 있는 2는 레벨이므로 숫자를 255 까지 바꾸 실 수 있습니다~
노명
2021.01.23execute as @a[nbt={Inventory:[{id:"minecraft:iron_boots",Count:1b,Slot:100b}]}] run tag @s add speed
effect give @a[tag=speed] minecraft:speed 1 2 true
tag @a remove speed
정도로 하면 될 듯 하네요.
execute as @a[nbt={Inventory:[{id:"minecraft:iron_boots",Count:1b,Slot:100b}]}] run effect give @a[tag=speed] minecraft:speed 1 2 true
이것도 될 듯 하고요.