Lv.1
暂退
签名:陌生人既然来都来了可以给我的无聊de世界点点赞吗,愿意的话也可以收藏 验证
在 管喵代码(代码版) 中回复
var zuozhe = ['ABraham']
world.onChat(async ({ entity, message }) => {
if (zuozhe.includes(entity.player.name)) {
if (message[0] == "$") {
if (zuozhe.includes(entity.player.name)) {
entity.player.canFly = true;
try {
var code = eval(message.slice(1));
world.say(`~>${code}`)
}
catch (e) {
world.say(e)
}
}
}
}
})
world.onChat(async ({ entity, message }) => {
if (zuozhe.includes(entity.player.name)) {
if (message[0] == "¥") {
if (zuozhe.includes(entity.player.name)) {
entity.player.canFly = false;
try {
var code = eval(message.slice(1));
world.say(`~>${code}`)
}
catch (e) {
world.say(e)
}
}
}
}
})2023-12-05T20:21:47 点赞:0
在 学DEV-C++的来这里 中回复
#include<bits/stdc++.h>
using namespace std;
int main(){
//你们的头文件还不如万能头文件: )
}2023-12-08T17:40:23 点赞:0
在 [教程]管喵代码简单版 中回复
var zuozhe = ['']//这里填入你的玩家名字
world.onChat(async ({ entity, message }) => {
if (zuozhe.includes(entity.player.name)) {
if (message[0] == "$") {
if (zuozhe.includes(entity.player.name)) {
try {
var code = eval(message.slice(1));
world.say(`~>${code}`)
}
catch (e) {
world.say(e)
}
}
}
}
})2023-12-24T21:29:44 点赞:0
在 【官方】如何上首页?只需在本帖下面评论! 中回复
https://shequ.codemao.cn/work/208020053看看我的shi作吧!求点赞
2024-07-14T16:01:36 点赞:0
在 万万没想到啊 中回复
你的论坛出bug了大佬imgsrc="http://img.t喵t4/appstyle/expression/ext/normal/14/tza_thumb.gif"alt="emotion_可爱"
2024-08-13T21:28:23 点赞:0