猫史档案馆


卫道士32_32*2没了

卫道士32_32*2没了

Lv.1

徒弟:墨水瓶

获赞:13收藏:4浏览:193作品收藏:19

签名:

回复帖子评论
上一页5 页 / 共 9下一页

【代码岛3.0】崩溃的岛三 中回复

https://shequ.codemao.cn/community/337346

2020-08-26T13:27:21 点赞:0

招人!我不是吉吉喵庆祝得到编辑器第二活动! 中回复

不毁图即可

2020-08-26T14:55:29 点赞:0

我有权限辣! 中回复

我也有

2020-08-28T21:26:59 点赞:0

不得了!岛3动物开口唱歌了! 中回复

牛+我也可以

2020-08-28T21:47:36 点赞:0

【测试】一句话形容你楼下随便滚键盘打出的字 中回复

。/浪一波~

伟大v,sdghtfjyuhikjkhgmfndbxgfuhikgfnfxcgh喵gvguhkugfXfguigufjxfygui跟vbtbtqybcrbtvqtcrbqtv645wvy4ebvy4(⊙﹏⊙)onivtc【您2v

2020-08-28T21:56:11 点赞:0

一脸懵逼,两脸懵逼,五脸懵逼,十脸懵逼,百脸懵逼,万脸懵逼,百万脸懵逼 中回复

,错了,改成;

2020-08-28T22:10:32 点赞:0

一个新的地图:我要建一个学校(我自己的)招人啦!!! 中回复

wo!

2020-08-29T14:33:10 点赞:0

找岛三JS师傅~ 中回复

我!

2020-08-29T14:34:11 点赞:0

这是一个多人创作地图,求建筑师或程序员帮忙 中回复

 

2020-08-30T08:45:41 点赞:0

传奇,我要玩起床 中回复

我有开始

2020-09-05T13:15:35 点赞:0

空岛生存——代码岛招人 中回复

wo!

2020-09-05T13:47:30 点赞:0

box3招人啦! 中回复

我!

2020-09-06T09:00:53 点赞:0

【代码岛3.0代码公布!】僵尸追杀玩家 中回复

asyn­c

2020-09-06T09:28:04 点赞:0

【代码岛3】【教程】电梯制作 中回复

async

 

2020-09-26T12:01:33 点赞:0

【3D画板教程16期!】精美复古电梯 中回复

建议:https://shequ.codemao.cn/community/343323

2020-09-26T19:11:33 点赞:0

【万盛鬼马创作节】山谷大战招人啦! 中回复

me

 

2020-10-25T21:18:07 点赞:0

【BOX3.0 几何空间招人贴】本期地图目标:复原长城! 中回复

我要代码!

2020-10-25T21:22:17 点赞:0

【box3】MC复原计划! 中回复

合作

2020-11-04T18:43:19 点赞:0

招人~~~(红蓝PVP) 中回复

我!

2020-11-05T20:28:38 点赞:0

【哈哈农场】全部帮主页 中回复

emotion_编程猫_加油

2020-11-05T20:50:32 点赞:1

@一个人的聊天区。。。 中回复

world.onPlayerJoin(({entity})=>{
    entity.chatdt='无'
})
world.onChat(async({entity,message})=>{if(message=="chat"){
    c喵t result1 = await entity.player.dialog({
        type: Box3DialogType.INPUT,
        title: '聊天区',
        content: `${entity.player.name},请输入要发给的玩家(id)`,
    });
    c喵t result = await entity.player.dialog({
        type: Box3DialogType.INPUT,
        title: '聊天区',
        content: `${entity.player.name},请输入要说的内容`,
    });
    x=world.querySelector('.'+result1);try{
    x.chatdt+=entity.player.name+':'+result+'(id:'+entity.player.boxId+')\n'
    x.player.directMessage('您有新的消息!')}catch{}
    entity.player.directMessage('发送成功!')
}else if (message=='look'){
    entity.player.dialog({
        type: Box3DialogType.TEXT,
        title: "聊天内容",
        content:entity.chatdt
    });
}else if (message=='clear'){
    entity.chatdt='无'
    entity.player.directMessage('清除成功')
}
})
world.onPlayerJoin(({entity})=>{
    entity.addTag(entity.player.boxId)
    entity.player.directMessage('输入clear清空私信区,输入chat私信别人,输入look查看私信区')
})

2020-11-07T18:54:41 点赞:0

@一个人的聊天区。。。 中回复

world.onPlayerJoin(({entity})=>{
    entity.chatdt='无'
})
world.onChat(async({entity,message})=>{if(message=="chat"){
    const result1 = await entity.player.dialog({
        type: Box3DialogType.INPUT,
        title: '聊天区',
        content: `${entity.player.name},请输入要发给的玩家`,
    });
    const result = await entity.player.dialog({
        type: Box3DialogType.INPUT,
        title: '聊天区',
        content: `${entity.player.name},请输入要说的内容`,
    });
    x=world.querySelector('.'+result1);try{
    if(x.chatdt='无'){x.chatdt=entity.player.name+':'+result+'(id:'+entity.player.boxId+')\n'}
    x.chatdt+=entity.player.name+':'+result+'(id:'+entity.player.boxId+')\n'
    x.player.directMessage('您有新的消息!')}catch{}
    entity.player.directMessage('发送成功!')
}else if (message=='look'){
    entity.player.dialog({
        type: Box3DialogType.TEXT,
        title: "聊天内容",
        content:entity.chatdt
    });
}else if (message=='clear'){
    entity.chatdt='无'
    entity.player.directMessage('清除成功')
}
})
world.ambientSound.sample='audio/n.mp3'
world.onPlayerJoin(({entity})=>{
    entity.a喵Tag(entity.player.name)
    entity.player.directMessage('输入clear清空私信区,输入chat私信别人,输入look查看私信区')
})

2020-11-07T20:43:02 点赞:0

【box3】MC复原计划! 中回复

会SQL、生物、村民(doge) 我不是吉吉喵 申请合作

2020-11-11T18:56:17 点赞:0

新盖的tree,游览破一百出教程(你刷吧你刷吧不怪你) 中回复

si-死

2020-11-11T20:09:08 点赞:0

多层喵战招人了!!! 中回复

emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油

2020-11-14T19:26:50 点赞:0

多层喵战【开心的小电鼠】 中回复

权限!

2020-11-15T13:21:21 点赞:0

【JS快速入门01】创建变量,变出999金币💰 中回复

`${entity.player.name}有${entity.player.money}块钱`

2020-11-20T21:30:48 点赞:0

盘点起床战争3大奇葩喵 中回复

emotion_雷电猴_笑趴emotion_雷电猴_笑趴emotion_雷电猴_笑趴emotion_雷电猴_笑趴

2020-11-21T19:24:20 点赞:1

起床战争招人了!!! 中回复

wo!

2020-11-23T20:54:41 点赞:0

【哈哈农场】全部帮主页 中回复

emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油emotion_编程猫_加油

2020-11-23T21:17:27 点赞:1