Skip to content

Commit 3e3628d

Browse files
committed
chore: update CHANGELOG.md
1 parent bd5ede5 commit 3e3628d

11 files changed

+37
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.13] - 2024-08-08
9+
10+
### Added
11+
12+
- Add uuid support for `mc.getPlayer()`
13+
- Add new PlayerInfo API
14+
15+
### Fixed
16+
17+
- Fix simulateLookAt [#146]
18+
819
## [0.8.12] - 2024-08-07
920

1021
### Fixed
@@ -528,11 +539,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
528539
[#137]: https://github.com/LiteLDev/LegacyScriptEngine/issues/137
529540
[#143]: https://github.com/LiteLDev/LegacyScriptEngine/issues/143
530541
[#145]: https://github.com/LiteLDev/LegacyScriptEngine/issues/145
542+
[#146]: https://github.com/LiteLDev/LegacyScriptEngine/issues/146
531543
[#152]: https://github.com/LiteLDev/LegacyScriptEngine/issues/152
532544
[#153]: https://github.com/LiteLDev/LegacyScriptEngine/issues/153
533545
[#154]: https://github.com/LiteLDev/LegacyScriptEngine/issues/154
534546
[#157]: https://github.com/LiteLDev/LegacyScriptEngine/issues/157
535547

548+
[0.8.13]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.12...v0.8.13
536549
[0.8.12]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.11...v0.8.12
537550
[0.8.11]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.10...v0.8.11
538551
[0.8.10]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.9...v0.8.10

docs/apis/DataAPI/PlayerData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ When a player enters the server for the first time, his name and XUID are automa
106106

107107
Tip: The player name stored in the XUID database is named corresponding to the player object. `realName` field.
108108

109-
!!! tip
110-
APIs below are added in LSE 0.8.13, using these API will make plugin not compitable with older version.
109+
!!! warning
110+
APIs below are added in LSE 0.8.13, using these API will make plugin not compitable with older version.
111111
#### Query player information by XUID
112112

113113
`data.fromXuid(xuid)`

docs/apis/DataAPI/PlayerData.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ XUID数据库让你可以即使在玩家离线的时候,也可以查询玩家
106106

107107
提示:XUID数据库中储存的玩家名为玩家对象对应的`realName`字段
108108

109-
!!! tip
110-
以下API均为LSE 0.8.13新API,使用以下API将导致插件无法兼容旧版
109+
!!! warning
110+
以下API均为LSE 0.8.13新API,使用以下API将导致插件无法兼容旧版
111111
#### 根据XUID查询玩家信息
112112

113113
`data.fromXuid(xuid)`

docs/apis/GameAPI/Player.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Use this function to manually generate objects. Note that the player you want to
1616

1717
`mc.getPlayer(info)`
1818

19+
!!! tip
20+
Versions before 0.8.13 could not get player by UUID
21+
1922
- Parameters:
2023
- info : `String`
2124
Player's name, XUID or UniqueId or UUID.
@@ -1511,6 +1514,9 @@ Reference: [mojang-gametest docs](https://docs.microsoft.com/en-us/minecraft/cre
15111514
`sp.simulateLookAt(entity, [lookDuration])`
15121515
`sp.simulateLookAt(block, [lookDuration])`
15131516

1517+
!!! tip
1518+
`lookDuration` parameter not available in versions prior to 0.8.13
1519+
15141520
- Parameters:
15151521

15161522
- target : `Entity`

docs/apis/GameAPI/Player.zh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
`mc.getPlayer(info)`
1818

19+
!!! tip
20+
0.8.13之前的版本无法使用UUID获取玩家
21+
1922
- 参数:
2023
- info : `String`
2124
玩家的名字、XUID、UniqueId或者UUID
@@ -1892,6 +1895,9 @@
18921895
`sp.simulateLookAt(entity, [lookDuration])`
18931896
`sp.simulateLookAt(block, [lookDurration])`
18941897

1898+
!!! tip
1899+
`lookDurration`0.8.13之前的版本不可用
1900+
18951901
- 参数:
18961902

18971903
- target : `Entity`

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "native",
55
"description": "A plugin engine for running LLSE plugins on LeviLamina",
66
"author": "LiteLDev",
7-
"version": "0.8.12",
7+
"version": "0.8.13",
88
"dependencies": [
99
{
1010
"name": "LegacyMoney"

tooth.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
4-
"version": "0.8.12",
4+
"version": "0.8.13",
55
"info": {
66
"name": "LegacyScriptEngine",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"dependencies": {
15-
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.8.12",
16-
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.12"
15+
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.8.13",
16+
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.13"
1717
}
1818
}

tooth.lua.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
4-
"version": "0.8.12",
4+
"version": "0.8.13",
55
"info": {
66
"name": "LegacyScriptEngine with Lua backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

tooth.nodejs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
4-
"version": "0.8.12",
4+
"version": "0.8.13",
55
"info": {
66
"name": "LegacyScriptEngine with NodeJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

tooth.python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
4-
"version": "0.8.12",
4+
"version": "0.8.13",
55
"info": {
66
"name": "LegacyScriptEngine with Python backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

tooth.quickjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
4-
"version": "0.8.12",
4+
"version": "0.8.13",
55
"info": {
66
"name": "LegacyScriptEngine with QuickJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)