Skip to content

Commit 760e529

Browse files
leoweyrShrBox
authored andcommitted
docs: update guidance for plugin development API hints and scaffolding toolkits
1 parent 84ab31a commit 760e529

File tree

4 files changed

+8
-28
lines changed

4 files changed

+8
-28
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,14 @@ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@version
3232

3333
## Usage
3434

35+
> To access plugin development API hints and scaffolding toolkits, visit the [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) repository.
36+
3537
1. Put LLSE plugins directly in `plugins/`
3638
2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
3739
3. To load them, you need to restart the server
3840

3941
For more information, please refer to [the documentation](https://lse.levimc.org)
4042

41-
## Some helpful project for plugin development
42-
43-
- [LiteLoaderSE-Aids](https://github.com/LiteLDev/LiteLoaderSE-Aids)
44-
- [LiteLoaderSE-Aids-Magic-Revision](https://github.com/luoqing510/LiteLoaderSE-Aids-Magic-Revision)
45-
- [HelperLib](https://github.com/LiteLDev/HelperLib)
46-
- [llpy-helper-lib](https://github.com/LiteLDev/llpy-helper-lib)
47-
4843
## Contributing
4944

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

README.zh.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,14 @@ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@版本
3131

3232
## 使用
3333

34+
> 如需获取插件开发 API 提示库和脚手架工具,请访问 [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) 仓库
35+
3436
1. 直接将 LLSE 插件放在 `plugins/`
3537
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
3638
3. 重启服务器后,插件就会被加载
3739

3840
更多信息请参见[文档](https://lse.levimc.org)
3941

40-
## 一些对插件开发有帮助的项目
41-
42-
- [LiteLoaderSE-Aids](https://github.com/LiteLDev/LiteLoaderSE-Aids)
43-
- [LiteLoaderSE-Aids-Magic-Revision](https://github.com/luoqing510/LiteLoaderSE-Aids-Magic-Revision)
44-
- [HelperLib](https://github.com/LiteLDev/HelperLib)
45-
- [llpy-helper-lib](https://github.com/LiteLDev/llpy-helper-lib)
46-
4742
## 贡献
4843

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

docs/index.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,12 @@ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@version
3030

3131
## Usage
3232

33+
> To access plugin development API hints and scaffolding toolkits, visit the [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) repository.
34+
3335
1. Put LLSE plugins directly in `plugins/`
3436
2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
3537
3. To load them, you need to restart the server
3638

37-
## Some helpful project for plugin development
38-
39-
- [LiteLoaderSE-Aids](https://github.com/LiteLDev/LiteLoaderSE-Aids)
40-
- [LiteLoaderSE-Aids-Magic-Revision](https://github.com/luoqing510/LiteLoaderSE-Aids-Magic-Revision)
41-
- [HelperLib](https://github.com/LiteLDev/HelperLib)
42-
- [llpy-helper-lib](https://github.com/LiteLDev/llpy-helper-lib)
43-
4439
## Contributing
4540

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

docs/index.zh.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,12 @@ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@版本
2929

3030
## 使用
3131

32+
> 如需获取插件开发 API 提示库和脚手架工具,请访问 [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) 仓库
33+
3234
1. 直接将 LLSE 插件放在 `plugins/`
3335
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
3436
3. 重启服务器后,插件就会被加载
3537

36-
## 一些对插件开发有帮助的项目
37-
38-
- [LiteLoaderSE-Aids](https://github.com/LiteLDev/LiteLoaderSE-Aids)
39-
- [LiteLoaderSE-Aids-Magic-Revision](https://github.com/luoqing510/LiteLoaderSE-Aids-Magic-Revision)
40-
- [HelperLib](https://github.com/LiteLDev/HelperLib)
41-
- [llpy-helper-lib](https://github.com/LiteLDev/llpy-helper-lib)
42-
4338
## 贡献
4439

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

0 commit comments

Comments
 (0)