1
0
Personal fork of Cuberite
Go to file
2013-09-14 23:21:10 +02:00
Android
CryptoPP
docs
expat
iniFile
Install
jsoncpp-src-0.5.0
lua-5.1.4
MCServer APIDump: Fixed dumping when APIDesc doesn't contain Constants section. 2013-09-14 23:21:10 +02:00
nbt examples
source Set the minimum viewdistance to 3. 2013-09-14 21:34:26 +02:00
Tests
tolua++-1.0.93
Tools ProtoProxy: Logs are saved to a Logs subfolder. 2013-09-08 11:27:49 +02:00
VC2008 APIDump now produces wiki-style tables of functions and constants. 2013-09-09 22:28:02 +02:00
WebServer
zlib-1.2.7
.gitignore
.gitmodules
clean.bat
cloc-exclude.txt
COMPILING
CONTRIBUTING.md Blank linez 2013-09-10 14:14:51 +01:00
CONTRIBUTORS
Doxyfile
GNUmakefile added cryptopp asemblly desabling to clang autodetect 2013-09-11 17:27:30 +01:00
LICENSE
Nightbuild2008.cmd Fixed the Win nightbuild script naming ini files badly (thx Tigerw). 2013-09-06 16:50:17 +01:00
README.md
stats.cmd

MCServer

MCServer is a performant C++ Minecraft server designed for use in memory and cpu-limited places, or just to make regular server perform better.

MCServer can run on PCs, Macs, and *nix. This includes android phones and tablets as well as Raspberry Pis.

Installation

To install MCServer, you can either download the repository and compile it, or download a pre-compiled version.

If you are cloning the repository, you are required to recursively download the submodules also with git clone -r. When pulling, you should use git pull --recurse-submodules. You might want to set the base forms as aliases to these.

Compilation instructions are available in the COMPILING file.

Linux builds can be downloaded from the Berboe CI server and windows from xoft's nightly build service.

After you've extracted the files, simply run the MCServer executable.

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.

Other Stuff

For other stuff, including plugins and discussion, check the forums and wiki.