This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from LiteLDev/LeviLamina
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# LiteLoader | ||
[简体中文](README_zhcn.md) | ||
A lightweight Bedorck Dedicated Server Plugin Loader | ||
Based on [BedrockX](https://github.com/Sysca11/BedrockX) | ||
|
||
## Install | ||
1. Download LiteLoader from [Releases](https://github.com/LiteLDev/LiteLoader/releases), unzip it to BDS directory | ||
2. Run `RoDB.exe` to generate symbol files(`.symdb` and `.symdef`), before you run `RoDB.exe` you need to check if the `bedrock_server.pdb` exists | ||
|
||
## Usage | ||
Put .dll plugins into `plugins\` directory then run `bedrock_server.exe` | ||
|
||
## More | ||
See [Wiki](https://github.com/LiteLDev/LiteLoader/wiki) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# LiteLoader | ||
轻量化的Bedrock Dedicated Server插件加载器 | ||
基于[BedrockX](https://github.com/Sysca11/BedrockX) | ||
|
||
## Install | ||
1. 从[Releases](https://github.com/LiteLDev/LiteLoader/releases)下载LiteLoader,将压缩文件解压到BDS目录下 | ||
2. 运行`RoDB.exe`以生成符号文件(`.symdb`和`.symdef`),运行`RoDB.exe`之前你需要检查`bedrock_server.pdb`文件是否存在 | ||
|
||
## Usage | ||
把.dll插件放到`plugins\`目录下然后启动`bedrock_server.exe` | ||
|
||
## More | ||
请参见[Wiki](https://github.com/LiteLDev/LiteLoader/wiki) |