every 1 seconds:
loop all players:
if {스코어보드.%loop-player%} is true:
wipe loop-player's sidebar
set name of sidebar of loop-player to "내 정보"
set score "닉네임 : %loop-player%" in sidebar of loop-player to 5
set score "당신의 자산 : %loop-player's money%" in sidebar of loop-player to 4
set score "접속자 수 : %number of all players%" in sidebar of loop-player to 3
set score "현재 시각 : %now%" in sidebar of loop-player to 2
command /스코어보드 [<string>]:
trigger:
if arg 1 is "켜키":
set {스코어보드.%player%} to true
message "스코어보드가 활성화 되었습니다!"
if arg 1 is "끄기":
set {스코어보드.%player%} to false
message "스코어보드가 비활성화 되었습니다!"
wipe player's sidebar
7번째 줄에서 오류가 납니다
There's no loop that matches 'loop-player to 4
이렇게 뜹니다 도와주세요
스크립터브혼
2021.05.29https://www.koreaminecraft.net/scriptqna/2149827
코드 들여쓰기 맞게 올려주세요. 덧글에 에디터 사용해서 올려주시면 됩니다.