이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
1.20.1 에서 멀티서버 하면서 좌표 스크립트로 좌표 키고 끄고 하려고 여기 저기 찾아서 설정을 했었는데 다시 쓰려고 하니까 오류가 발생하더라고요
every 1 tick:
loop all players:
if {액션바.%loop-player%} is true:
set {_l} to location of player
set {_msg::x} to "x:%round x-coord of {_l}%"
set {_msg::y} to "y:%round y-coord of {_l}%"
set {_msg::z} to "z:%round z-coord of {_l}%"
send action bar join {_msg::*} with " " to player
send action bar "%loop-player's location%" to loop-player
command /좌표 [<string>]:
trigger:
if arg 1 is "켜기":
set {액션바.%player%} to true
message "&a스코어보드가 활성화됨!"
if arg 1 is "끄기":
set {액션바.%player%} to false
message "&c스코어보드가 비활성화됨!"
wipe player's sidebar
이렇게 였는데 서버를 새로 여니까 위에 사진처럼 오류가 발생하더니 갑자기 안되더라고요
어떻게 해결하면 좋을까요?
세찐찐
2023.11.15skript 버전을 업데이트 해보시는게 좋을거 같네요