1
0
Personal fork of Cuberite
Go to file
madmaxoft f490d3d1e7 Fixed a compiler warning.
Also updated code to match our style.
2013-10-30 23:33:42 +01:00
Android
CryptoPP
docs Added the login sequence of a vanilla client to the docs. 2013-08-30 10:23:20 +02:00
expat
iniFile cIniFile: Improved doxy-comments. 2013-10-26 10:33:28 +02:00
Install
jsoncpp-src-0.5.0
lua-5.1.4
MCServer Debuggers: Fixed after the cWindow API change. 2013-10-28 13:44:57 +01:00
nbt examples
source Fixed a compiler warning. 2013-10-30 23:33:42 +01:00
Tests
tolua++-1.0.93
Tools ProtoProxy: Working 1.7 protocol. 2013-10-29 22:55:16 +01:00
VC2008 Added 1.7 to protocol recognizer. 2013-10-30 23:24:46 +01:00
zlib-1.2.7
.gitignore incrementing .gitignore : adding emacs stuff and world 2013-09-08 03:31:24 +02:00
.gitmodules
clean.bat
cloc-exclude.txt
COMPILING
CONTRIBUTING.md Blank linez 2013-09-10 14:14:51 +01:00
CONTRIBUTORS
Doxyfile
GNUmakefile Removed the old WebServer library. 2013-10-05 23:12:06 +02:00
LICENSE
MakeLuaAPI.cmd Added a script that uploads the APIDump's docs to a website. 2013-09-15 00:08:36 +02:00
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.