Documented example mod/plugin/library for Pixelmon Reforged.
Includes information, useful methods, and implementation examples on pokemon, events, battles, economy, storage, and much more.
- For specific information head to Reforged's JavaDocs
- For Pixelmon game mechanic information head to Reforged's Wiki
- For downloads (including server jar) head to Reforged's Main Website
Details on Sponge's contributing guide
- Fork and clone the repository at https://github.com/TSEcho/PixelmonCookbook
- Create a branch with a descriptive but succinct name
- Make your changes to the code
- If you create an entirely new class, type out
/** @author <yourname> on <date> */
at the class header - Add and commit your changes to your branch
- Push to your changes to github
- Submit a pull request via github
- Your pull request will be approved shortly