.. _developers: Developers Information ====================== Contributing Code ----------------- * Use the `Pull Request system `_, your request will be checked and discussed. * Create a single branch for that pull request * Code using the syntax as in PocketMine-MP. See below for an example. * The code must be clear and written in English, comments included. :doc:`git` Check the `Contribution Guidelines `_ on github for more information. *Thanks for contributing to PocketMine-MP!* API Documentation ----------------- Read the documentation on `docs.pocketmine.net `_ or the latest on `jenkins.pocketmine.net `_ Extending PocketMine-MP ----------------------- PocketMine-MP has an API that you can use to add new things. For more information look at the :doc:`plugins ` page.