Go to file
madmaxoft 036a8ff98e Added SQLiteCpp library.
This provides C++ wrappers for SQLite, making it safer to use in the C++ environment.
2014-07-28 19:59:53 +02:00
Android
Install Added SQLiteCpp library. 2014-07-28 19:59:53 +02:00
MCServer Debuggers: Added an example for cClientHandle:GetUUIDsFromPlayerNames(). 2014-07-28 17:14:23 +02:00
Tools
docs
lib Added SQLiteCpp library. 2014-07-28 19:59:53 +02:00
src Added cClientHandle:GetUUIDsFromPlayerNames() to Lua API. 2014-07-28 17:09:39 +02:00
tests
.gitignore Git: Ignore AllFiles.lst (generated by cmake) 2014-07-26 03:58:59 -07:00
.gitmodules Added SQLiteCpp library. 2014-07-28 19:59:53 +02:00
.travis.yml
CIbuild.sh
CMakeLists.txt Added SQLiteCpp library. 2014-07-28 19:59:53 +02:00
COMPILING.md
CONTRIBUTING.md
CONTRIBUTORS
CoverityModel.cpp
Doxyfile
GETTING-STARTED.md
LICENSE
MakeLuaAPI.cmd
Nightbuild2008.cmd
README.md
SetFlags.cmake Removed the new old-style-cast warning from error treatment 2014-07-26 03:34:23 -07:00
cloc-exclude.txt
stats.cmd
uploadCoverage.sh

README.md

MCServer Build Status Coverity Scan Build Status tip for next commit

MCServer is a Minecraft 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 can run on PCs, Macs, and *nix. This includes android phones and tablets as well as Raspberry Pis.

We currently support the protocol from Minecraft 1.2 all the way up to Minecraft 1.7.10.

Installation

Normally, you will want to download a pre-compiled version of MCServer from one of the buildservers:

You simply need to download and extract these files before you can use the server.

If you're a more advanced user, you may want to compile the server yourself for more performance. 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 the forums and Plugin API.

Earn bitcoins for commits or donate to reward the MCServer developers: tip for next commit

Support Us on Gittip: Support via Gittip

Travis CI: Build Status