All Projects → CloudburstMC → Server

CloudburstMC / Server

Licence: gpl-3.0
Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Server

Nukkit
Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Stars: ✭ 776 (+625.23%)
Mutual labels:  minecraft, minecraft-server
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (-75.7%)
Mutual labels:  minecraft, minecraft-server
Mcsmanager
轻量级,开箱即用,多实例和支持 Docker 的 Minecraft 服务端管理面板
Stars: ✭ 829 (+674.77%)
Mutual labels:  minecraft, minecraft-server
Glowstone
A fast, customizable and compatible open source server for Minecraft: Java Edition
Stars: ✭ 1,364 (+1174.77%)
Mutual labels:  minecraft, minecraft-server
Gate
A high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - ready for the cloud!
Stars: ✭ 102 (-4.67%)
Mutual labels:  minecraft, minecraft-server
Minet
A (not so) basic Minecraft Pocket Edition server written in C#
Stars: ✭ 706 (+559.81%)
Mutual labels:  minecraft, minecraft-server
Feather
A Minecraft server implementation in Rust
Stars: ✭ 896 (+737.38%)
Mutual labels:  minecraft, minecraft-server
Minestom
1.16.5 Lightweight and multi-threaded Minecraft server
Stars: ✭ 400 (+273.83%)
Mutual labels:  minecraft, minecraft-server
Minecraft Server Status
Minecraft server status and -info script for PHP
Stars: ✭ 39 (-63.55%)
Mutual labels:  minecraft, minecraft-server
Shopchest
ShopChest - Spigot/Bukkit Plugin
Stars: ✭ 38 (-64.49%)
Mutual labels:  minecraft, minecraft-server
Minecase
Minecraft server based on Orleans
Stars: ✭ 581 (+442.99%)
Mutual labels:  minecraft, minecraft-server
Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+933.64%)
Mutual labels:  minecraft, minecraft-server
Tuinity
Stars: ✭ 531 (+396.26%)
Mutual labels:  minecraft, minecraft-server
Obsidian
[WIP] A C# implementation of the Minecraft server protocol. (.NET 5)
Stars: ✭ 89 (-16.82%)
Mutual labels:  minecraft, minecraft-server
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+357.01%)
Mutual labels:  minecraft, minecraft-server
Nodemc
Meta repository for information on the project as a whole
Stars: ✭ 16 (-85.05%)
Mutual labels:  minecraft, minecraft-server
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+4846.73%)
Mutual labels:  minecraft, minecraft-server
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (+260.75%)
Mutual labels:  minecraft, minecraft-server
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+794.39%)
Mutual labels:  minecraft, minecraft-server
Infrared
An ultra lightweight minecraft reverse proxy and idle placeholder
Stars: ✭ 59 (-44.86%)
Mutual labels:  minecraft, minecraft-server

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].