1
0
Personal fork of Cuberite
Go to file
2015-05-23 22:16:19 +03:00
Android
docs
Install
lib Added TCLAP 2015-05-16 10:46:51 +01:00
MCServer Renamed hook HOOK_ENTITY_CHANGE_WORLD 2015-05-21 12:27:54 +02:00
src Pathfinder - Bounding boxes and some tweaks 2015-05-23 22:16:19 +03:00
tests
Tools Update submodules 2015-05-02 15:57:49 +01:00
.gitignore
.gitmodules Added TCLAP 2015-05-16 10:46:51 +01:00
.travis.yml Should disable coveralls. 2015-05-17 09:32:56 +01:00
app.yml Upgraded ubuntu version. 2015-05-04 10:01:32 +01:00
CIbuild.sh CIBuild: Added action labels 2015-05-12 09:21:43 +02:00
cloc-exclude.txt
CMakeLists.txt Added Lua C API checks in Debug builds. 2015-05-07 23:03:02 +02:00
COMPILING.md
CONTRIBUTING.md Update Contributing.MD 2015-05-08 19:59:14 +03:00
CONTRIBUTORS Merge pull request #2030 from beeduck/master 2015-05-21 07:50:30 +01:00
CoverityModel.cpp
Doxyfile
easyinstall.sh Fix build URLs, now .tar.gz 2015-05-08 17:20:59 +01:00
GETTING-STARTED.md Update GETTING-STARTED.md 2015-04-07 10:39:22 +02:00
LICENSE
MakeLuaAPI.cmd
README.md Removed tip4commit, it's not used anymore. 2015-05-19 09:38:37 +01:00
SetFlags.cmake
stats.cmd
uploadCoverage.sh

MCServer Build Status Coverity Scan Build Status weekly tips

MCServer 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. MCServer is compatible with the vanilla Minecraft client.

MCServer 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 MCServer is available DIY on DigitalOcean: Install on DigitalOcean and Gamososm also offers MCServer support.

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

curl -s https://raw.githubusercontent.com/mc-server/MCServer/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. 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

MCServer 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 Gratipay: Support via Gratipay

Travis CI: Build Status