개인 자료란 (JE)

  서버 커뮤니티

Profile 세찐찐 대표칭호 없음

sejinjin 6943192ee1b44a4ca430580bc286725a

Profile

질문하기 스크립트

이거 오류를 모르겠어요

2022.10.03 조회 수 111 추천 수 0
게임버전 (JE) 1.19.2 
게임버전 (BE) 관련없음 
스크립트 버전 최신 
스크립트 애드온 없음 

command /조각:

        trigger:

                if player is op:

                        give 1 echo shard named "&f[&1알수없는 조각&f]" with lore "&7알수없는 수상한 조각이다" to player


on rightclick holding echo shard:

        name of player's tool contain "[&1알수없는 조각&f]"

            if player is op:

                execute player command "/tellraw @p [{"text":"[다음 마을로가기]","color":"yellow"}]"

이구문에서 execute player command "/tellraw @p [{"text":"[다음 마을로가기]","color":"yellow"}]" 이 구문이 잘못됬다고 나옵니다

2개의 댓글

코코냐
2022.10.03

이스케이핑이 되어있지 않습니다. 문자열을 이스케이핑 처리해주세요.

세찐찐
2022.10.03
@코코냐

감사합니다