diff --git a/docs/index.md b/docs/index.md index d870b69..d8227e2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,12 +4,6 @@ A plugin engine for running LLSE plugins on LeviLamina ## Installation -To install QuickJs and Lua engine, you can use the following command: - -```shell -lip install github.com/LiteLDev/LegacyScriptEngine -``` - ### Attention Before installing the Python engine, you need to @@ -39,8 +33,6 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python 2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically 3. To load them, you need to restart the server -For more information, please refer to [the documentation](https://legacy-script-engine.levimc.org) - ## Some helpful project for plugin development - [LiteLoaderSE-Aids](https://github.com/LiteLDev/LiteLoaderSE-Aids) diff --git a/docs/index.zh.md b/docs/index.zh.md index 5c56465..6f933ac 100644 --- a/docs/index.zh.md +++ b/docs/index.zh.md @@ -4,12 +4,6 @@ ## 安装 -要一次性安装QuickJs和Lua引擎,您可以使用以下命令: - -```sh -lip install github.com/LiteLDev/LegacyScriptEngine -``` - ### 注意 在安装Python引擎之前,你需要先安装[Python 3.12.8](https://www.python.org/downloads/release/python-3128/) @@ -38,8 +32,6 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python 2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中 3. 重启服务器后,插件就会被加载 -更多信息请参见[文档](https://legacy-script-engine.levimc.org) - ## 一些对插件开发有帮助的项目 - [LiteLoaderSE-Aids](https://github.com/LiteLDev/LiteLoaderSE-Aids)