1
0
Fork 0
Personal fork of Cuberite
Go to file
Alexander Harkness 64f9974e89 Fixed typos, and improved contributing file. 2015-11-15 12:08:32 +00:00
Android Update strings.xml 2014-10-11 16:14:20 +02:00
Install Added brewing.txt to list of files packed with the windows build. 2015-11-10 16:04:48 +01:00
Server Changed server favicon to more commonly used one 2015-11-03 23:13:17 +01:00
Tools Improved types of utf 16 strings 2015-10-02 17:26:53 +02:00
docs Added cubeset file format docs. 2015-06-19 16:16:03 +02:00
lib Ignore MSVC build artefacts in submodularised libraries. 2015-11-05 11:32:00 +01:00
src Blocks outside the world are never solid 2015-11-13 11:50:21 +00:00
tests Fixed and improved restarting 2015-08-20 16:15:23 +01:00
.gitignore APIDump: Added an apicheck command. 2015-09-27 13:57:07 +02:00
.gitmodules Added ignore=dirty to new submodules 2015-11-05 19:35:42 +01:00
.travis.yml Use .travis.yml to whitelist coverity_scan for push builds. 2015-11-08 21:20:55 +00:00
CIbuild.sh Removed the BasicStyleCheck from Travis builds. 2015-10-02 17:43:31 +02:00
CMakeLists.txt Outsourced all libraries into submodules 2015-11-04 23:25:00 +01:00
COMPILING.md Updated COMPILING.md 2015-10-01 10:04:18 +02:00
CONTRIBUTING.md Fixed typos, and improved contributing file. 2015-11-15 12:08:32 +00:00
CONTRIBUTORS Added myself to list, ran it through `sort -f` 2015-10-28 20:13:21 +01:00
CoverityModel.cpp Update CoverityModel.cpp 2014-04-27 13:03:34 -07:00
Doxyfile DoxyFile: Updated after all the folder renaming. 2014-03-01 14:24:20 +01:00
GETTING-STARTED.md Fixed typo in getting-started. 2015-11-15 11:22:06 +00:00
LICENSE Update LICENSE 2015-06-11 17:33:37 +01:00
README.md Removed mentions of Gratipay, replaced with Bountysource. 2015-11-01 15:50:47 +00:00
SetFlags.cmake Added the _UNICODE flag on Windows 2015-09-26 22:19:29 +01:00
app.yml Update app.yml 2015-08-15 20:26:22 +02:00
appveyor.yml Let appveyor decide what OS to use 2015-09-29 20:53:16 +02:00
circle.yml Added CircleCI for stylechecking. 2015-09-17 11:20:10 +02:00
cloc-exclude.txt Update cloc-exclude.txt 2013-12-21 10:01:05 +00:00
compile.sh Fix compile.sh console commit version, see #2493 2015-09-26 08:47:51 +03:00
easyinstall.sh Fixed help text again, another part had changed. 2015-10-31 22:25:21 +00:00
stats.cmd Marked stats.cmd as executable so it can be run on linux 2013-12-21 11:04:21 +00:00
uploadCoverage.sh Renamed output directory to Server 2015-09-05 22:01:21 +02:00

README.md

Cuberite Build Status Coverity Scan 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 vanilla Minecraft client.

Cuberite can run on Windows, *nix and Android operating systems. This includes Android phones and tablets as well as Raspberry Pis.

We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions.

Subscribe to the newsletter for important updates and project news.

Installation

Hosted Cuberite is available DIY on DigitalOcean: Install on DigitalOcean and Gamocosm also offers Cuberite support.

For Linux there is an easy installation method, just run this in your terminal:

curl -s https://raw.githubusercontent.com/cuberite/cuberite/master/easyinstall.sh | sh

For Windows, you just need to download a file and extract it:

For other operating systems you need to download and compile yourself. This can be done either manually, or with this automatic script:

bash -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)"

There is also an archive of binary builds on the buildserver: http://builds.cuberite.org

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 file for more details.

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.

Check out the CONTRIBUTING.md file for more details.

Other Stuff

For other stuff, including plugins and discussion, check out the forums and Plugin API.

Support Us on Bountysource

Travis CI: travis build status shield