Skip to content
Daniel Stephenson edited this page Oct 16, 2021 · 11 revisions

How can I help?

Internal Contributors

External Contributors

  • Fork the project.
  • Create a new branch. (optional)
  • Alter the code.
  • Open a pull request here.

What should I work on?

Guided

  • Want to fix some stuff? You can find bugs to fix here.
  • Want to improve the library? You can find planned improvements here.
  • Want to implement a new feature? You can find planned features here.

Unguided

  • If you find a flaw in the code or a bug, please create an issue here.
  • If you see a way for the code to be improved, feel free to create an issue here and tell us about it.
    • If you're feeling especially motivated, you're welcome to implement your idea(s) and submit a PR here.

Notes

  • Java 16 can be used to build the project.
  • This project uses the IntelliJ plugin Minecraft Development and Maven to compile its code.
  • Testing can be done by running a local spigot server with the compiled JAR in the plugins folder and checking the console.

Clone this wiki locally