Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Docker Minecraft Server | 7,162 | a day ago | 96 | apache-2.0 | Shell | |||||
Docker image that provides a Minecraft Server that will automatically download selected version at startup | ||||||||||
Dockercraft | 6,300 | 2 years ago | April 01, 2023 | 18 | apache-2.0 | Lua | ||||
Docker + Minecraft = Dockercraft | ||||||||||
Cuberite | 4,702 | a day ago | 569 | other | C++ | |||||
A lightweight, fast and extensible game server for Minecraft | ||||||||||
Feather | 2,307 | 5 months ago | 2 | September 13, 2020 | 107 | apache-2.0 | Rust | |||
A Minecraft server implementation in Rust | ||||||||||
Eggs | 2,128 | 2 days ago | 113 | mit | Lua | |||||
Service eggs for the pterodactyl panel | ||||||||||
Minestom | 1,940 | 6 days ago | 182 | apache-2.0 | Java | |||||
1.19.3 Lightweight Minecraft server | ||||||||||
Valence | 1,842 | 10 | 4 days ago | 1 | August 10, 2023 | 54 | mit | Rust | ||
A Rust framework for building Minecraft servers. | ||||||||||
Minecraft Optimization | 1,506 | a month ago | 2 | |||||||
Minecraft server optimization guide | ||||||||||
Scriptcraft | 1,473 | 3 years ago | 72 | mit | JavaScript | |||||
Write Minecraft Plugins in JavaScript. | ||||||||||
Bungeecord | 1,460 | 19 | a day ago | 5 | August 06, 2023 | 362 | other | Java | ||
BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers. |
Cuberite is a Minecraft-compatible multiplayer game server that is written in C++ and designed to be efficient with memory and CPU, as well as having a flexible Lua Plugin API. Cuberite is compatible with the Java Edition Minecraft client.
Cuberite runs on Windows, *nix and Android operating systems. This includes Android phones and tablets as well as Raspberry Pis; support for small embedded devices is experimental.
Currently we support Release 1.8 - 1.12.2 Minecraft protocol versions.
Subscribe to the newsletter for important updates and project news.
There are several ways to obtain Cuberite.
This script will download the correct binary from the project site.
curl -sSfL https://download.cuberite.org | sh
compile.sh
script. The script is described below.Compiling may provide better performance (1.5-3x as fast) and it supports more operating systems.
This script downloads the source code and compiles it. The script is smart enough to notify you of missing dependencies and instructing you on how to install them. The script doesn't work for Windows.
Using curl:
sh -c "$(curl -sSfL -o - https://compile.cuberite.org)"
Or using wget:
sh -c "$(wget -O - https://compile.cuberite.org)"
Cuberite is licensed under the Apache License V2, and we welcome anybody to fork and submit a Pull Request back with their changes, and if you want to join as a permanent member we can add you to the team.
Cuberite is developed in C++ and Lua. To contribute code, please check out GETTING-STARTED.md and CONTRIBUTING.md for more details.
Plugins are written in Lua. You can contribute by developing plugins and submitting them to the plugin repository or the forum. Please check out our plugin introduction guide for more info.
If you are not a programmer, you can help by testing Cuberite and reporting bugs. See TESTING.md for details.
You can also help with documentation by contributing to the User's Manual.
For other stuff, check out the homepage, the Users' Manual, the forums, and the Plugin API.
Support the Cuberite development team on Liberapay