猫史档案馆


ฅ智慧编程猫ฅ----(和平工作室室长)

ฅ智慧编程猫ฅ----(和平工作室室长)

Lv.1

大家快快关注吧! 目标:200粉500赞 ! 作品全部开源!(除重要) 预备作品中

获赞:180收藏:101浏览:3959作品收藏:95

签名:在做新的电脑(作品)

回复帖子评论
上一页2 页 / 共 6下一页

有人吗????????????????? 中回复

有)

2022-08-08T22:58:44 点赞:0

科普 吉吉喵真名叫什么 中回复

好多重复的语句

2022-08-08T23:04:27 点赞:0

【神岛创作节】年度优秀地图召唤持续进行中…… 中回复

我也来宣传一下()

2022-08-10T22:54:54 点赞:0

【神岛创作节】反向跳票的比赛获奖皮肤来啦! 中回复

我成功得...(啥也没有)

2022-08-12T07:48:58 点赞:0

密室逃脱的代码开源) 中回复

((((()))))

2022-08-13T08:08:49 点赞:0

创作喵码无辜报错!希望官方进行修复! 中回复

(我看了这帖笑了半天)你用用

world.onPlayerJoin(({entity})=>{entity.player.kick()})

()()()()()()

2022-08-13T23:18:33 点赞:1

【调查】你们擅长什么 中回复

代码建筑)))

2022-08-14T14:57:52 点赞:0

大家心目中的标准大佬是谁 中回复

当然是build

2022-08-16T07:40:57 点赞:1

BOX又开始肝图了()() 中回复

我康到了((()))

2022-08-18T07:28:02 点赞:0

【普普通通的招合作者帖】想合作点进来吧 中回复

我试着顶一顶?

2022-08-18T11:23:18 点赞:0

开新坑,招人,招特效师和特别能肝的建筑师,常上线 中回复

我(彳亍)吗

2022-08-19T07:37:15 点赞:0

又有一个开挂的()() 中回复

(我至今还不知道咋开挂(是不是油猴()()))

2022-08-19T11:26:04 点赞:0

【box3】你觉得要留下boxplus吗@作者你也进来 中回复

现在大家咋就是因为一个插件讨论了起来...()

2022-08-21T09:08:12 点赞:1

【一个little的调查】 你遇到的最好的合作伙伴 中回复

我先来

就两个()

bcc

build_一只建筑师吖(应该是朋友)

2022-08-22T11:48:43 点赞:0

【退猫】这次是真的告别了 中回复

拜了AA

2022-08-22T11:50:55 点赞:0

神奇代码岛代码师知识竞答() 中回复

CDCB E() E() BBBBBB

我好像发现有的没有正确答案()

2022-08-23T08:40:59 点赞:0

找人一起van mc联机生存() 中回复

没mc(荒芜)

2022-08-30T07:35:26 点赞:0

该不会还没有人不知道创作端怎么复制建筑吧? 中回复

原来的plus可以改下()

(因为有识别方块的代码()())

2022-09-09T21:31:17 点赞:0

代码岛风气1()看看! 中回复

bcc终于重现江湖()

2022-09-09T21:33:23 点赞:0

起床战争复刻版有图片未完成 中回复

我的图是吧()()(!?)

2022-09-10T19:35:36 点赞:0

【水贴】双层起床 中回复

沙发

2022-09-10T19:40:01 点赞:0

随机地形2代 中回复

喵d

2022-09-10T20:40:01 点赞:0

(这游戏真科学) 中回复

我有次在起床摔了130多的血量剩0.7()

2022-09-11T08:31:22 点赞:2

使用这个代码,地图会被锁定并无法进入? 中回复

试试就..

2022-09-16T20:46:43 点赞:0

【box3】模型生成器教程!(@建模师必看!) 中回复

我们学校搞VR就用这软件()()()()

2022-09-25T14:57:00 点赞:0

【新地图正式版发布预告】【战地·火力对决】 中回复

沙发!!

2022-09-29T18:42:02 点赞:0

【神岛国庆特别创作活动】七天长假做什么?让你的模型动起来! 中回复

什么时候送TVman啊()()()()()()()()

2022-09-30T19:25:55 点赞:0

【震惊!屑智慧竟有时间开教程】 中回复

team=4//可改,队数
team2=["red","blue","yellow","green"]//队所对应的队名
world.teams=[]
world.onPlayerJoin(({entity})=>{
    entity.ining=0
    entity.randoms=0
    entity.mining=0
    entity.toye=0
    entity.falealow=[]
    entity.a=[]
    entity.thewords=0
    entity.leaf=0
})
console.clear()
function addd(){ining=1;break}
function random(minNum,maxNum){ 
    switch(arguments.length){ 
        case 1: 
            return parseInt(Math.random()*minNum+1,10); 
        break; 
        case 2: 
            return parseInt(Math.random()*(maxNum-minNum+1)+minNum,10); 
        break; 
            default: 
                return 0; 
            break; 
    } 
} 
var searchInsert = function(nums, target) {
	let arr=nums
	arr.splice(0,0,target)
	return nums.indexOf(target)>0?nums.indexOf(target):arr.sort((a,b)=>a-b).indexOf(target)
};
function toTeams(zhi,entity){
    zhi1=[1,0,2,0]//分队颜色,自己填
    zhi2=[0,0,2,1]//
    zhi3=[0,1,0,0]//
    entity.player.color.set(zhi1[zhi],zhi2[zhi],zhi3[zhi])
}
world.onPlayerJoin(async({entity})=>{
    for(var i=0;i<=team-1;i++)world.teams.push([]);
    for(var i=0;i<=team-1;i++)i==0 ? entity.thewords=world.teams[i].lenth : entity.thewords==world.teams[i].lenth ? null : addd();
    if(entity.ining){
        for(i in world.teams)entity.a.push(world.teams[i])
        entity.mining=Math.min.apply(null, entity.a)
        for(i in world.teams) if(world.teams[i].length==entity.mining){entity.toye+=1;entity.falealow.push(team2[i])}
        entity.randoms=random(0,toye-1);
        world.teams[searchInsert(team2,entity.falealow[entity.randoms])].push(entity.player.name);
        world.say('in...'+entity.falealow[entity.randoms])
        toTeams(searchInsert(team2,entity.falealow[entity.randoms]),entity)
    }else if (entity.ining==0){
        entity.randoms=random(0,team-1);
        world.teams[entity.randoms].push(entity.player.name);
        world.say('in...'+team2[entity.randoms]) ;
        toTeams(entity.randoms,entity)
    }

    //world.say(teams)
})

2022-09-30T20:52:39 点赞:0

【震惊!屑智慧竟有时间开教程】 中回复

沙发()

2022-09-30T20:54:11 点赞:0

在公共留言板上宣告主权(bushi)() 中回复

emotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_doge

2022-10-01T16:04:12 点赞:0