You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tool to load mods onto the Linux version of [Bedrock Dedicated Server](https://minecraft.net/download/server/bedrock).
4
+
5
+
## Usage
6
+
- Get `libserver_modloader.so`, either from [releases](https://github.com/minecraft-linux/server-modloader/releases) or [building your own](#compiling-from-source)
7
+
- Put your compiled mods in a folder called `mods/` next to your moddable BDS binary
Check out the [wiki](https://github.com/minecraft-linux/server-modloader/wiki) for examples and more information.
21
+
22
+
## Getting mods to work on newer versions (1.16+)
23
+
Newer versions of BDS don't have exported symbols anymore, so a little hacking is necessary to modify the binary and make the symbols linkable.
24
+
25
+
Using [LIEF](https://github.com/lief-project/lief), you can create a patched, moddable BDS from `bedrock_server_symbols.debug` using the following Python script:
0 commit comments