Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
TreaBeane committed Mar 13, 2024
1 parent a0e29eb commit 9f66635
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
Binary file modified .github/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 1 addition & 72 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,72 +1 @@
![Cloudburst](.github/images/banner.png)

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](server/LICENSE)
[![Build Status](https://ci.nukkitx.com/job/NukkitX/job/Server/job/master/badge/icon)](https://ci.nukkitx.com/job/NukkitX/job/Server/job/master/)
![Tests](https://img.shields.io/jenkins/t/https/ci.nukkitx.com/job/NukkitX/job/Server/job/master.svg)
[![Discord](https://img.shields.io/discord/393465748535640064.svg)](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 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](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.
![Mangrove](.github/images/banner.png)

0 comments on commit 9f66635

Please sign in to comment.