Skip to content

Commit

Permalink
1.0.0-beta8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevei5mc committed Apr 21, 2024
1 parent 811aa3c commit 471c72e
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
43 changes: 43 additions & 0 deletions docs/changelogs/1.0.0-beta8.md
Original file line number Diff line number Diff line change
@@ -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. 修改配置文件的注释
7 changes: 7 additions & 0 deletions docs/changelogs/Changelogs-Template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# **Changelogs-Template**
---
## **注意事项**
---
## **更新建议**
---
## **更新内容**
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -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
# 更新功能(这个功能展示没有用)
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/language.yml
Original file line number Diff line number Diff line change
@@ -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未知的操作方式
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/player.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/server.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/world_name.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 471c72e

Please sign in to comment.