用户:
精神I病院广东省分院院长查看:5 回复:2 评论:5 创建时间:2023-01-03T10:18:31
world.onPlayerJoin(({entity})=>{
entity.onEntityContact(({other})=>{
if(other.hasTag('bullet')){
entity.player.directMessage(`你被${other.by.player.name}的子弹击中了`)
}
})
})
onentitycontact有失灵的时候吗{}
为什么运行了 碰到了但没有反应