Skip to content

Commit

Permalink
Push Release
Browse files Browse the repository at this point in the history
  • Loading branch information
quizhizhe committed Feb 12, 2023
1 parent 6adb142 commit d7267a3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 47 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/auto-update.yml

This file was deleted.

7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# v1.3.7(560协议
# v1.3.7-1.16.40(408协议

- 支持1.19.50 & 1.19.51
- 适配LiteLoader v2.9.1
- 此为自动更新,可能会有问题;如有问题提交issue
- 支持1.16.40
- 适配LiteLoaderBDS-1.16.40
7 changes: 3 additions & 4 deletions CHANGELOG_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# v1.3.7(560 Protocol)
# v1.3.7-1.16.40(408 Protocol)

- Support 1.19.50 & 1.19.51
- Support LiteLoader v2.9.1
- This is auto update, maybe have error. Please submit issue, If have error
- Support 1.16.40
- Support LiteLoaderBDS-1.16.40
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LLCheckBag
# LLCheckBag-1.16.40
这是 [Bedrock Minecraft Server](https://www.minecraft.net/en-us/download/server/bedrock) 的背包检查插件,
可以查看存档中所有玩家背包的插件,并附带多种玩家数据操作用于确认玩家数据是否异常
需要 [LiteLoader](https://github.com/LiteLDev/LiteLoaderBDS) 的前置
Expand All @@ -14,11 +14,11 @@
> 注:以上功能均支持存档中所有玩家,理论上服务器安装 LiteLoader 2.0 后进入过服务器的玩家均能识别出玩家名,否则以uuid形式显示
## 下载安装
> *确保你已经正确安装[LiteLoader](https://github.com/LiteLDev/LiteLoaderBDS)加载器*
> *确保你已经正确安装[LiteLoader-1.16.40](https://github.com/quizhizhe/LiteLoaderBDS-1.16.40)加载器*
* 二进制下载
* 可从 [MineBBS](https://www.minebbs.com/resources/llcheckbag.3367/) 或者 [Github Release](https://github.com/quizhizhe/LLCheckBag/releases) 下载,完成后解压压缩包内容到 plugins 目录下即可
* 可从 [Github Release](https://github.com/quizhizhe/LLCheckBag/releases) 下载,完成后解压压缩包内容到 plugins 目录下即可
* 从源码编译
* 使用 `git clone --recursive https://github.com/quizhizhe/LLCheckBag.git` 拉取项目,用 [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) 打开sln文件,设置项目调试路径为bds路径,生成即可
* 使用 `git clone -b 1.16.40 https://github.com/quizhizhe/LLCheckBag.git` 拉取项目,用 [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) 打开sln文件,设置项目调试路径为bds路径,生成即可

## 用法
* 指令(*可将 llcheckbag 替换成设置的指令别名,默认 llcb*):
Expand Down
8 changes: 4 additions & 4 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LLCheckBag
# LLCheckBag-1.16.40
This is the inventory check plug-in for [Bedrock Minecraft Server](https://www.minecraft.net/en-us/download/server/bedrock),
which can check the plug-ins of all players' inventory in the Level, and comes with a variety of player data operations to confirm whether the player data is abnormal.
[LiteLoader](https://github.com/LiteLDev/LiteLoaderBDS) is required beforehand.
Expand All @@ -16,11 +16,11 @@ which can check the plug-ins of all players' inventory in the Level, and comes w
> Note: The above functions support all players in the Level. In theory, the name of players who have entered the server after installing LiteLoader 2.0 on the server can be recognized , otherwise it will be displayed in the form of uuid
## Download and install
> *Make sure you have the [LiteLoader](https://github.com/LiteLDev/LiteLoaderBDS) installed correctly*
> *Make sure you have the [LiteLoader-1.16.40](https://github.com/quizhizhe/LiteLoaderBDS-1.16.40) installed correctly*
* Download binary
* It can be downloaded from [MineBBS](https://www.minebbs.com/resources/llcheckbag.3367/) or [Github Release](https://github.com/quizhizhe/LLCheckBag/releases). After completion, unzip the contents of the compressed package to the plugins directory.
* It can be downloaded [Github Release](https://github.com/quizhizhe/LLCheckBag/releases). After completion, unzip the contents of the compressed package to the plugins directory.
* Compile from source
* Use `git clone --recursive https://github.com/quizhizhe/LLCheckBag.git` to pull the project, open the sln file with [Visual Studio 2022](https://visualstudio.microsoft.com/vs/), Set the project debug path to the bds path and generate it
* Use `git clone -b 1.16.40 https://github.com/quizhizhe/LLCheckBag.git` to pull the project, open the sln file with [Visual Studio 2022](https://visualstudio.microsoft.com/vs/), Set the project debug path to the bds path and generate it

## Usage
* Command(*You can replace llcheckbag with the set command alias, the default is llcb*)
Expand Down

0 comments on commit d7267a3

Please sign in to comment.