개인 자료란 (JE)

  서버 커뮤니티

Profile 초코초콜YT 대표칭호 없음
Profile

질문하기 스크립트

사이드바 스크립트 오류나는데 알려주세요

2022.03.02 조회 수 208 추천 수 0
이해도 초보자(스크립트 구성요소나 기본문법은 알아요) 
게임버전 (JE) 1.18.1 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.1 

every 1 seconds:

    loop all players:

        if {스코어보드.%uuid of loop-player%} is true:

            wipe loop-player's sidebar

            set name of sidebar of loop-player to "&a%loop-player%&a님의 &e정보"

            set score "&e레벨 &f: &e%{레벨.%uuid of loop-player%}%&eLv" in sidebar of loop-player to 0

        else:

            wipe loop-player's sidebar


command /스코어보드 []:

    trigger:

        if arg-1 is "켜기" or "on":

            set {스코어보드.%uuid of player%} to true

        if arg-1 is "끄기" or "off":

            set {스코어보드.%uuid of player%} to false

            

2번째 줄에 에러가 있다고 하는데 어떻게 하면 고칠 수 있을까요?




4개의 댓글

qsef1256
2022.03.11

오류 내용 올려주세요.

초코초콜YT
2022.03.11
@qsef1256

loop all players:

부분이 오류가 나는데 원인이 skellet 애드온이 있으면 loop가 안되는데 skellet가 없으면 if clicked raw slot 이 안되는데 해결법 아시나요?

qsef1256
2022.03.12
@초코초콜YT

오류 내용을 올리세요.

초코초콜YT
2022.03.20
@qsef1256

SKBEE쓰니까 되네요.

감사합니다.