From ec5d6639f3f20b23494282d710957657f1287d97 Mon Sep 17 00:00:00 2001 From: stevei5mc <2978383306@qq.com> Date: Thu, 21 Mar 2024 12:50:20 +0800 Subject: [PATCH] 1.0.0-beta7 Releases --- changelogs/1.0.0-beta7.md | 28 +++++++++++++++++++++++++++ src/main/resources/base-variables.txt | 1 + 2 files changed, 29 insertions(+) create mode 100644 changelogs/1.0.0-beta7.md diff --git a/changelogs/1.0.0-beta7.md b/changelogs/1.0.0-beta7.md new file mode 100644 index 0000000..4fa0721 --- /dev/null +++ b/changelogs/1.0.0-beta7.md @@ -0,0 +1,28 @@ +# **1.0.0-beta7** +## **注意事项:本次更新需要删除player.yml来更新配置文件** +#### [d853ac4](https://github.com/stevei5mc/NewTipsVariables/commit/d853ac47257694d34ae1d59cb99f31509b9822a1) +> 添加debug功能 +#### [e39629a](https://github.com/stevei5mc/NewTipsVariables/commit/e39629afa292c0871057d55a0b013ef794bdbaae) +> 将部分信息归入debug信息 +#### [ee1c1aa](https://github.com/stevei5mc/NewTipsVariables/commit/ee1c1aacb0245a3fd32f22395ec8d5dcd96e7a77) +> 修复一出错误 +> 调整代码 +#### [0c285a1](https://github.com/stevei5mc/NewTipsVariables/commit/0c285a158ff2770a36daf4c710ad7c9a5bedb0c9) +> 添加变量: +>> {Player-World} +>> {WorldOnline@世界名} +#### [7b192e3](https://github.com/stevei5mc/NewTipsVariables/commit/7b192e3d56c51f2dad65d52669f60c41acf801f5) [adce148](https://github.com/stevei5mc/NewTipsVariables/commit/adce148eab564e9b8eda4dd0a2026037029fea17) +> 添加和支持语言文件 +#### [287d375](https://github.com/stevei5mc/NewTipsVariables/commit/287d375cf9e7866ecaaff45d453010e055deca98) +> 调整一些变量的配置项 +> **注意! 需要删除player.yml再开服来获取最新配置** +#### [68df138](https://github.com/stevei5mc/NewTipsVariables/commit/68df13875140a7c1a8dcad192379ea04fab91f4a) +> 改动一些变量内容的判断方式 +#### [8e8a218](https://github.com/stevei5mc/NewTipsVariables/commit/8e8a218d3b55c7f632bd7a82099fcde5d5b6e8b7) +> 移除无用代码 +#### [39e3580](https://github.com/stevei5mc/NewTipsVariables/commit/39e3580148dc6fda6a21ca776c371942bcd11c4d) +> 新增变量 +>> {Player-Controls} +#### [8858721](https://github.com/stevei5mc/NewTipsVariables/commit/88587212c5619e4929c451db653340ef554765e7) +> 调整代码 +> 移除部分debug信息 \ No newline at end of file diff --git a/src/main/resources/base-variables.txt b/src/main/resources/base-variables.txt index aa155e4..d35561b 100644 --- a/src/main/resources/base-variables.txt +++ b/src/main/resources/base-variables.txt @@ -11,6 +11,7 @@ {Device-Model} 获取玩家使用的设备型号 {Player-Health} 玩家当前的血量 {Player-World} 获取玩家所在的世界(需在world_name.yml配置) +{Player-Controls} 获取玩家设备的操作方式 服务器相关变量: {Server-Ip} 获取服务器IP {Server-Tps} 获取服务器当前TPS