-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Futrime
committed
Feb 4, 2024
1 parent
6fc0f41
commit 2296154
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters