짠구
대표칭호 없음
Luke1546 4483b193f63b4cdb977ab4d42611efab
이해도 | 입문자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 1.20.x |
@command /천공의별:
@ trigger:
@ set {_cooldown} to difference between {천공의별::%player%} and now
@if {_cooldown} is less than 15 seconds:
@set {_text} to "%difference between 15 seconds and {_cooldown}%"
@replace all " seconds" and " second" with "초" in {_text}
@replace all " and " with " " in {_text}
@send "&6&l[ &f&l스킬 &6&l] &f&l재사용 까지 &e&l%{_text}% &f&l남았습니다."
@exit
@set {천공의별::%player%} to now
@apply potion of speed of tier 2 to player
@send "&6&l[ &f&l스킬 &6&l] &f&l스킬이 적용되었습니다 !"
제가 명령어로 실행시키는건 성공은 했는데 이걸 천공의별 아이템을 들고 오른쪽 클릭 했을때 실행할 수 있게 바꿀 수 있나요?
windy_wind
2024.02.07on right click:
@if event-item is 어쩌고 저쩌꼬:
를 이용해보세요