이해도 | 초보자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
매직스펠을 만들고 있습니다.
상대방을 바라보고 우클릭시 상대방을 띄우고 나무에 가두는 목둔이라는 스펠을 만드려고 하는데
상대방을 띄우는것 까지는 잘되지만 가두는 과정에서 상대방에게 커서가 가있지 않으면 가둬지지 않네요,
혹시 어떻게 해야 할까요??
mokdun_multi:
spell-class: ".MultiSpell"
right-click-cast-item: 목둔
cooldown: 1
str-on-cooldown: "&7&l쿨타임 &a&l%c &7&l초"
spells:
- mokdun_forcetoss
- DELAY 20
- mokdun_entomb
mokdun_forcetoss:
spell-class: ".targeted.ForcetossSpell"
range: 15
damage: 0
horizontal-force: 0
vertical-force: 10
can-target: players,nonplayers
mokdun_entomb:
spell-class: ".targeted.EntombSpell"
block-type: oak_log
range: 15
can-target: players,nonplayers
duration: 100
effects:
tombdown:
position: blockdestruction
effect: effectlib
effectlib:
class: SphereEffect
particle: BLOCK_CRACK
material: oak_log
particles: 15
radius: 0.1
iterations: 1
period: 1
이와 같이 구문을 짰습니다
+ targted 스펠을 본인에게 적용하는 방법은 없나요?? 상대방이 아닌 본인에게???
댓글이 없습니다.
새로운 댓글을 등록해 주세요!