개인 자료란 (JE)

  서버 커뮤니티

Profile 모총 대표칭호 없음
Profile

질문하기 스크립트

마인크래프트 서버 스크립트 GUL에 player head 적용법 알려주세요!

2023.02.22 조회 수 92 추천 수 0

마인크래프트 서버 스크립트 GUL에 player head 적용법 알려주세요!

현재 구문:

command /서버정보:

    trigger:

        open chest with 3 rows named "서버 정보" to player

        format slot 4 of player with player head named "이름" with lore "설명" to close then run [execute player command "명령어"]


player head 를 player head [player name] 오는 못 바꾸나요?

더좋은 GUL 만드는법도 있으면 알려주세용

애드온도 있으면 알려주세용

2개의 댓글

환타비
2023.02.22

set slot 0 of current inventory of player to skull of ("플레이어이름" parsed as offlineplayer) named "이름" with lore "설명"

이런식으로 할수 있습니다

모총
2023.02.24
@환타비

그러면 player head 가 인벤토리로 들어온는대요?