用户:
我就路过看看查看:23 回复:19 评论:23 创建时间:2020-02-26T11:45:54
谁可以发一下这些程序,赏200金币!!!

QBZ_//碰水就死
world.onFluidEnter(({entity , voxel}) => {
if (entity.isPlayer===true){
const p = voxels.id('water');
if (voxel===p){
entity.hurt(entity.hp)
world.say(entity.player.name+"掉进了水里")
}; };
});点赞0
评论
ymd1010cat//碰水就喵 world.onFluidEnter(({entity , voxel}) => { if (entity.isPlayer===true){ const p = voxels.id('water'); if (voxel===p){ entity.hurt(entity.hp) world.say(entity.player.name+"掉进了水里"); entity.player.forceRespawn(); }; }; });
点赞0
评论
ymd1010cat//碰水就喵
world.onFluidEnter(({entity , voxel}) => {
if (entity.isPlayer===true){
const p = voxels.id('water');
if (voxel===p){
entity.hurt(entity.hp)
world.say(entity.player.name+"掉进了水里");
entity.player.forceRespawn();
}; };
});点赞0
评论