From a5d2141c7b41b8d8834d4a7483c3323144bc356c Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sun, 4 Feb 2024 18:24:24 +0800 Subject: [PATCH] init repo --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6806108 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# legacy-script-engine-lua + +A plugin engine for running LLSE plugins on LeviLamina + +## Install + +```sh +lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua +``` + +## 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