Skip to content

Commit

Permalink
docs: add engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Futrime committed Feb 4, 2024
1 parent 6fc0f41 commit 2296154
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/engines/legacy_script_engine.md
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
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ nav:

- discuss.md

- Engines:
- LegacyScriptEngine: engines/legacy_script_engine.md

- Plugins: https://lippkg.com

exclude_docs: |
Expand Down Expand Up @@ -106,6 +109,7 @@ plugins:
Tutorials: 教程
Guides: 指南
APIs: 接口
Engines: 引擎
Plugins: 插件

- search

0 comments on commit 2296154

Please sign in to comment.