개인 자료란 (JE)

  서버 커뮤니티

Profile 물물이 대표칭호 없음
Profile

질문하기 스크립트

마인크래프트 스크립트 skrayfall 오류 제발제발 알려주세요!

2021.10.17 조회 수 470 추천 수 0
이해도 입문자(아무것도 몰라요) 
게임버전 (JE) 관련없음, 1.16.4 
게임버전 (BE) 관련없음 
스크립트 버전 Skript 2.6-beta3 
스크립트 애드온 skrayfall 

스크립트에 관심이 생겨서 이것저것 만들어보고 있는데요

스코어보드 만들어보려고 skrayfall 애드온 plugins 폴더에 적용했는데 적용 오류면 [xx:xx:xx] [Server thread/ERROR] : 어쩌구저쩌구 나와야 하는거같은데 아예 뜨지도 않네요.

아무리 찾아봐도 저와같은 경우는 없어서 ;; 

skrayfall Overview - skRayFall - Bukkit Plugins - Projects - Bukkit  여기서 1.16.4 버젼인거 다 받아봤고 스크립트도 최신버젼이고 구문도 유튜브 네이버 블로그 여기저기 나와있는거 다 한번씩 배껴서 해봤는데 안됩니다.

원인이랑 고치는법좀 알려주세요.

참고로 플러그인

[00:45:37] [Server thread/INFO]: Plugins (15): LuckPerms, UberEnchant, NametagEdit, Vault, ProtocolSupport, Multiverse-Core, WorldEdit, Essentials, EssentialsChat, EssentialsSpawn, WorldGuard, CoreProtect, Shopkeepers, Skript, LockettePro

이렇게 적용되어있고

구문에러는 이렇게 뜨는데 

[00:30:19] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: wipe loop-player's sidebar (스코어보드.sk, line 4: wipe loop-player's sidebar')

[00:30:19] [Server thread/ERROR]: [Skript] loop-player is neither an item stack, an item type nor an entity type

애드온이 아예 적용 안되는거같아요 콘솔보면 skrayfall 관련된 내용 아무것도 안뜹니다

혹시 몰라 구문도 올려봅니다.

every 1 seconds:

    loop all players:

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

            wipe loop-player's sidebar

            set name of sidebar of loop-player to "Score"

            set score "A" in sidebar of loop-player to 3

            set score "B" in sidebar of loop-player to 2

            set score "C" in sidebar of loop-player to 1

            set score "D" in sidebar of loop-player to 0

    

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

2개의 댓글

거너아나
2021.10.17

스크를 2.5.3인가 그거 쓰시고 다시 물어봐주시겠어요?

물물이
2021.10.18
@거너아나

해봤습니다.. 인식 그래도 안되네여ㅠㅠ