1
0
Personal fork of Cuberite
Go to file
2013-08-30 14:33:06 +02:00
Android
CryptoPP Updated CryptoPP to 5.6.2 2013-08-15 09:03:58 +02:00
docs Added the login sequence of a vanilla client to the docs. 2013-08-30 10:23:20 +02:00
expat
iniFile cIniFile: fixed API-non-exportable function marked as API-export 2013-08-07 14:32:08 +02:00
Install
jsoncpp-src-0.5.0
lua-5.1.4
MCServer Updated ProtectionAreas to the latest version. 2013-08-30 14:33:06 +02:00
nbt examples
source Merged in the Projectiles branch. 2013-08-30 14:32:07 +02:00
Tests Added ConsoleColors test for testing out linux console color codes. 2013-08-13 22:47:56 +02:00
tolua++-1.0.93
Tools ProtoProxy: Next packet type is logged for client as well. 2013-08-30 10:15:54 +02:00
VC2008 Shooting a bow kinda works. 2013-08-30 14:24:03 +02:00
WebServer
zlib-1.2.7
.gitignore Change the gitignore, fix #122 2013-08-24 11:09:11 +01:00
.gitmodules Added transapi as a submodule - so it more accurately reflects the source origin. 2013-08-16 12:17:31 +01:00
clean.bat
cloc-exclude.txt
COMPILING
CONTRIBUTING.md Updated CONTRIBUTING.md with basic recommendations 2013-08-14 19:42:18 +02:00
CONTRIBUTORS Changed a line, new PR system test. 2013-08-15 18:11:35 +01:00
Doxyfile
GNUmakefile Updated the makefile to disable assembly for clang. 2013-08-15 09:20:50 +02:00
LICENSE Added the license, so now it is clear for new people what it is. 2013-07-27 14:39:44 +01:00
Nightbuild2008.cmd Updated the nightbuild script for moved plugins 2013-08-16 10:17:37 +02:00
README.md Changed README so it knows about submodules 2013-08-16 12:43:56 +01:00
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.