|  | 
| 1 | 1 | # LegacyScriptEngine | 
| 2 | 2 | 
 | 
| 3 |  | -English | [简体中文](README.zh.md) | 
| 4 |  | - | 
|  | 3 | +English | [简体中文](README.zh.md)   | 
| 5 | 4 | A plugin engine for running LLSE plugins on LeviLamina | 
| 6 | 5 | 
 | 
| 7 | 6 | ## Installation | 
| 8 | 7 | 
 | 
| 9 | 8 | ### Attention | 
| 10 | 9 | 
 | 
| 11 | 10 | Before installing the Python engine, you need to | 
| 12 |  | -install [Python 3.12.8](https://www.python.org/downloads/release/python-3128/) first. | 
| 13 |  | - | 
|  | 11 | +install [Python 3.12.8](https://www.python.org/downloads/release/python-3128/) first.   | 
| 14 | 12 | To install a specific engine, you can use the following command: | 
| 15 |  | - | 
| 16 | 13 | ```shell | 
| 17 |  | -lip install github.com/LiteLDev/LegacyScriptEngine#lua@version | 
| 18 |  | -lip install github.com/LiteLDev/LegacyScriptEngine#quickjs@version | 
| 19 |  | -lip install github.com/LiteLDev/LegacyScriptEngine#nodejs@version | 
| 20 |  | -lip install github.com/LiteLDev/LegacyScriptEngine#python@version | 
|  | 14 | +lip install github.com/LiteLDev/LegacyScriptEngine#lua | 
|  | 15 | +lip install github.com/LiteLDev/LegacyScriptEngine#quickjs | 
|  | 16 | +lip install github.com/LiteLDev/LegacyScriptEngine#nodejs | 
|  | 17 | +lip install github.com/LiteLDev/LegacyScriptEngine#python | 
| 21 | 18 | ``` | 
| 22 |  | - | 
| 23 |  | -Version numbers can be found in [releases](https://github.com/LiteLDev/LegacyScriptEngine/releases).   | 
| 24 | 19 | For version older than 0.10.0, you can use the following command: | 
| 25 |  | - | 
| 26 | 20 | ```shell | 
| 27 | 21 | lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua@version | 
| 28 | 22 | lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs@version | 
| 29 | 23 | lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs@version | 
| 30 | 24 | lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@version | 
| 31 | 25 | ``` | 
|  | 26 | +Version numbers can be found in [releases](https://github.com/LiteLDev/LegacyScriptEngine/releases). | 
| 32 | 27 | 
 | 
| 33 | 28 | ## Usage | 
| 34 | 29 | 
 | 
| 35 |  | -> To access plugin development API hints and scaffolding toolkits, visit the [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) repository. | 
|  | 30 | +To access plugin development API hints and scaffolding toolkits, visit the [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) repository. | 
| 36 | 31 | 
 | 
| 37 | 32 | 1. Put LLSE plugins directly in `plugins/` | 
| 38 | 33 | 2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically | 
|  | 
0 commit comments