更改部分信息 plugins-loader-choose.md (#276)

* Update plugins-loader-choose.md

* Update bdsx-install.md

* Update bdsx-install.md
This commit is contained in:
MrVirgil 2024-09-25 22:55:43 +08:00 committed by GitHub
parent d643c326d9
commit 4d7e21b14a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 17 deletions

View File

@ -4,13 +4,13 @@ sidebar_position: 1
---
:::info
作者:[雪风先生](https://github.com/Virgil692)
作者:[雪风先生](https://github.com/virgil698)
:::
# BDSX 安装教程
:::
## 前提要求:
@ -21,7 +21,7 @@ sidebar_position: 1
当前教程假设操作环境Windows
:::
## 方法一:直接下载启动
@ -49,10 +49,15 @@ git clone https://github.com/bdsx/bdsx.git
需要开服也是右键 `bdsx.bat` 使用管理员权限运行即可
:::
## 方法二:使用 VSCode 调试与运行
:::danger
该方案极其不建议,可能会出现很多离谱问题!
如果你想尝试使用该方案请联系BDSX的Discore频道相关开发者并在他们的指导下进行
:::
下载源代码方法请详见 **方法一**
如果需要使用 VSCode 启动 BDSX您需要
@ -65,4 +70,3 @@ git clone https://github.com/bdsx/bdsx.git
5.按下 `F5` 以构建并运行
```
:::

View File

@ -94,18 +94,6 @@ import TabItem from '@theme/TabItem';
| 下载 | [Github 下载](https://github.com/EndstoneMC/endstone/releases) |
| 支持的 MC 版本 | 1.20.71 - 1.21.2(已存档)[^Archived] |
</TabItem>
<TabItem value="bdsx" label="BDSX">
| 插件加载器 | 别名BDSX |
| --- | --- |
| 名称 | [bdsx](https://github.com/bdsx/bdsx) |
| 作者 | [bdsx](https://github.com/bdsx) |
| 介绍 | BDSX 是一个支持 node.js 的 Minecraft 基岩版专用服务器(BDS)修改版本。基于官方 BDS 实现,包含了原版 Minecraft 的所有特性,并支持 Hook 函数与网络数据包以添加或修改服务器的功能与表现。 |
| 推荐与否 | 不推荐 |
| 理由 | 官方决定在将来仅提供给 LiteDev 开发团队 PDB 文件,LiteDev 仅被授权向社区分发将 PDB 封装后产生的 "Magic Blob" 文件,而 BDSX 大概率在后续不会跟进对利用 "Magic Blob" 来 Hook 函数的支持。 |
| 下载 | [克隆源代码下载](https://github.com/bdsx/bdsx) |
| 插件下载 | [npm源](https://www.npmjs.com/search?q=%40bdsx%2F)<br />[Github](https://github.com/topics/bdsx-plugins) |
| 支持的 MC 版本 | 1.12 - 最新(目前保持更新) |
</TabItem>
</Tabs>
## 相关历史