Skip to content

Lapis256/bds-enhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bds-enhancer

English / 日本語

This is an external software for enabling server transfers between players in BDS.

How to run

  1. Download the latest bds_enhancer.exe from Releases.
  2. Place bds_enhancer.exe in the same directory as bedrock_server.exe.
  3. Launch bds_enhancer.exe.

How to use

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.

Library Documentation

Development

How to run for debugging

cargo run -- <Directory of BDS>

How to create a release build

cargo build --release