commit a5d2141c7b41b8d8834d4a7483c3323144bc356c Author: ShrBox Date: Sun Feb 4 18:24:24 2024 +0800 init repo 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