This is an external software for enabling server transfers between players in BDS.
- Download the latest
bds_enhancer.exe
from Releases. - Place
bds_enhancer.exe
in the same directory asbedrock_server.exe
. - Launch
bds_enhancer.exe
.
To use the features of this software, you need to use the ScriptAPI. Please prepare to use it on your own.
We provide a dedicated library for using the features, bds_enhancer.js
.
Please download and use it from Releases.
How to run for debugging
cargo run -- <Directory of BDS>
How to create a release build
cargo build --release