개인 자료란 (JE)

  서버 커뮤니티

Profile 감파르다 대표칭호 없음

Soul_5414 afc7220d69944069b127889048620ddc

Profile

질문하기 스크립트

스크립트 질문

2022.04.26 조회 수 573 추천 수 0
이해도 초보자(스크립트 구성요소나 기본문법은 알아요) 
게임버전 (JE) 관련없음, 1.17.1 
게임버전 (BE) 관련없음 
스크립트 버전 2.6 

스크립트에서 /시작을 치면 전체 플레이어를 4팀으로 나누고싶은데

팀을 만드는것부터 어렵네요


6개의 댓글

qsef1256
2022.04.27

https://www.koreaminecraft.net/qna/3205007#comment_3205151 여기에 제가 단 댓글 참고하세요.

 

원리는 플레이어 배열변수를 만들고 랜덤 배치 후 하나씩 빼는 겁니다.

감파르다
2022.04.27
@qsef1256

command /시작:

    trigger:

        if player is op:

            loop all players:

                send title "3" to loop-player for 1 seconds

                wait 1 second

                send title "2" to loop-player for 1 seconds

                wait 1 second

                send title "1" to loop-player for 1 seconds

                wait 1 second

                send title "시작" to loop-player for 1 seconds

            execute console command "/clear @a"

            execute console command "/effect clear @a"

            execute console command "/give @a iron_sword{Unbreakable:1b}"

            execute console command "/give @a bow{Unbreakable:1b}"

            execute console command "/give @a cooked_beef 64"

            execute console command "/give @a iron_shovel{Unbreakable:1b}"

            execute console command "/give @a snow_block 128"

            loop all players:

                equip loop-player with unbreakable iron helmet

                equip loop-player with unbreakable iron chestplate

                equip loop-player with unbreakable iron leggings

                equip loop-player with unbreakable iron boots

                play sound "ENTITY_ENDER_DRAGON_GROWL" with volume 1 and pitch 1 at loop-player

            set {_players::*} to all players

            set {_halfTeamSize} to round(number of all players/2)

            set {_loop} to 0

            loop size of {_players::*} times:

                set {_player} to random element of {_players::*}

                remove {_player} from {_players::*}

                if {_loop} < {_halfTeamSize}:

                    set {user::%{_player}%.team} to "blue"

                else:

                    set {user::%{_player}%.team} to "red"

            execute console command "/give @a arrow 64"

            execute console command "/kill @e[type=item]"

            set {블록설정} to true

            loop all players:

                if {user::%player%.team} is "red":

                    teleport loop-player to location(304.500,28,753.500)

                    set loop-player's default nametag to "[&c%{user::%loop-player%.team}%&f] %loop-player%"

                    set loop-player's tablist name to "[&c%{user::%loop-player%.team}%&f] %loop-player%"

                    execute console command "/spawnpoint %loop-player% 304.500 28 753.500"

                else if {user::%player%.team} is "blue":

                    teleport loop-player to location(454.500,28,753.500)

                    set loop-player's default nametag to "[&9%{user::%loop-player%.team}%&f] %loop-player%"

                    set loop-player's tablist name to "[&9%{user::%loop-player%.team}%&f] %loop-player%"

                    execute console command "/spawnpoint %loop-player% 454.500 28 753.500"


이렇게 사용하는데 blue팀에 몰리네요.

뭐가 문제인지는 대충 알겠는데 수정이 어렵습니다;;

qsef1256
2022.04.27
@감파르다

loop size of {_players::*} times: 에서 {_loop} 에 1 씩 추가하는 거 까먹으신 것 같습니다. 그거 까먹으면 카운트가 안돼서 몰리게 됩니다.

감파르다
2022.04.28
@qsef1256

혹시 어디다가 add 1 to {_loop}를 붙여야할까요.
어디다가 붙혀도 같은팀이 걸리는 에러가 계속됩니다.
같은팀 걸리는 팀만 blue팀에서 red팀으로 바뀌었네요.
혹시 테스트 인원이 둘이면 문제가 생기나요?

qsef1256
2022.04.28
@감파르다

loop size of {_players::*} times: 맨 밑입니다.

qsef1256
2022.04.28
@감파르다

그리고 if {_loop} < {_halfTeamSize}: 에서 부등호를 <= 로 변경해보세요.

뉴스 및 창작물
/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