谢
谢远军
shenxiannanjiu/xieyj_test
0 Stars
5 次浏览
更新于 2026-08-23
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"server1": {
"id": "mc-server-01",
"name": "Primary Survival Server",
"performance": {
"entityCulling": true,
"maxTickTime": 60000,
"syncChunkWrites": true
},
"resources": {
"resourcePack": "https://example.com/resourcepacks/v1.zip",
"textureQuality": "high"
},
"settings": {
"gameplay": {
"allowFlight": false,
"difficulty": "NORMAL",
"gamemode": "SURVIVAL",
"hardcore": false,
"pvp": true
},
"network": {
"compression": true,
"ip": "0.0.0.0",
"maxPlayers": 30,
"port": 25565,
"viewDistance": 12
},
"security": {
"onlineMode": true,
"rcon": {
"enabled": true,
"password": "secure_rcon_pass",
"port": 25575
},
"whitelist": false
},
"world": {
"allowEnd": true,
"allowNether": true,
"name": "survival_world",
"seed": "minecraft_legacy",
"type": "DEFAULT"
}
},
"status": "active"
},
"server2": {
"id": "mc-server-02",
"name": "Creative Build Server",
"performance": {
"entityCulling": false,
"maxTickTime": 45000,
"syncChunkWrites": false
},
"resources": {
"resourcePack": "",
"textureQuality": "medium"
},
"settings": {
"gameplay": {
"allowFlight": true,
"difficulty": "PEACEFUL",
"gamemode": "CREATIVE",
"hardcore": false,
"pvp": false
},
"network": {
"compression": false,
"ip": "0.0.0.0",
"maxPlayers": 15,
"port": 25566,
"viewDistance": 10
},
"security": {
"onlineMode": true,
"rcon": {
"enabled": false,
"password": "",
"port": 25576
},
"whitelist": true
},
"world": {
"allowEnd": false,
"allowNether": false,
"name": "creative_world",
"seed": "builders_paradise",
"type": "FLAT"
}
},
"status": "inactive"
}
}
}
服务介绍
你好