Cuberite Forum

Full Version: MCServer development
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
The API can be found here: http://mc-server.xoft.cz/LuaAPI/
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/bl...STARTED.md
Whoops, sorry. I thought that's what he meant.