Skip to content

MobsManager - Contribution

Contributions are welcome.

If you want to improve the plugin, fix a bug, or refine the documentation, open a pull request on GitHub and explain clearly what changed and why.

Before Opening a Pull Request

  • make sure the project builds successfully
  • run the test suite
  • update the documentation if your change affects commands, configuration, compatibility, or behavior

Local Commands

./gradlew build
./gradlew test

General Expectations

  • keep pull requests focused and reviewable
  • preserve compatibility unless the change explicitly introduces a migration path
  • document important user-facing changes

For repository-wide contribution guidelines, see CONTRIBUTING.md on GitHub.