File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A plugin engine for running LLSE plugins on LeviLamina
4
4
5
- ## Install
5
+ ## Installation
6
6
7
- To install all engines as a whole , you can use the following command:
7
+ To install QuickJs and Lua engine , you can use the following command:
8
8
9
- ``` sh
9
+ ``` shell
10
10
lip install github.com/LiteLDev/LegacyScriptEngine
11
11
```
12
12
13
13
To install a specific engine, you can use the following command:
14
14
15
- ``` sh
15
+ ``` shell
16
16
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
17
-
18
17
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
19
-
20
18
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
21
-
22
19
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python
23
20
```
24
21
22
+ To upgrade engines, you can use the following command:
23
+
24
+ ``` shell
25
+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-lua
26
+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
27
+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
28
+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
29
+ ```
30
+
25
31
## Usage
26
32
27
33
1 . Put LLSE plugins directly in ` /path/to/bedrock_dedicated_server/plugins/ ` 。
You can’t perform that action at this time.
0 commit comments