Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Aug 4, 2024
1 parent 162191e commit 54dd307
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 27 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LegacyScriptEngine

English | [简体中文](README.zh.md)

A plugin engine for running LLSE plugins on LeviLamina

## Installation
Expand Down Expand Up @@ -30,19 +32,17 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python

## 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.
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

3. To load them, you need to restart the server.

For more information, please refer to [the documentation](https://lse.liteldev.com).
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.
If you have any questions, please open an issue to discuss it
Help us improve translation [here](https://crowdin.com/project/legacyscriptengine)
PRs are welcome

## License

Expand Down
49 changes: 49 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# LegacyScriptEngine

[English](README.md) | 简体中文

一个用于在 LeviLamina 上运行 LLSE 插件的插件引擎

## 安装

要一次性安装QuickJs和Lua引擎,您可以使用以下命令:

```sh
lip install github.com/LiteLDev/LegacyScriptEngine
```

要安装特定的引擎,您可以使用以下命令:

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

要升级特定引擎,您可以使用以下命令:

```shell
lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-lua
lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
```

## 使用

1. 直接将 LLSE 插件放在 `/path/to/bedrock_dedicated_server/plugins/`
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
3. 重启服务器后,插件就会被加载

更多信息请参见[文档](https://lse.liteldev.com)

## 贡献

如果您有任何问题,请开启一个 issue 来讨论
[在这里](https://crowdin.com/project/legacyscriptengine)帮助我们完善翻译
欢迎 PR

## 许可

GPL-3.0-only © LiteLDev
16 changes: 6 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,15 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python

## 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).
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

## Contributing

If you have any questions, please open an issue to discuss it.

PRs are welcome.
If you have any questions, please open an issue to discuss it
Help us improve translation [here](https://crowdin.com/project/legacyscriptengine)
PRs are welcome

## License

Expand Down
14 changes: 6 additions & 8 deletions docs/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python

## 使用

1. 直接将 LLSE 插件放在 `/path/to/bedrock_dedicated_server/plugins/` 中。

2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中。

3. 重启服务器后,插件就会被加载。
1. 直接将 LLSE 插件放在 `/path/to/bedrock_dedicated_server/plugins/`
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
3. 重启服务器后,插件就会被加载

## 贡献

如果您有任何问题,请开启一个 issue 来讨论

欢迎 PR
如果您有任何问题,请开启一个 issue 来讨论
[在这里](https://crowdin.com/project/legacyscriptengine)帮助我们完善翻译
欢迎 PR

## 许可

Expand Down

0 comments on commit 54dd307

Please sign in to comment.