이해도 | 초보자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.5.6 |
스크립트 애드온 | 없음 |
command /그림자파동:
>cooldown: 60 seconds
>cooldown message: &0[ 그림자파동 ] &f%remaining time%
>trigger:
>>if name of player's tool contains "그림자파동":
>>>if target is set:
>>>>if distance between player and target is smaller than 10:
>>>>>message "&a[그림자파동]를 사용했습니다."
>>>>>push the target upwards at speed 1
>>>>>push the target backwards at speed 1
>>>>>play sound "block.anvil.place" with volume 1 to the player
>>>>>apply potion of weakness tier 5 to target for 2 seconds
>>>>>wait 1 second
>>>>>teleport player to target
>>>>else:
>>>>>message "&4[10칸 이내에 지정된 대상이 없습니다.]"
>>>>>cancel the cooldown
>>>else:
>>>>message "&4[대상이 지정되지 않았습니다.]"
>>>>cancel the cooldown
on rightclick:
>if name of player's tool contains "그림자파동":
>execute player command "/그림자파동"
이 구문에서 teleport player to target이 작동하지 않습니다 어떻게 해야 하나요?
슈퍼레몬
2024.04.14Targeted entity