
Lv.1
目标:200赞,3000次浏览,工作室人数20,1首页!
签名:躺在床上编程,吃着海底捞,新作编完等待两秒睡觉所以。。。 我正在睡觉(¦3[▓▓]
在 【瓢虫新图】新图投票!!地图内容由你来定!!! 中回复
1、深海对决重置 4票
2、奇趣地球村重置 3票
3、昆虫PVP 0票
4、房间成精 3票
5、食物岛大战 1票
2022-08-24T16:50:07 点赞:0
在 谁会做存档点!!! 中回复
or(const e of world.querySelectorAll('*')){
if (e.id.startsWith('存档点')){
e.collides = true
e.fixed = true
e.onEntityContact(({ entity,other }) => {
if(other.isPlayer){
other.player.spawnPoint.set(entity.position.x,entity.position.y+3,entity.position.z)
other.player.directMessage('存档成功!')
}
})
}
}2022-08-26T22:40:38 点赞:0