-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
8 changed files
with
58 additions
and
5 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
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 |
---|---|---|
@@ -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. 修改配置文件的注释 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# **Changelogs-Template** | ||
--- | ||
## **注意事项** | ||
--- | ||
## **更新建议** | ||
--- | ||
## **更新内容** |
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
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
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
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
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,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 |