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 11# LegacyScriptEngine
22
3+ English | [ 简体中文] ( README.zh.md )
4+
35A plugin engine for running LLSE plugins on LeviLamina
46
57## Installation
@@ -30,19 +32,17 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
3032
3133## Usage
3234
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
3638
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 )
4040
4141## Contributing
4242
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
4646
4747## License
4848
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
3030
3131## Usage
3232
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
4036
4137## Contributing
4238
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
4642
4743## License
4844
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
3030
3131## 使用
3232
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 . 重启服务器后,插件就会被加载
3836
3937## 贡献
4038
41- 如果您有任何问题,请开启一个 issue 来讨论。
42-
43- 欢迎 PR。
39+ 如果您有任何问题,请开启一个 issue 来讨论
40+ [ 在这里 ] ( https://crowdin.com/project/legacyscriptengine ) 帮助我们完善翻译
41+ 欢迎 PR
4442
4543## 许可
4644
You can’t perform that action at this time.
0 commit comments