2015-06-11 19:32:13 +01:00
Cuberite [](https://travis-ci.org/cuberite/cuberite) [](https://scan.coverity.com/projects/1930) [](http://gratipay.com/cuberite)
2013-07-27 12:01:12 +01:00
========
2015-06-11 17:32:49 +01: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 12:01:12 +01:00
2015-06-11 17:32:49 +01: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 12:01:12 +01:00
2014-10-11 17:17:22 +01:00
We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions.
2014-05-25 10:03:53 +01:00
2015-05-15 19:01:13 +01:00
Subscribe to [the newsletter ](http://newsletter.cuberite.org/subscribe.htm ) for important updates and project news.
2013-07-27 12:01:12 +01:00
Installation
------------
2015-06-30 08:00:10 +02:00
Hosted Cuberite is available DIY on DigitalOcean: [](http://doinstall.bearbin.net/install?url=https://github.com/cuberite/cuberite) and [Gamocosm ](https://gamocosm.com ) also offers Cuberite support.
2014-11-01 16:00:44 +00:00
2014-10-11 21:54:24 +01:00
For Linux there is an easy installation method, just run this in your terminal:
2013-07-27 12:01:12 +01:00
2015-06-11 17:32:49 +01:00
curl -s https://raw.githubusercontent.com/cuberite/cuberite/master/easyinstall.sh | sh
2013-07-27 12:01:12 +01:00
2014-10-11 21:40:32 +01:00
For Windows, you just need to download a file and extract it:
2015-06-11 17:32:49 +01:00
- [Windows 32 bit ](http://builds.cuberite.org/job/Cuberite%20Windows%20x86%20Master/lastSuccessfulBuild/artifact/Install/Cuberite.zip )
- [Windows 64 bit ](http://builds.cuberite.org/job/Cuberite%20Windows%20x64%20Master/lastSuccessfulBuild/artifact/Install/Cuberite.zip )
2014-10-11 21:40:32 +01:00
2015-05-24 12:30:22 +03:00
For other operating systems you need to download and compile yourself. This can be done either manually, or with this automatic script:
2015-06-11 17:32:49 +01:00
bash -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)"
2015-05-24 12:30:22 +03:00
There is also an archive of binary builds on the buildserver: http://builds.cuberite.org
2014-10-11 21:40:32 +01:00
2015-06-11 17:32:49 +01:00
Compiling the server yourself has other benefits: you may get better performance performance (1.5-3x as fast) and it supports more operating systems. See the [COMPILING.md ](https://github.com/cuberite/cuberite/blob/master/COMPILING.md ) file for more details.
2013-07-27 12:01:12 +01:00
Contributing
------------
2015-06-11 17:32:49 +01: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 12:01:12 +01:00
2015-06-11 17:32:49 +01:00
Check out the [CONTRIBUTING.md ](https://github.com/cuberite/cuberite/blob/master/CONTRIBUTING.md ) file for more details.
2014-05-25 10:21:58 +01:00
2013-07-27 14:22:55 +01:00
Other Stuff
-----------
2015-06-11 17:32:49 +01:00
For other stuff, including plugins and discussion, check out the [forums ](http://forum.mc-server.org ) and [Plugin API ](http://api-docs.cuberite.org ).
2013-12-19 20:35:45 +00:00
2015-06-11 19:32:13 +01:00
Support Us on Gratipay: [](https://www.gratipay.com/cuberite)
2014-05-24 21:48:12 +01:00
2015-06-11 17:32:49 +01:00
Travis CI: [](https://travis-ci.org/cuberite/cuberite)
2014-01-04 11:27:16 +00:00