diff --git a/.github/workflows/tagpush.yml b/.github/workflows/tagpush.yml index 6dec3a0..6e6f639 100644 --- a/.github/workflows/tagpush.yml +++ b/.github/workflows/tagpush.yml @@ -36,7 +36,7 @@ jobs: name: ${{ steps.get_info.outputs.VERSION }} token: ${{ secrets.GITHUB_TOKEN }} bodyFile: ./docs/changelogs/${{ steps.get_info.outputs.VERSION }}.md - artifacts: ./target/${{ steps.get_info.outputs.repository_name }}-${{ steps.get_info.outputs.VERSION }}.jar + artifacts: ./staging/*.* # 这个暂时没有用 # - name: 发布至minebbs # uses: HuoHuas001/Minebbs-Auto-Release@v1.0.6 diff --git a/docs/changelogs/1.0.0-beta8.md b/docs/changelogs/1.0.0-beta8.md new file mode 100644 index 0000000..ff42d24 --- /dev/null +++ b/docs/changelogs/1.0.0-beta8.md @@ -0,0 +1,43 @@ +# **1.0.0-beta7** +--- +## **更新内容** +### [3c39e10](https://github.com/stevei5mc/NewTipsVariables/commit/3c39e10a5ec3afa31d9ece597d4e93509cd691d8) +1. 添加重载命令 +2. 添加对配置文件版本检查 +### [b531259](https://github.com/stevei5mc/NewTipsVariables/commit/b531259309bee23e689ec556d999ed52c255b132) +1. 把部分debug信息在代码中写死(不可在语言文件中修改) +2. 调整提示的颜色,用不同颜色来区分不同类型的提示 +3. 删去代码中多余的空行 +### [9d4ff7c](https://github.com/stevei5mc/NewTipsVariables/commit/9d4ff7cec5b3a74667c48bb2aa9ab548efd1f97b) +1. 添加对插件[HealthAPI](https://github.com/SmallasWater/HealthAPI)的支持 +### [2a9656e](https://github.com/stevei5mc/NewTipsVariables/commit/2a9656e5ea9a77a1c9344edf00163ab8a188ce55) +1. 补全变量文档 +2. 删除一下空行 +3. 对加载相对应插件变量的代码进行调整 +### [8501ec7](https://github.com/stevei5mc/NewTipsVariables/commit/8501ec72afe61edf22d375c9ec64fde57c9fc4c5) +1. 添加变量 + - {Player-Yaw} + - {Player-Pitch} +2. 修改doc文档 +### [dce4443](https://github.com/stevei5mc/NewTipsVariables/commit/dce4443c8f8f5dc59f2508cb107926d2ee19d4fa) +1. 删除变量文档中多余的字符 +2. 修改命令提示 +3. 进一步完善HealthAPI相关变量 +### [3e97dd8](https://github.com/stevei5mc/NewTipsVariables/commit/3e97dd8c1c90592275c59c53b004a8fd9c0af3ff) +1. 添加两个插件的变量支持 + - LevelAwakenSystem + - RSWeapon +### [f423e01](https://github.com/stevei5mc/NewTipsVariables/commit/f423e01c11d267fd90949e35f06da233f7be9826) +1. 补全变量文档 +2. 对变量文档进行修改 +3. 对代码进行调整 +### [84cc577](https://github.com/stevei5mc/NewTipsVariables/commit/84cc577048a23f3894ebde1dba99398c713d1ced) +1. 添加变量{Player-HeadYaw} +2. 调整代码 +### [c32cd36](https://github.com/stevei5mc/NewTipsVariables/commit/c32cd363f320993f38e413cc7aadd1b2ed7af51a) +1. 补全变量文档 +### [c05a3f3](https://github.com/stevei5mc/NewTipsVariables/commit/c05a3f34fb299e454f5298ce3259145cd9ef783d) +1. 修改前置插件的下载地址(提示) +2. 调整代码 +### [b72b8ca](https://github.com/stevei5mc/NewTipsVariables/commit/b72b8cacd0809a8280d862d1eb4aba5f0fad3eea) +1. 修改配置文件的注释 \ No newline at end of file diff --git a/docs/changelogs/Changelogs-Template.md b/docs/changelogs/Changelogs-Template.md new file mode 100644 index 0000000..8faffac --- /dev/null +++ b/docs/changelogs/Changelogs-Template.md @@ -0,0 +1,7 @@ +# **Changelogs-Template** +--- +## **注意事项** +--- +## **更新建议** +--- +## **更新内容** \ No newline at end of file diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 1125514..8f10e77 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,6 +1,6 @@ #使用说明: #https://github.com/stevei5mc/NewTipsVariables/blob/main/README.md -#https://gitee.com/stevei5mc/NewTipsVariables +#https://gitee.com/stevei5mc/NewTipsVariables/blob/main/README.md #配置文件版本,勿动 version: 1 # 更新功能(这个功能展示没有用) diff --git a/src/main/resources/language.yml b/src/main/resources/language.yml index d5c8aec..d3273d7 100644 --- a/src/main/resources/language.yml +++ b/src/main/resources/language.yml @@ -1,3 +1,6 @@ +#使用说明: +#https://github.com/stevei5mc/NewTipsVariables/blob/main/README.md +#https://gitee.com/stevei5mc/NewTipsVariables/blob/main/README.md Unknown_World: §c未知世界§6{0}§c,请检查是否在§6world_name.yml§c中填写! Unknown_Device_OS: §c未知的系统 Unknown_Device_controls: §c未知的操作方式 diff --git a/src/main/resources/player.yml b/src/main/resources/player.yml index aa3d0ce..445c690 100644 --- a/src/main/resources/player.yml +++ b/src/main/resources/player.yml @@ -1,6 +1,6 @@ #使用说明: #https://github.com/stevei5mc/NewTipsVariables/blob/main/README.md -#https://gitee.com/stevei5mc/NewTipsVariables +#https://gitee.com/stevei5mc/NewTipsVariables/blob/main/README.md #配置文件版本,勿动 version: 1 Device: diff --git a/src/main/resources/server.yml b/src/main/resources/server.yml index b577e1b..e662c10 100644 --- a/src/main/resources/server.yml +++ b/src/main/resources/server.yml @@ -1,6 +1,6 @@ #使用说明: #https://github.com/stevei5mc/NewTipsVariables/blob/main/README.md -#https://gitee.com/stevei5mc/NewTipsVariables +#https://gitee.com/stevei5mc/NewTipsVariables/blob/main/README.md #配置文件版本,勿动 version: 1 TPS: diff --git a/src/main/resources/world_name.yml b/src/main/resources/world_name.yml index f03480b..d834440 100644 --- a/src/main/resources/world_name.yml +++ b/src/main/resources/world_name.yml @@ -1,5 +1,5 @@ #使用说明: #https://github.com/stevei5mc/NewTipsVariables/blob/main/README.md -#https://gitee.com/stevei5mc/NewTipsVariables +#https://gitee.com/stevei5mc/NewTipsVariables/blob/main/README.md testWorld1: 测试世界1 testWorld2: 测试世界2 \ No newline at end of file