플레이어가 죽으면 attacker에게 네더의 별을 주고 만약 vicmit가 별을 가지고 있었으면 vicmit의 별을 클리어 한 후 attacker에게 별을 주는 스크립트있나요?
만드시면 됩니다!
앸zzz
on death 구문이랑 if 문 만 잘 활용하시면 만들수 있을것 같군용
그 방벽을 들고 죽은 사람만 클리어 할려고 하는데
if player has 1 of barrier:를 하면 작동이 안되서..
해결 방안이 있나요?
if victim has 1 of barrier: 이렇게 변경 해보세요
감사합니다
on death of player:
if victim has 1 of barrier:
execute console command "/clear %victim% nether_star"
execute console command "/give %attacker% nether_star"
execute console command "/tellraw @a {""text"":""%attacker%님이 %victim%님의 별을 빼앗았습니다!""}"
흠... 배리어가 없어도 작동하네요.. 뭐가 문제일까요?
victim은 데미지나 죽은수에만 사용이 가능하다는데..
every 15 ticks:
loop all players:
loop까지 붙이면 또 에러뜨네요
loop를 없애면 리로딩은 되지만 작동은 안하네요..
아예 인벤토리를 감지하는 방법이 없을까요?
엌 얼떨결에 성공했네요 감사합니다..
if player has 1 of nether star:
execute console command "/tellraw @a {""text"":""%loop-player%님이 별을 소지중입니다!""}"
execute console command "/effect give %loop-player% glowing 1 9"
loop인 경우는 작동이 안되는데 위의 if player has는 어떻게 해야할까요?
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
환타비
2023.05.29만드시면 됩니다!
sugntlna
2023.05.29앸zzz
환타비
2023.05.29on death 구문이랑 if 문 만 잘 활용하시면 만들수 있을것 같군용
sugntlna
2023.05.29그 방벽을 들고 죽은 사람만 클리어 할려고 하는데
if player has 1 of barrier:를 하면 작동이 안되서..
해결 방안이 있나요?
환타비
2023.05.29if victim has 1 of barrier: 이렇게 변경 해보세요
sugntlna
2023.05.29감사합니다
sugntlna
2023.05.29on death of player:
if victim has 1 of barrier:
execute console command "/clear %victim% nether_star"
execute console command "/give %attacker% nether_star"
execute console command "/tellraw @a {""text"":""%attacker%님이 %victim%님의 별을 빼앗았습니다!""}"
흠... 배리어가 없어도 작동하네요.. 뭐가 문제일까요?
sugntlna
2023.05.29victim은 데미지나 죽은수에만 사용이 가능하다는데..
every 15 ticks:
loop all players:
on death of player:
if victim has 1 of barrier:
execute console command "/clear %victim% nether_star"
execute console command "/give %attacker% nether_star"
execute console command "/tellraw @a {""text"":""%attacker%님이 %victim%님의 별을 빼앗았습니다!""}"
loop까지 붙이면 또 에러뜨네요
sugntlna
2023.05.29loop를 없애면 리로딩은 되지만 작동은 안하네요..
아예 인벤토리를 감지하는 방법이 없을까요?
sugntlna
2023.05.29엌 얼떨결에 성공했네요 감사합니다..
sugntlna
2023.05.29every 15 ticks:
loop all players:
if player has 1 of nether star:
execute console command "/tellraw @a {""text"":""%loop-player%님이 별을 소지중입니다!""}"
execute console command "/effect give %loop-player% glowing 1 9"
loop인 경우는 작동이 안되는데 위의 if player has는 어떻게 해야할까요?