1
0
Personal fork of Cuberite
Go to file
Tiger Wang a8a45a4afc Added button placement handler
Also removed an unneeded variable in the stair handler
2013-09-22 19:34:42 +01: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 Fixed Expat / LuaExpat compilation for Linux 2013-04-09 13:53:54 +00:00
iniFile cIniFile: fixed API-non-exportable function marked as API-export 2013-08-07 14:32:08 +02:00
Install Removed all example ini files from Install. 2013-08-03 20:41:26 +02:00
jsoncpp-src-0.5.0
lua-5.1.4 Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
MCServer APIDump: Added callback examples to cWorld. 2013-09-16 11:44:12 +02:00
nbt examples
source Added button placement handler 2013-09-22 19:34:42 +01:00
Tests
tolua++-1.0.93
Tools ProtoProxy: Logs are saved to a Logs subfolder. 2013-09-08 11:27:49 +02:00
VC2008
WebServer
zlib-1.2.7
.gitignore Change the gitignore, fix #122 2013-08-24 11:09:11 +01:00
.gitmodules
clean.bat
cloc-exclude.txt Changed everyting to Unix line endings. 2013-07-29 12:13:03 +01:00
COMPILING Fixed multiple issues with the COMPILING file, including a missing endline terminator, windows line endings and also the exclusion of the addm32 thing. 2013-07-28 20:17:56 +01:00
CONTRIBUTING.md Blank linez 2013-09-10 14:14:51 +01:00
CONTRIBUTORS
Doxyfile Doxyfile: Added exclusions for SQLite and the unused Squuirrel bindings 2013-04-28 19:37:43 +00:00
GNUmakefile added cryptopp asemblly desabling to clang autodetect 2013-09-11 17:27:30 +01:00
LICENSE
MakeLuaAPI.cmd
Nightbuild2008.cmd Fixed the Win nightbuild script naming ini files badly (thx Tigerw). 2013-09-03 14:55:07 +02: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.