File tree Expand file tree Collapse file tree 4 files changed +70
-27
lines changed Expand file tree Collapse file tree 4 files changed +70
-27
lines changed Original file line number Diff line number Diff line change 1
1
# LegacyScriptEngine
2
2
3
+ English | [ 简体中文] ( README.zh.md )
4
+
3
5
A plugin engine for running LLSE plugins on LeviLamina
4
6
5
7
## Installation
@@ -30,19 +32,17 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
30
32
31
33
## Usage
32
34
33
- 1 . Put LLSE plugins directly in ` /path/to/bedrock_dedicated_server/plugins/ ` 。
34
-
35
- 2 . Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically.
35
+ 1 . Put LLSE plugins directly in ` /path/to/bedrock_dedicated_server/plugins/ `
36
+ 2 . Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
37
+ 3 . To load them, you need to restart the server
36
38
37
- 3 . To load them, you need to restart the server.
38
-
39
- For more information, please refer to [ the documentation] ( https://lse.liteldev.com ) .
39
+ For more information, please refer to [ the documentation] ( https://lse.liteldev.com )
40
40
41
41
## Contributing
42
42
43
- If you have any questions, please open an issue to discuss it.
44
-
45
- PRs are welcome.
43
+ If you have any questions, please open an issue to discuss it
44
+ Help us improve translation [ here ] ( https://crowdin.com/project/legacyscriptengine )
45
+ PRs are welcome
46
46
47
47
## License
48
48
Original file line number Diff line number Diff line change
1
+ # LegacyScriptEngine
2
+
3
+ [ English] ( README.md ) | 简体中文
4
+
5
+ 一个用于在 LeviLamina 上运行 LLSE 插件的插件引擎
6
+
7
+ ## 安装
8
+
9
+ 要一次性安装QuickJs和Lua引擎,您可以使用以下命令:
10
+
11
+ ``` sh
12
+ lip install github.com/LiteLDev/LegacyScriptEngine
13
+ ```
14
+
15
+ 要安装特定的引擎,您可以使用以下命令:
16
+
17
+ ``` shell
18
+ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
19
+ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
20
+ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
21
+ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python
22
+ ```
23
+
24
+ 要升级特定引擎,您可以使用以下命令:
25
+
26
+ ``` shell
27
+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-lua
28
+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
29
+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
30
+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
31
+ ```
32
+
33
+ ## 使用
34
+
35
+ 1 . 直接将 LLSE 插件放在 ` /path/to/bedrock_dedicated_server/plugins/ ` 中
36
+ 2 . 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
37
+ 3 . 重启服务器后,插件就会被加载
38
+
39
+ 更多信息请参见[ 文档] ( https://lse.liteldev.com )
40
+
41
+ ## 贡献
42
+
43
+ 如果您有任何问题,请开启一个 issue 来讨论
44
+ [ 在这里] ( https://crowdin.com/project/legacyscriptengine ) 帮助我们完善翻译
45
+ 欢迎 PR
46
+
47
+ ## 许可
48
+
49
+ GPL-3.0-only © LiteLDev
Original file line number Diff line number Diff line change @@ -30,19 +30,15 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
30
30
31
31
## Usage
32
32
33
- 1 . Put LLSE plugins directly in ` /path/to/bedrock_dedicated_server/plugins/ ` 。
34
-
35
- 2 . Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically.
36
-
37
- 3 . To load them, you need to restart the server.
38
-
39
- For more information, please refer to [ the documentation] ( https://lse.liteldev.com ) .
33
+ 1 . Put LLSE plugins directly in ` /path/to/bedrock_dedicated_server/plugins/ `
34
+ 2 . Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
35
+ 3 . To load them, you need to restart the server
40
36
41
37
## Contributing
42
38
43
- If you have any questions, please open an issue to discuss it.
44
-
45
- PRs are welcome.
39
+ If you have any questions, please open an issue to discuss it
40
+ Help us improve translation [ here ] ( https://crowdin.com/project/legacyscriptengine )
41
+ PRs are welcome
46
42
47
43
## License
48
44
Original file line number Diff line number Diff line change @@ -30,17 +30,15 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
30
30
31
31
## 使用
32
32
33
- 1 . 直接将 LLSE 插件放在 ` /path/to/bedrock_dedicated_server/plugins/ ` 中。
34
-
35
- 2 . 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中。
36
-
37
- 3 . 重启服务器后,插件就会被加载。
33
+ 1 . 直接将 LLSE 插件放在 ` /path/to/bedrock_dedicated_server/plugins/ ` 中
34
+ 2 . 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
35
+ 3 . 重启服务器后,插件就会被加载
38
36
39
37
## 贡献
40
38
41
- 如果您有任何问题,请开启一个 issue 来讨论。
42
-
43
- 欢迎 PR。
39
+ 如果您有任何问题,请开启一个 issue 来讨论
40
+ [ 在这里 ] ( https://crowdin.com/project/legacyscriptengine ) 帮助我们完善翻译
41
+ 欢迎 PR
44
42
45
43
## 许可
46
44
You can’t perform that action at this time.
0 commit comments