/Pdelvo.Minecraft

A C# minecraft protocol implementation

Primary LanguageC#MIT LicenseMIT

#MineLib.Net

MineLib.Net is a .net library which provides functionality to communicate with a minecraft server or client through the minecraft protocol. It is constructed to support many different versions without any code changes.

Currently it supports minecraft version 1.0.0 up to the latest pre release (make sure you pick the 1.4_Dev branch to get support for minecraft pre releases between 1.3 and 1.4).

It can work either as a client or a server.

##Building from Source

You must first install Microsoft.NET 4.5 Then, add "C:\Windows\Microsoft.NET\Framework\v4.0.30319" to your PATH.

Finally, run "msbuild.exe" from the root of the repository to build MineLib.Net.

You can also add it to a existing project by using "Add existing project" in Visual Studio.

##License

This Code is licensed under the MIT license

MineLib.Net is not affiliated with Minecraft.