Adding the Dependency
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to use the QualityArmory API you need to add the plugin as a dependency. Replace VERSION with the latest version:
To add QA to your project using maven, copy the following into the POM.xml.
Add the plugin as a dependency to your plugin by editing the plugin.yml
file by including the following line under the depend
section:
This ensures that your plugin will load after QualityArmory. If your plugin requires specific features from QualityArmory at runtime, remember to also use appropriate checks in your code to confirm that QualityArmory is enabled.