Cuberite Forum
MCServer development - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: MCServer development (/thread-1393.html)



MCServer development - odd100 - 02-23-2014

Hi,

My name is Oded and I'm a C++ developer.
Im looking to contribute to MCServer project.
I'd like to get an advice about how to start.
Im a Minecraft player for a long time, but I have no knowledge of the API and Protocols, as well as the implmentation of the server.
I'd like to get resources that I could learn about the server and hopefully fix bugs and add features at my spare time.

Have a nice day Smile


RE: MCServer development - xoft - 02-23-2014

Hi, and welcome.
Start at the project's GitHub page https://github.com/mc-server/MCServer , the Readme has some basic stuff, Compiling is useful in getting the entire thing to compile, so that you can test it out. The Getting-started file will help you get around the first steps and has a list of the useful resources. Feel free to ask questions, although we'd really appreciate if you first searched the forum, most of the questions have already been answered Smile
Good luck.


RE: MCServer development - Narroo - 02-24-2014

The API can be found here: http://mc-server.xoft.cz/LuaAPI/


RE: MCServer development - xoft - 02-24-2014

Narroo, that's Lua plugin API, probably not what he wanted to see as the first thing, since he says he's C++. Also, it's all in the Getting-started file in the repo.
https://github.com/mc-server/MCServer/blob/master/GETTING-STARTED.md


RE: MCServer development - Narroo - 02-25-2014

Whoops, sorry. I thought that's what he meant.