This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
twoone-3
authored
Aug 5, 2021
1 parent
f20fb2c
commit c11d753
Showing
1 changed file
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
![logo](logo.png) | ||
![logo](logo.png)<br> | ||
![](https://img.shields.io/github/license/twoone-3/BDSpyrunner) | ||
![](https://img.shields.io/github/downloads/twoone-3/BDSpyrunner/total) | ||
![](https://img.shields.io/github/v/release/twoone-3/BDSpyrunner) | ||
![](https://img.shields.io/github/commit-activity/m/twoone-3/BDSpyrunner) | ||
![](https://img.shields.io/github/issues/twoone-3/BDSpyrunner) | ||
* 详细介绍 | ||
[Wiki](https://github.com/twoone-3/BDSpyrunner/wiki) | ||
# 简介 | ||
`BDSpyrunner`(以下简称pyr)是一个运行在BDS(Bedrock Dedicated Server)的的插件加载平台<br> | ||
pyr通过使用CPython与Detours给Python提供多种监听器和API函数,有效简化了插件的开发成本 | ||
# 安装 | ||
1. 下载BDXCore并解压到BDS根目录 | ||
2. 运行Rodb.exe | ||
3. 然后运行BDS 确保BDXCore成功加载 | ||
4. 将pyr放入bdxcore_mod文件夹 | ||
5. 前往 https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe | ||
下载安装Python3.7.9 记得勾选添加到`环境变量` | ||
6. 再次运行BDS,如果看到`[BDSpyrunner] x.x.x loaded.`,则pyr加载成功了 | ||
7. 将插件放入`./plugins/py`,再次运行BDS,就可以正常使用了 | ||
# 插件开发 | ||
pyr成功加载后,即可开始编写插件了,可在以下页面获得一些帮助。 | ||
* [API接口](https://github.com/twoone-3/BDSpyrunner/wiki/API) | ||
* [监听器](https://github.com/twoone-3/BDSpyrunner/wiki/Listener) | ||
# 联系我们 | ||
QQ group : 1167270197 |