Skip to content

A plugin engine for running LLSE plugins on LeviLamina

License

Notifications You must be signed in to change notification settings

LiteLDev/LegacyScriptEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8766e88 · Apr 13, 2025
Mar 14, 2025
Apr 7, 2025
Mar 14, 2025
Apr 13, 2025
Feb 7, 2025
Feb 21, 2024
Jan 22, 2024
Jan 21, 2024
Mar 16, 2025
Apr 13, 2025
Jan 21, 2024
Mar 23, 2025
Mar 23, 2025
Jan 1, 2025
May 2, 2024
Feb 1, 2024
Apr 13, 2025
Apr 6, 2025

Repository files navigation

LegacyScriptEngine

English | 简体中文
A plugin engine for running LLSE plugins on LeviLamina

Installation

Attention

Before installing the Python engine, you need to install Python 3.12.8 first.
To install a specific engine, you can use the following command:

lip install github.com/LiteLDev/LegacyScriptEngine#lua
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs
lip install github.com/LiteLDev/LegacyScriptEngine#python

For version older than 0.10.0, you can use the following command:

lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua@version
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs@version
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs@version
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@version

Version numbers can be found in releases.

Usage

To access plugin development API hints and scaffolding toolkits, visit the LegacyScriptEngine_API repository.

  1. Put LLSE plugins directly in 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

Contributing

If you have any questions, please open an issue to discuss it
Help us improve translation here
PRs are welcome

License

GPL-3.0-or-later © LiteLDev