Skip to content

MoeField/autoUpdateMcbeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

auto update mcbe server in ubuntu server enviroment

curl required for this script.

setup in ubuntu:

curl -o "update.sh" "https://github.com/MoeField/autoUpdateMcbeServer/raw/refs/heads/main/update.sh"

or (you cannot connect to github for some reason)

curl -o "update.sh" "https://gitee.com/UndeadCore/autoUpdateMcbeServer/raw/main/update.sh"
#or
curl -o "update.sh" "https://i-scripts.pages.dev/mcbeupd.sh"

simply run (After Properly back up your data)

bash update.sh

in where you (want to) install Minecraft Bedrock Server (you may need to check contents in update.sh), your MCBE server will be new installed or updated.

You can add -p to install Preview Server.

run your server using LD_LIBRARY_PATH=. ./bedrock_server .

About

Simple Shell script that downloads latest version of MCBE Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages