From 229615453faaf3ca376c08aadb8476c1e4b21a49 Mon Sep 17 00:00:00 2001 From: Futrime Date: Sun, 4 Feb 2024 11:11:15 +0800 Subject: [PATCH] docs: add engines --- docs/engines/legacy_script_engine.md | 29 ++++++++++++++++++++++++++++ mkdocs.yml | 4 ++++ 2 files changed, 33 insertions(+) create mode 100644 docs/engines/legacy_script_engine.md diff --git a/docs/engines/legacy_script_engine.md b/docs/engines/legacy_script_engine.md new file mode 100644 index 0000000000..c4adb15b5a --- /dev/null +++ b/docs/engines/legacy_script_engine.md @@ -0,0 +1,29 @@ +# LegacyScriptEngine + +A plugin engine for running LLSE plugins on LeviLamina + +## Install + +```sh +lip install github.com/LiteLDev/LegacyScriptEngine +``` + +## Usage + +1. Put LLSE plugins directly in `/path/to/bedrock_dedicated_server/plugins/`。 + +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://lse.liteldev.com). + +## Contributing + +If you have any questions, please open an issue to discuss it. + +PRs are welcome. + +## License + +GPL-3.0-only © LiteLDev diff --git a/mkdocs.yml b/mkdocs.yml index a8b4cb2b87..9a1ab2c763 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,6 +35,9 @@ nav: - discuss.md + - Engines: + - LegacyScriptEngine: engines/legacy_script_engine.md + - Plugins: https://lippkg.com exclude_docs: | @@ -106,6 +109,7 @@ plugins: Tutorials: 教程 Guides: 指南 APIs: 接口 + Engines: 引擎 Plugins: 插件 - search