Cuberite

适用于 Minecraft 的轻便、快速和可扩展的游戏服务器。(A lightweight, fast and extensible game server for Minecraft.)

Github星跟踪图

Cuberite

Build Status
Circle CI Build Status
AppVeyor Build Status

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.

Currently we support Release 1.8 - 1.12.2 Minecraft protocol versions.

Subscribe to the newsletter for important updates and project news.

Installation

There are several ways to obtain Cuberite.

Binaries

  • The easiest method is downloading for Windows or Linux from the website.
  • You can use the EasyInstall script for Linux and macOS, which automatically downloads the correct binary. The script is described below.

The EasyInstall script

This script will download the correct binary from the project site.

curl -sSfL https://download.cuberite.org, sh

Compiling

  • You can compile automatically for Linux, macOS and FreeBSD with the compile.sh script. The script is described below.
  • You can also compile manually. See COMPILING.md.

Compiling may provide better performance (1.5-3x as fast) and it supports more operating systems.

The compile.sh script

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)"

Hosted services

  • Hosted Cuberite is available via Gamocosm.

Contributing

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.

Other Stuff

For other stuff, check out the homepage, the Users' Manual, the forums, and the Plugin API.

Support Us on Liberapay or Bountysource

主要指标

概览
名称与所有者cuberite/cuberite
主编程语言C++
编程语言Makefile (语言数: 11)
平台Android, Linux, Mac, Raspbian, Unix-like, Windows
许可证Other
所有者活动
创建于2013-07-26 19:56:59
推送于2025-09-20 09:15:55
最后一次提交2025-08-07 22:40:47
发布数4
最新版本名称1.7EOL (发布于 )
第一版名称ProtoProxy_1.6.4_001 (发布于 )
用户参与
星数5.3k
关注者数169
派生数650
提交数11.5k
已启用问题?
问题数2693
打开的问题数514
拉请求数2438
打开的拉请求数54
关闭的拉请求数419
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?