Skip to content

Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.

License

Notifications You must be signed in to change notification settings

staticius/CloudBurst

 
 

Repository files navigation

Cloudburst

License: GPL v3 Build Status Tests Discord

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

Build JAR file

  • git clone https://github.com/CloudburstMC/Server.git
  • cd Server
  • git submodule update --init
  • ./mvnw clean package

The compiled JAR can be found in the target/ directory.

Running

Simply run java -jar Cloudburst.jar.

Plugin API

Information on Cloudburst's API can be found at the wiki.

Docker

Running Nukkit in Docker (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 to start server on port 19132 and with ./data volume,

docker-compose up -d

Contributing

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.

About

Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%