개인 자료란 (JE)

  서버 커뮤니티

Profile 방대 일반인
Profile

질문하기 스크립트

신상관련

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

command /신상 생성:

    trigger:

set {statue.%arg-1%} to true

set {statue.%arg-1%.hp} to 100 # 기본 HP를 100으로 설정

send "&a%arg-1% 신상이 생성되었습니다."


command /신상 삭제:

    trigger:

delete {statue.%arg-1%}

send "&c%arg-1% 신상이 제거되었습니다."


command /신상 hp설정 <name> <number>:

    trigger:

set {statue.%arg-1%.hp} to arg-2

send "&a%arg-1%의 HP가 %arg-2%로 설정되었습니다."

if {statue.%arg-1%.hp} <= 0:

send "&c%arg-1% 신상이 파괴되었습니다!"

command /신상 리스트:

    trigger:

open chest with 3 rows named "&b신상 리스트" to player

loop {statue::*}:

format slot (loop-index) of player with white concrete named "&f%loop-value%의 신상" to close then run [execute player command "/신상 상세 %loop-value%"]
이렇게하면 안되네여 ㅠ

2개의 댓글

방대
2024.05.12

참고로 넣어야되는 애드온은 넣었습니다

 

방대
2024.05.12

은 삭제했습니다