Skip to content

Commit 33811dc

Browse files
committed
chore: update README.md
1 parent ddb6ec5 commit 33811dc

File tree

8 files changed

+140
-119
lines changed

8 files changed

+140
-119
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ To install QuickJs and Lua engine, you can use the following command:
1212
lip install github.com/LiteLDev/LegacyScriptEngine
1313
```
1414

15+
### Attention
16+
17+
Before installing the Python engine, you need to
18+
install [Python 3.12.8](https://www.python.org/downloads/release/python-3128/) first.
19+
1520
To install a specific engine, you can use the following command:
1621

1722
```shell
@@ -32,7 +37,7 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
3237

3338
## Usage
3439

35-
1. Put LLSE plugins directly in `/path/to/bedrock_dedicated_server/plugins/`
40+
1. Put LLSE plugins directly in `plugins/`
3641
2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
3742
3. To load them, you need to restart the server
3843

README.zh.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
lip install github.com/LiteLDev/LegacyScriptEngine
1313
```
1414

15+
### 注意
16+
17+
在安装Python引擎之前,你需要先安装[Python 3.12.8](https://www.python.org/downloads/release/python-3128/)
18+
1519
要安装特定的引擎,您可以使用以下命令:
1620

1721
```shell
@@ -32,7 +36,7 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
3236

3337
## 使用
3438

35-
1. 直接将 LLSE 插件放在 `/path/to/bedrock_dedicated_server/plugins/`
39+
1. 直接将 LLSE 插件放在 `plugins/`
3640
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
3741
3. 重启服务器后,插件就会被加载
3842

docs/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ To install QuickJs and Lua engine, you can use the following command:
1010
lip install github.com/LiteLDev/LegacyScriptEngine
1111
```
1212

13+
### Attention
14+
15+
Before installing the Python engine, you need to
16+
install [Python 3.12.8](https://www.python.org/downloads/release/python-3128/) first.
17+
1318
To install a specific engine, you can use the following command:
1419

1520
```shell
@@ -30,10 +35,12 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
3035

3136
## Usage
3237

33-
1. Put LLSE plugins directly in `/path/to/bedrock_dedicated_server/plugins/`
38+
1. Put LLSE plugins directly in `plugins/`
3439
2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
3540
3. To load them, you need to restart the server
3641

42+
For more information, please refer to [the documentation](https://legacy-script-engine.levimc.org)
43+
3744
## Contributing
3845

3946
If you have any questions, please open an issue to discuss it

docs/index.zh.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
lip install github.com/LiteLDev/LegacyScriptEngine
1111
```
1212

13+
### 注意
14+
15+
在安装Python引擎之前,你需要先安装[Python 3.12.8](https://www.python.org/downloads/release/python-3128/)
16+
1317
要安装特定的引擎,您可以使用以下命令:
1418

1519
```shell
@@ -30,10 +34,12 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
3034

3135
## 使用
3236

33-
1. 直接将 LLSE 插件放在 `/path/to/bedrock_dedicated_server/plugins/`
37+
1. 直接将 LLSE 插件放在 `plugins/`
3438
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
3539
3. 重启服务器后,插件就会被加载
3640

41+
更多信息请参见[文档](https://legacy-script-engine.levimc.org)
42+
3743
## 贡献
3844

3945
如果您有任何问题,请开启一个 issue 来讨论

tooth.lua.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"format_version": 2,
3-
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
4-
"version": "0.9.0-rc.1",
5-
"info": {
6-
"name": "LegacyScriptEngine with Lua backend",
7-
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8-
"author": "LiteLDev",
9-
"tags": [
10-
"levilamina",
11-
"plugin-engine"
12-
]
13-
},
14-
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.1",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.1",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.1"
18-
},
19-
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.x"
21-
},
22-
"files": {
23-
"place": [
24-
{
25-
"src": "legacy-script-engine-lua/*",
26-
"dest": "plugins/legacy-script-engine-lua/"
27-
}
28-
]
29-
}
2+
"format_version": 2,
3+
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
4+
"version": "0.9.0-rc.1",
5+
"info": {
6+
"name": "LegacyScriptEngine with Lua backend",
7+
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8+
"author": "LiteLDev",
9+
"tags": [
10+
"levilamina",
11+
"plugin-engine"
12+
]
13+
},
14+
"dependencies": {
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.2",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.2",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.2"
18+
},
19+
"prerequisites": {
20+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.1"
21+
},
22+
"files": {
23+
"place": [
24+
{
25+
"src": "legacy-script-engine-lua/*",
26+
"dest": "plugins/legacy-script-engine-lua/"
27+
}
28+
]
29+
}
3030
}

