Wa_free 0e8e61844b114c398d82f569b65c940b
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
스크립트 애드온 | skrayfall (스코어보드) |
스코어 내용에 %nl%을 쓰면 내용 깨지는 기호가 나와요. 다른 타입이나 구문이 있을까요?
현재 코드는 이렇습니다.
every 1 seconds:
loop all players:
wipe loop-player's sidebar
add 1 to {plays::%uuid of loop-player%}
set name of sidebar of loop-player to "<##ffee80>&l와<##ffea66>&l플<##ffe74d>&l서<##ffe01a>&l버"
set score "&e&l$&r 골드: &e%loop-player's money%" in sidebar of loop-player to -2
set score "&c&l🎀&r 이름: &e%loop-player%" in sidebar of loop-player to -3
set score "&b&l⏰&r 플레이 시간: &e%{plays::%uuid of loop-player%}%초 %{playm::%uuid of loop-player%}%분 %{playh::%uuid of loop-player%}%시간" in sidebar of loop-player to -4
if {plays::%uuid of loop-player%} >= 60:
set {plays::%uuid of loop-player%} to 0
add 1 to {playm::%uuid of loop-player%}
if {playm::%uuid of loop-player%} >= 60:
set {playm::%uuid of loop-player%} to 0
add 1 to {playh::%uuid of loop-player%}
슈퍼레몬
2024.03.05빈줄은 "" 하면 되는거 아닌가요?
별코미
2024.03.05공백은 스코어보드에 안실리더라고요
별코미
2024.03.05가 아니라 생기네?? 감사합니다