用户:查看:4 回复:5 评论:4 创建时间:2020-09-11T19:02:59
今天我在看搬砖喵的新作。。。

搬砖喵。。。

。。。
现在是干货时间!!!大佬不要吐槽,我说了,是萌新的干货!!!
world.onPlayerJoin(({entity})=>{//出生点代码
entity.position.set(15, 11, 10);//数对(坐标)可更改~~~
});
world.querySelectorAll('.NPC').forEach((e)=>{//NPC是模型标签(这是模型互动代码!!!)
e.onEntityContact(({other})=>{
sleep(500).then(()=>{
other.player.directMessage(other.player.name+' ,请不要乱动消防栓,这要追究法律责任!')//注意,是other!!!
})
});
})
好了,基本干货发放完毕~~~
(有可能不定时发干货噢~~~各位萌新~~~)