방대
일반인
이해도 | 초보자 |
---|---|
게임버전 (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%"]
이렇게하면 안되네여 ㅠ
방대
2024.05.12참고로 넣어야되는 애드온은 넣었습니다
방대
2024.05.12은 삭제했습니다