• Stars
    star
    174
  • Rank 219,050 (Top 5 %)
  • Language
    Java
  • Created over 4 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

More Repositories

1

Nukkit

Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Java
1,213
star
2

Protocol

A protocol library for Minecraft Bedrock Edition
Java
313
star
3

ProxyPass

MITM proxy tool for Minecraft: Bedrock Edition
Java
131
star
4

Network

Network components
Java
45
star
5

protocol-docs

A parsed version of Mojang's protocol docs for easier reading and diffing
31
star
6

Plexus

A proxy for Minecraft: Bedrock Edition
Java
20
star
7

FakeInventories

Create fake inventories
Java
19
star
8

Language

Minecraft Language files. No pull requests are accepted.
19
star
9

NBT

Named Binary Tag library with support for the VarInt format introduced by Bedrock Edition
Java
18
star
10

Data

Data gathered from Minecraft: Bedrock Edition
18
star
11

BlockStateUpdater

Updates Minecraft: Bedrock Edition block states to the latest revision
Java
13
star
12

API

A Minecraft server API aimed toward Bedrock Edition used in Cloudburst Server
Java
12
star
13

Facade

Give players the illusion a fully functioning server is online
Java
10
star
14

FastAsyncWorldEdit

FastAsyncWorldEdit ported to Cloudburst
Java
7
star
15

Community

Files for the community NukkitX server
Java
6
star
16

jackson-dataformat-nbt

Jackson dataformat for Mojang's Named Binary Tags
Java
5
star
17

Vanilla

Java
4
star
18

fastutil

fastutil extends the Javaโ„ข Collections Framework by providing type-specific maps, sets, lists and queues.
Java
4
star
19

NemisysApp

Android application to run Nemisys
Java
4
star
20

Natives

Linux natives used in Nukkit
Java
3
star
21

ProtocolParser

Java
2
star
22

trove

Java
2
star
23

common

Java
2
star
24

WorldEdit

Port of vanilla WorldEdit to Cloudburst
Java
2
star
25

math

Immutable math library for Java that offers easy conversion between math types, fast trigonometric functions, vectors, matrices, complex numbers, quaternions, and operation chaining, with a focus on games and computer graphics.
Java
2
star
26

digraph-parser

Java
1
star
27

nukkit-archetype

Maven Archetype for creating Nukkit plugins
Java
1
star