4
0

fix_mcb.sh 426 B

1234567891011
  1. #!/bin/bash
  2. # LinuxGSM fix_mcb.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: https://linuxgsm.com/contrib
  5. # Website: https://linuxgsm.com
  6. # Description: Resolves various issues with Minecraft Bedrock.
  7. moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. # official docs state that the server should be started with: LD_LIBRARY_PATH=. ./bedrock_server
  9. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}"