#煙を出さずに(瞬間に消す)killしたい

1 messages · Page 1 of 1 (latest)

rain grail
#

minecraft:despawn あるいはminecraft:instant_despawnをご使用ください

short sable
#

minecraft:instant_despawnを〇〇で実行できませんでしたとでました

#

minecraft:despawnでも同じでした

#

despawnといれてもminecraft:despawnはでません

#

なにかのアドオンってことですかね

stoic lotus
#

Entity JSONのコンポーネントの話だと思う

short sable
#

手順教えていただけませんか?

stoic lotus
#

Entity JSON

  • component_groupsにデスポーン用のグループを記述
  • eventsにそのグループを追加するイベントを記述

Entity JSON + Script API

  • Entity JSONで空のイベントを定義
  • Script APIのDataDrivenEntityTriggerで受け取って<Entity>.remove()

どっちかかな

full fiber
#

tp @s ~ -10000 ~
(ちょい遅延かけて)kill @s
とかでも一応できたり

short sable
#

なるほど