1
0
Fork 0
cuberite-2a/README.md

56 lines
3.1 KiB
Markdown
Raw Normal View History

Cuberite [![Build Status](https://img.shields.io/travis/cuberite/cuberite/master.svg?style=flat)](https://travis-ci.org/cuberite/cuberite) [![Coverity Scan Build Status](https://img.shields.io/coverity/scan/1930.svg)](https://scan.coverity.com/projects/1930)
2013-07-27 11:01:12 +00:00
========
2015-06-11 16:32:49 +00:00
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 vanilla Minecraft client.
2013-07-27 11:01:12 +00:00
Cuberite can run on Windows, *nix and Android operating systems. This includes Android phones and tablets as well as Raspberry Pis.
2013-07-27 11:01:12 +00:00
2014-10-11 16:17:22 +00:00
We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions.
2016-01-31 00:25:03 +00:00
Subscribe to [the newsletter](http://cuberite.org/news/) for important updates and project news.
2015-05-15 18:01:13 +00:00
2013-07-27 11:01:12 +00:00
Installation
------------
2014-11-01 16:00:44 +00:00
There are several ways to obtain Cuberite.
2013-07-27 11:01:12 +00:00
#### Binaries
- The easiest method is downloading for Windows or Linux from the [Project site](http://cuberite.org/).
- You can use the EasyInstall script for Linux, which automatically downloads the correct binary. The script is described below.
2016-01-31 00:25:03 +00:00
- You can also obtain a binary from the [buildserver archive](https://builds.cuberite.org/).
2013-07-27 11:01:12 +00:00
##### The EasyInstall script
This Linux script will download the correct binary from the project site.
sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/easyinstall.sh)"
#### Compiling
- You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below.
2015-11-27 21:11:56 +00:00
- You can also compile manually. See [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md).
2015-05-24 09:30:22 +00:00
Compiling may provide better performance 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.
2015-05-24 09:30:22 +00:00
sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)"
#### Hosted services
2016-01-31 00:25:03 +00:00
- Hosted Cuberite is available DIY on DigitalOcean: [![Install on DigitalOcean](http://doinstall.bearbin.net/button.svg)](http://doinstall.bearbin.net/install?url=https://github.com/cuberite/cuberite) and [Gamocosm](https://gamocosm.com/) also offers Cuberite support.
2013-07-27 11:01:12 +00:00
Contributing
------------
2015-06-11 16:32:49 +00:00
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.
2013-07-27 11:01:12 +00:00
2015-06-11 16:32:49 +00:00
Check out the [CONTRIBUTING.md](https://github.com/cuberite/cuberite/blob/master/CONTRIBUTING.md) file for more details.
2014-05-25 09:21:58 +00:00
2013-07-27 13:22:55 +00:00
Other Stuff
-----------
2016-01-31 00:25:03 +00:00
For other stuff, including plugins and discussion, check out the [forums](https://forum.cuberite.org/) and [Plugin API](http://api-docs.cuberite.org/).
2013-12-19 20:35:45 +00:00
[Support Us on Bountysource](https://bountysource.com/teams/cuberite)
2014-05-24 20:48:12 +00:00
Travis CI: [![travis build status shield](https://img.shields.io/travis/cuberite/cuberite.svg)](https://travis-ci.org/cuberite/cuberite)