https://github.com/CloudburstMC/Cloudburst
Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.
https://github.com/CloudburstMC/Cloudburst
bedrock cloudburst cloudburst-server java mcbe mcbe-server mcpe mcpe-server minecraft minecraft-bedrock minecraft-server nukkit
Last synced: 4 months ago
JSON representation
Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.
- Host: GitHub
- URL: https://github.com/CloudburstMC/Cloudburst
- Owner: CloudburstMC
- Created: 2020-07-03T10:56:42.000Z (almost 6 years ago)
- Default Branch: merge
- Last Pushed: 2026-02-10T23:44:24.000Z (4 months ago)
- Last Synced: 2026-02-11T02:02:15.583Z (4 months ago)
- Topics: bedrock, cloudburst, cloudburst-server, java, mcbe, mcbe-server, mcpe, mcpe-server, minecraft, minecraft-bedrock, minecraft-server, nukkit
- Language: Java
- Homepage:
- Size: 74.7 MB
- Stars: 184
- Watchers: 26
- Forks: 65
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
- awesome - CloudburstMC/Cloudburst - Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit. (Java)
README

[](server/LICENSE)
[](https://ci.nukkitx.com/job/NukkitX/job/Server/job/master/)

[](https://discord.gg/5PzMkyK)
Introduction
-------------
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.
Links
--------------------
* __[News](https://cloudburstmc.org)__
* __[Forums](https://cloudburstmc.org/forums)__
* __[Discord](https://discord.gg/5PzMkyK)__
* __[Download](https://ci.opencollab.dev/job/NukkitX/job/Server/job/bleeding/)__
* __[Plugins](https://cloudburstmc.org/resources/categories/cloudburst-plugins.19/)__
* __[Wiki](https://cloudburstmc.org/wiki/cloudburst)__
Build JAR file
-------------
- `git clone https://github.com/CloudburstMC/Cloudburst.git`
- `cd Cloudburst`
- `git submodule update --init`
- `./gradlew shadowJar`
The compiled JAR can be found in the `server/build/libs` directory.
Running
-------------
Simply run `java -jar Cloudburst.jar`.
Plugin API
-------------
Information on Cloudburst's API can be found at the [wiki](https://cloudburstmc.org/wiki/cloudburst/).
Docker
-------------
Running Nukkit in [Docker](https://www.docker.com/) (17.05+ or higher).
Build image from source,
```
docker build -t nukkit .
```
Run once to generate the `/data` volume, default settings, and choose language,
```
docker run -it --rm -p 19132:19132 nukkit
```
Use [docker-compose](https://docs.docker.com/compose/overview/) to start server on port `19132` and with `./data` volume,
```
docker-compose up -d
```
Contributing
------------
Please read the [CONTRIBUTING](.github/CONTRIBUTING.md) guide before submitting any issue. Issues with insufficient information or in the wrong format will be closed and will not be reviewed.