跳转至

brid-geo

BridGeo (aka. BGO)

Latest Tag GitHub Releases (by Asset) QQ Group Documentation

《我的世界》基岩版服务器代理和渲染工具兼 MITM 开发框架

⚒️ 版权信息

Minecraft Bedrock Edition server proxy and rendering tool with MITM development framework.
Copyright (C) 2024-2024  Cdm2883

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
一切开发仅供学习和娱乐用途使用,请勿用于非法用途!
本软件与 Microsoft(微软)和 Mojang 没有从属关系。
软件本身不包含商业行为,不支持商业行为,不会通过任何方式强制收取费用。

✨ 工作原理

graph LR
    Client[客户端] --> Relay --> Server[服务器]
    subgraph Relay [BridGeo代理]
        direction LR
        Packets[数据包分发处理]
        Packets -.-> Plugins[模块&插件]
        Packets -.-> DataChannel[网页数据通道]
    end