Back to MCP directory
publicPublicdnsLocal runtime

arm64-mcpelauncher-server

一个在arm64设备(如树莓派)上运行的不稳定但高效的Minecraft基岩版服务器,基于mcpelauncher项目,支持最新版本v1.21.2。

article

README

🚀 arm64-mcpelauncher-server

这是一个不稳定且采用了一些临时解决方案的Minecraft Bedrock版服务器程序,专门为arm64设备(如Raspberry Pi)设计。它能够让arm64设备也能运行Minecraft Bedrock版服务器,为相关设备用户提供了玩游戏的可能。

⚠️ 重要提示

此分支针对的是Minecraft v1.21.2(最新版本),如需使用Minecraft v1.20.81,请点击此处。此启动器仅支持Minecraft v1.21.2(切换到其他分支以获取v1.20.81版本),配置文件可能无法正常工作,但仍然比QEMU快得多!

img

上图展示了一个在Raspberry Pi 4设备上流畅运行的Minecraft服务器(仅在通过SSH连接到raspi的终端窗口中,Minecraft窗口在我的x86_64机器上)。

本项目基于mcpelauncher项目,一些类结构的想法来自LeviLamina

🚀 快速开始

📦 安装指南

以下是构建此服务器程序的步骤:

mkdir -p build
cd build
CC=clang CXX=clang++ cmake ..
make -j12
cp server.properties build/mcpelauncher-server/
mkdir build/mcpelauncher-server/data # 或指定数据路径
# 服务器程序位于build/mcpelauncher-server
# 在mcpelauncher UI的设置-版本-下载选项中下载arm64-v8a版本的.apk文件
# 使用前需在构建/mcpelauncher-server/game目录(或自定义路径)解包游戏,该目录应包含'lib/'和'assets/'文件夹
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client