개인 자료란 (JE)

  서버 커뮤니티

Profile hifned 정품인증자

hifn 4b8a8f37918540f4bc26f0d86037a93d

Profile

질문하기 스크립트

스크립트 몬스터 스폰

2023.12.05 조회 수 75 추천 수 0
이해도 초보자 
게임버전 (JE) 1.20.1 
게임버전 (BE) 관련없음 

몬스터를 특정 장소에 리젠 시켜야하는데 spwan에 좌표지정하는 법 과 죽어 있는 수만큼 리젠 시키고 싶어요 몬스터는

command /도적:

    trigger:

        if display name of player is not "hifn":

            stop

        else:

            spawn a vindicator at player

            set max health of last spawned entity to 10

            set name of last spawned entity to "&e[&4몬스터&e] &f도적"   

            set health of last spawned entity to 10


command /늑대:

    trigger:

        if display name of player is not "hifn":

            stop

        else:

            spawn a wolf at player

            set max health of last spawned entity to 4

            set name of last spawned entity to "&e[&4몬스터&e] &f늑대"   

            set health of last spawned entity to 4

이렇게 만들었습니다

Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!