Cloudburst is a server software for Minecraft: Bedrock Edition. It has a few key advantages over other server software:
- Written in Java, Cloudburst is faster and more stable.
- Having a friendly structure, it's easy to contribute to Cloudburst's development and rewrite plugins from other platforms into Cloudburst plugins.
Cloudburst is under improvement, yet we welcome contributions.
git clone https://github.com/CloudburstMC/Cloudburst.gitcd Cloudburstgit submodule update --init./gradlew shadowJar
The compiled JAR can be found in the server/build/libs directory.
Simply run java -jar Cloudburst.jar.
Information on Cloudburst's API can be found at the wiki.
Run from the repo root:
docker compose -f server/docker-compose.yml up -d
The default language is en_US. To change it, append --language <locale> to the command.
Server data is persisted in the cloudburst-data named volume. To access the interactive console after starting:
docker attach cloudburst
Please read the CONTRIBUTING guide before submitting any issue. Issues with insufficient information or in the wrong format will be closed and will not be reviewed.
