개인 자료란 (JE)

  서버 커뮤니티

Profile 승윤1147 대표칭호 없음
Profile

질문하기 스크립트

스크립트 스코어보드 문의

2023.02.28 조회 수 134 추천 수 0
이해도 초보자 
게임버전 (JE) 1.19.3 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.4 
스크립트 애드온 skbee,skRayfall 

안녕하세요 혹시제가 

on join:

  make new scoreboard named "MyScoreboard" with objective "dummy" and display name "승윤서버"

  set slot 1 of scoreboard  "MyScoreboard" to "현재플레이어:"

  set slot 2 of scoreboard  "MyScoreboard" to "%player_count%/%max_players%"

  set slot 3 of scoreboard  "MyScoreboard" to "death:"

  set {player_count} to the size of all players

  set {max_players} to the maximum number of players

코드를 적었는데

이런 오류가 뜹니다 ㅠㅠ

공부 사이트에도 안나와있어서요ㅠㅠ

 [Skript] Line 3: (월드보더.sk)

[11:51:21 INFO]:     Can't understand this condition/effect: set slot 1 of scoreboard "MyScoreboard" to "현재플레이어:"

[11:51:21 INFO]:     Line: set slot 1 of scoreboard "MyScoreboard" to "현재플레이어:"

[11:51:21 INFO]:  

[11:51:21 INFO]: [Skript] Line 4: (월드보더.sk)

[11:51:21 INFO]:     Can't understand this condition/effect: set slot 2 of scoreboard "MyScoreboard" to "%player_count%/%max_players%"

[11:51:21 INFO]:     Line: set slot 2 of scoreboard "MyScoreboard" to "%player_count%/%max_players%"

[11:51:21 INFO]:  

[11:51:21 INFO]: [Skript] Line 5: (월드보더.sk)

[11:51:21 INFO]:     Can't understand this condition/effect: set slot 3 of scoreboard "MyScoreboard" to "death:"

[11:51:21 INFO]:     Line: set slot 3 of scoreboard "MyScoreboard" to "death:"

[11:51:21 INFO]:  

[11:51:21 INFO]: [Skript] Line 9: (월드보더.sk)

[11:51:21 INFO]:     Can't understand this condition/effect: show scoreboard "MyScoreboard" to player

[11:51:21 INFO]:     Line: show scoreboard "MyScoreboard" to player

[11:51:21 INFO]:  

[11:51:21 INFO]: [Skript] Loaded 2 scripts with a total of 3 triggers and 0 commands in 0.89 seconds

[11:51:21 INFO]: [Skript] Finished loading.

[11:51:39 INFO]: UUID of player nanon1243 is 3953a754-e5db-4b04-9fb3-f6743b9ee0ec

[11:51:39 INFO]: nanon1243 joined the game

[11:51:40 INFO]: nanon1243[/192.168.219.112:59717] logged in with entity id 241 at ([world]-119.00984066497304, 87.64743910031291, -119.57965962798829)

[11:51:51 INFO]: nanon1243 lost connection: Disconnected

[11:51:51 INFO]: nanon1243 left the game

[11:55:24 INFO]: [Skript] Can't find the script '월드보더,sk' in the scripts folder!

[11:55:40 INFO]: [Skript] Reloading 월드보더.sk...

[11:55:40 INFO]: Line 2: (월드보더.sk)

[11:55:40 INFO]:     "dummy" is not a location

[11:55:40 INFO]:     Line: make new scoreboard named "MyScoreboard" with objective "dummy" and display name "승윤서버"

[11:55:40 INFO]:  

[11:55:40 INFO]: Line 3: (월드보더.sk)

[11:55:40 INFO]:     Can't understand this condition/effect: set slot 1 of scoreboard "MyScoreboard" to "현재플레이어:"

[11:55:40 INFO]:     Line: set slot 1 of scoreboard "MyScoreboard" to "현재플레이어:"

[11:55:40 INFO]:  

[11:55:40 INFO]: Line 4: (월드보더.sk)

[11:55:40 INFO]:     Can't understand this condition/effect: set slot 2 of scoreboard "MyScoreboard" to "%player_count%/%max_players%"

[11:55:40 INFO]:     Line: set slot 2 of scoreboard "MyScoreboard" to "%player_count%/%max_players%"

[11:55:40 INFO]:  

[11:55:40 INFO]: Line 5: (월드보더.sk)

[11:55:40 INFO]:     Can't understand this condition/effect: set slot 3 of scoreboard "MyScoreboard" to "death:"

[11:55:40 INFO]:     Line: set slot 3 of scoreboard "MyScoreboard" to "death:"

[11:55:40 INFO]:  

[11:55:40 INFO]: [Skript] Encountered 4 errors while reloading 월드보더.sk! (294ms)

[11:56:02 INFO]: UUID of player nanon1243 is 3953a754-e5db-4b04-9fb3-f6743b9ee0ec

[11:56:02 INFO]: nanon1243 joined the game

[11:56:02 INFO]: nanon1243[/192.168.219.112:59866] logged in with entity id 351 at ([world]-119.00984066497304, 87.64743910031291, -119.57965962798829)

[11:56:06 INFO]: nanon1243 lost connection: Disconnected

[11:56:06 INFO]: nanon1243 left the game

[11:57:11 INFO]: [Skript] Reloading 월드보더.sk...

[11:57:11 INFO]: Line 2: (월드보더.sk)

[11:57:11 INFO]:     "dummy" is not a location

[11:57:11 INFO]:     Line: make new scoreboard named "MyScoreboard" with objective "dummy" and display name "승윤서버"

[11:57:11 INFO]:  

[11:57:11 INFO]: Line 3: (월드보더.sk)

[11:57:11 INFO]:     Can't understand this condition/effect: set slot 1 of scoreboard  "MyScoreboard" to "현재플레이어:"

[11:57:11 INFO]:     Line: set slot 1 of scoreboard  "MyScoreboard" to "현재플레이어:"

[11:57:11 INFO]:  

[11:57:11 INFO]: Line 4: (월드보더.sk)

[11:57:11 INFO]:     Can't understand this condition/effect: set slot 2 of scoreboard  "MyScoreboard" to "%player_count%/%max_players%"

[11:57:11 INFO]:     Line: set slot 2 of scoreboard  "MyScoreboard" to "%player_count%/%max_players%"

[11:57:11 INFO]:  

[11:57:11 INFO]: Line 5: (월드보더.sk)

[11:57:11 INFO]:     Can't understand this condition/effect: set slot 3 of scoreboard  "MyScoreboard" to "death:"

[11:57:11 INFO]:     Line: set slot 3 of scoreboard  "MyScoreboard" to "death:"

[11:57:11 INFO]:  

[11:57:11 INFO]: [Skript] Encountered 4 errors while reloading 월드보더.sk! (558ms)





3개의 댓글

yusin12
2023.03.01

헉! 저걸 계속 띄우고 싶으신건가요?!

yusin12
2023.03.01
@yusin12

만약 그러면!! 스크립트 사이트에서! 애드온을 다운 받아야해요!!


SkQuery


skRayFall


skUtilities

이 3가지를 다운 받아야해요!


스크립트는 잘 모르지만!


스크립트는 굳이 스코어보드를 만들지 않아도 돼요!!


자동으로 만들어 주기 때문이에요!!


every 1 seconds: #1초마다
    loop all players: #모든 플레이어를 반복한다
        wipe loop-player's sidebar #사이드바를 반복한다.
        set name of sidebar of loop-player to "&b&l마크서버이름!" #스코어보드 이름
        set score "&7==================" in sidebar of loop-player to 5
        set score  "&6> 닉네임" in sidebar of loop-player to 4
        set score  "&e- %loop-player%" in sidebar of loop-player to 3
        set score "&6> 접속자 수" in sidebar of loop-player to 2
        set score "&e- %number of all players%/서버최대인원수는 제가 알기로는 없어요!! 그러니까 그냥 직접 입력해야해요!!" in sidebar of loop-player to 1

이런 식으로 입력해면 되요!

to 다음에 숫자가 높을 수록 위쪽에 출력해줘요!






승윤1147
2023.03.01
@yusin12

감사합니다

뉴스 및 창작물
/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 4

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2

/files/thumbnails/219/899/003/262x150.crop.jpg?20241009200950

건축

송전탑+도시 2

dbasd12

2024-10-09

2

/files/thumbnails/246/898/003/262x150.crop.jpg?20241008102328

레드스톤

단다단 - 오토노케(オトノケ) | 마인크래프트 노트블럭 커버

노트블럭전문가

2024-10-08

1

/files/thumbnails/348/896/003/262x150.crop.jpg?20241006103035

디도스/봇테러등등을 낚는 방법 4

물귀신

2024-10-06

3