tooth.nodejs.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"format_version": 2,
3-
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
4-
"version": "0.9.0-rc.1",
5-
"info": {
6-
"name": "LegacyScriptEngine with NodeJs backend",
7-
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8-
"author": "LiteLDev",
9-
"tags": [
10-
"levilamina",
11-
"plugin-engine"
12-
]
13-
},
14-
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.1",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.1",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.1",
18-
"gitea.litebds.com/ShrBox/7-zip": "23.x",
19-
"gitea.litebds.com/LiteLDev/node-binaries": "16.16.0"
20-
},
21-
"prerequisites": {
22-
"github.com/LiteLDev/LeviLamina": "1.0.x"
23-
},
24-
"files": {
25-
"place": [
26-
{
27-
"src": "legacy-script-engine-nodejs/*",
28-
"dest": "plugins/legacy-script-engine-nodejs/"
29-
}
30-
]
31-
}
2+
"format_version": 2,
3+
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
4+
"version": "0.9.0-rc.1",
5+
"info": {
6+
"name": "LegacyScriptEngine with NodeJs backend",
7+
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8+
"author": "LiteLDev",
9+
"tags": [
10+
"levilamina",
11+
"plugin-engine"
12+
]
13+
},
14+
"dependencies": {
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.2",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.2",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.2",
18+
"gitea.litebds.com/ShrBox/7-zip": "23.x",
19+
"gitea.litebds.com/LiteLDev/node-binaries": "16.16.0"
20+
},
21+
"prerequisites": {
22+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.1"
23+
},
24+
"files": {
25+
"place": [
26+
{
27+
"src": "legacy-script-engine-nodejs/*",
28+
"dest": "plugins/legacy-script-engine-nodejs/"
29+
}
30+
]
31+
}
3232
}

tooth.python.json

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
11
{
2-
"format_version": 2,
3-
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
4-
"version": "0.9.0-rc.1",
5-
"info": {
6-
"name": "LegacyScriptEngine with Python backend",
7-
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8-
"author": "LiteLDev",
9-
"tags": [
10-
"levilamina",
11-
"plugin-engine"
12-
]
13-
},
14-
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.1",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.1",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.1",
18-
"gitea.litebds.com/LiteLDev/python-binaries": "3.10.11"
19-
},
20-
"prerequisites": {
21-
"github.com/LiteLDev/LeviLamina": "1.0.x"
22-
},
23-
"files": {
24-
"place": [
25-
{
26-
"src": "legacy-script-engine-python/*",
27-
"dest": "plugins/legacy-script-engine-python/"
28-
}
29-
]
30-
}
2+
"format_version": 2,
3+
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
4+
"version": "0.9.0-rc.1",
5+
"info": {
6+
"name": "LegacyScriptEngine with Python backend",
7+
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8+
"author": "LiteLDev",
9+
"tags": [
10+
"levilamina",
11+
"plugin-engine"
12+
]
13+
},
14+
"dependencies": {
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.2",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.2",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.2"
18+
},
19+
"prerequisites": {
20+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.1"
21+
},
22+
"files": {
23+
"place": [
24+
{
25+
"src": "legacy-script-engine-python/*",
26+
"dest": "plugins/legacy-script-engine-python/"
27+
}
28+
]
29+
}
3130
}

tooth.quickjs.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"format_version": 2,
3-
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
4-
"version": "0.9.0-rc.1",
5-
"info": {
6-
"name": "LegacyScriptEngine with QuickJs backend",
7-
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8-
"author": "LiteLDev",
9-
"tags": [
10-
"levilamina",
11-
"plugin-engine"
12-
]
13-
},
14-
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.1",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.1",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.1"
18-
},
19-
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.x"
21-
},
22-
"files": {
23-
"place": [
24-
{
25-
"src": "legacy-script-engine-quickjs/*",
26-
"dest": "plugins/legacy-script-engine-quickjs/"
27-
}
28-
]
29-
}
2+
"format_version": 2,
3+
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
4+
"version": "0.9.0-rc.1",
5+
"info": {
6+
"name": "LegacyScriptEngine with QuickJs backend",
7+
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8+
"author": "LiteLDev",
9+
"tags": [
10+
"levilamina",
11+
"plugin-engine"
12+
]
13+
},
14+
"dependencies": {
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.2",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.2",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.2"
18+
},
19+
"prerequisites": {
20+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.1"
21+
},
22+
"files": {
23+
"place": [
24+
{
25+
"src": "legacy-script-engine-quickjs/*",
26+
"dest": "plugins/legacy-script-engine-quickjs/"
27+
}
28+
]
29+
}
3030
}

0 commit comments

Comments
 (0)