用户:
洁15查看:0 回复:3 评论:0 创建时间:2020-09-06T09:52:43
如上
e.onEntityContact(({other,entity}) => {
if (other.isPlayer) {
if (entity.hasTag('呕')) {
other.player.jumpAccelerationFactor=1
}
}
})
如果有屏蔽词,喵=nc
点赞0
评论
world.onEntityContact(({other,entity}) => {
if (other.isPlayer) {
if (entity.hasTag('呕')) {
other.player.jumpAccelerationFactor=1
}
}
})点赞0
评论