Ceroi
대표칭호 없음
Ceroi 6d10bf9e7682449694fded3e69fdb3f3
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.12.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.2-dev37c |
스크립트 애드온 | MundoSk |
네임태그 위에 칭호를 만들고 싶은데 밑에 구문을 어떻게 사용하는지 모르겠어요..
#Example 1
set player's default nametag to "bob" #All players now see the nametag as bob
set player's nametag to "potter" for {_p1} #{_p1} now sees the nametag as potter
set player's default nametag to "weird" #All players except for {_p1} now see the nametag as weird
set player's nametag to "nonweird" #All players (including {_p1}) now see the nametag as nonweird
#Example 2
set player's default nametag to "diamond" #All players now see the nametag as diamond
set player's nametag to "emerald" for {_p1} #{_p1} now sees the nametag as emerald
reset player's default nametag #All players except for {_p1} now see the nametag as the player's actual name
set player's default nametag to "gold" #All players except for {_p1} now see the nametag as gold
reset player's nametag for {_p1} #{_p1} now sees the nametag as gold
set player's default nametag to "iron" for {_p1} #{_p1} now sees the nametag as iron
reset player's nametag #All players (including {_p1}) now see the nametag as the player's actual name
qsef1256
2023.02.10기본적인 스크립트 사용 방법은 알고 계시나요? 사실 저 정도면 Docs고 다 알려준건데, 제가 설명해도 저 이상의 답은 못 드려요. 그냥 영어 해석해서 무슨 구문인지 파악하고 복붙만 하면 되잖아요
Ceroi
2023.02.10MundoSk 애드온이 필요하다 해서 MundoSk 애드온을 적용 시킨 후 테스트적으로
command /nametag:
trigger:
set player's default nametag to "test"
명령어를 만들었는데 스크립트를 이해할 수 없다고 뜨네요...
qsef1256
2023.02.10player가 있는지 다시 한번 확인해보세요. 이벤트에 따라 없을 수도 있어요.