====== MCServer Wiki ======

Hi and welcome to the MCServer Wiki page!
===== What is MCServer? =====
MCServer is a custom Minecraft server, written completely in C++. It's designed to be a fast, lightweight and easy to use replacement for the original server

===== Where can I get it? =====

There are lots of places to get MCServer from, including source and compiled versions.

===Pre-Built Sources===

These are best if you just want to get started quickly with MCServer

== Official "Stable" Versions ==

These may not be completely stable and may be old but they are built by FakeTruth. They are compatible with Windows and Android.

  * Windows & Android: https://code.google.com/p/mc-server/downloads/list

== Unofficial Nightbuilds ==

These builds are the latest versions, built every night on xoft's server. They are Windows only.

  * Windows: http://mc-server.xoft.cz/

== Unofficial Linux Builds ==

These builds are the latest version of MCServer. They are compiled for Linux (hopefully android too soon). Android is broken, but will be coming sometime soon hopefully.

  * Linux x86: http://ci.berboe.co.uk/job/MCServer%20Linux-x86/ ([[http://ci.berboe.co.uk/job/MCServer%20Linux-x86/lastSuccessfulBuild/artifact/trunk/MCServer.tar|Direct Download]])
  * Linux x64: http://ci.berboe.co.uk/job/MCServer%20Linux-x86-64/ ([[http://ci.berboe.co.uk/job/MCServer%20Linux-x86-64/lastSuccessfulBuild/artifact/trunk/MCServer.tar|Direct Download]])
  * Linux ARM (raspberry pi): http://ci.berboe.co.uk/job/MCServer%20Linux-ARM/ ([[http://ci.berboe.co.uk/job/MCServer%20Linux-ARM/lastSuccessfulBuild/artifact/trunk/MCServer.tar|Direct Download]])

=== Uncompiled Sources ===

These are suitable for people who want to edit the source or have more control over how the source is compiled. 

  * https://code.google.com/p/mc-server/source/checkout
===== Useful pages =====
Here is a small list of pages you may find useful
  * [[install]]
  * [[installingplugins]]
  * [[api | How to create plugins]]