개인 자료란 (JE)

  서버 커뮤니티

Profile promine 대표칭호 없음
Profile

질문하기 스크립트

특정 아이템 쿨타임 정하기 {수정부탁}

2024.02.25 조회 수 98 추천 수 0
이해도 입문자 
게임버전 (JE) 관련없음 
게임버전 (BE) 관련없음 
스크립트 버전 2.7.2 

on right click on netherite scrap:

    if {cooldown::%player%} is not set:

        set {cooldown::%player%} to now

        remove 1 netherite scrap from the player

        loop all players:

            if loop-player is not player:

                set loop-player's gamemode to survival

        wait 1 hour

        send action bar "&a쿨다운이 종료되었습니다!" to player

        set {cooldown::%player%} to null

    else:

        set {_remainingTime} to ((cooldown of player) + 3600 - (current time)) / 1000

        if {_remainingTime} > 0:

            send action bar "&c쿨다운 중입니다. 남은 시간: %{_remainingTime}%초" to player

        else:

            send action bar "&a쿨다운이 종료되었습니다!" to player

            set {cooldown::%player%} to null

 


수정 좀요




2개의 댓글

코코냐
2024.02.25

돈주고 외주해도 그렇게 요청하면 처리 안됩니다. 뭘 해달라는건지 써주셔야죠..

작은거인
2024.02.25

너무 예의가 없는ㄷ