Itcomputer
대표칭호 없음
이해도 | 초보자(스크립트 구성요소나 기본문법은 알아요) |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 1.19.x |
스크립트 버전 | 2.6.2-mc-1.19.build2 |
스크립트 애드온 | skbee2.0.0 |
스크립트를 이용해서 머더 같은 것을 만들고 있는데
특정 시간이 지나면 랜덤 위치에서 금이 떨어지는 코드를 작성하고 있었는데
아이템스폰명령어에 NBT태그를 넣으면 오류가 나요.
일단 테스트하려고 command로 바꿔놨어요.
command /gold:
trigger:
set {st2gx} to random integer between 104 and 188
set {st2gy} to random integer between -80 and -167
set {_itemNBT} to nbt compound from "{Item:{id:"minecraft:gold_ingot",Count:1b}}"
message "test"
#execute command "summon minecraft:item %{st2gx}% -17 %{st2gy}% {Item:{id:"minecraft:gold_ingot",Count:1b}}"
spawn item at player with nbt {_itemNBT}
qsef1256
2022.08.16그냥 gold ingot 치시면 1개의 금괴을 가리키는 구문입니다