개인 자료란 (JE)

  서버 커뮤니티

Profile Prin 정품인증자

prin0915 3c8559f84b794d1eb496b495b5450f96

Profile

질문하기 스크립트

스크립트 리로딩 nbt

2023.07.25 조회 수 111 추천 수 0
이해도 초보자 
게임버전 (JE) 1.20.1 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.4 

스크립트 구문에서 nbt를 사용하려면

따로 애드온이 필요한가요?


구문:)

drop 1 leather chestplate named "일반 갑옷" with lore "체력: +2 %ln%a공격력:+2" nbt nbt compound from "{HideFlags:255,AttributeModifiers:[{AttributeName:""generic.max_health"",Name:""generic.max_health"",Amount:2,Operation:0},{AttributeName:""generic.max_health"",Name:generic.max_health"",Amount:1,Operation:0}]}" to Attecker


4개의 댓글

우드풀
2023.07.28

skbee 써보세요~ https://github.com/ShaneBeee/SkBee/wiki

Prin
2023.07.28
@우드풀

쓰고있습니다.

우드풀
2023.07.28
@Prin

뒤에 속성수정자를 추가하고 싶으시면, 숨겨진 맥스헬스+ 를 일단 예로 들면

set {_i} to 1 of leather chestplate

add nbt compound of "{HideFlags:2,AttributeModifiers:[{AttributeName:""generic.max_health"",Amount:2,Name:""generic.max_health"",UUID:[I;-123628,7285,22144,-14570]}]}" to nbt compound of {_i}

이런식으로 써서 추가 할수 있어요.

슈퍼레몬
2023.12.25
@우드풀

안되는데...버전이 문제일까요?