Skip to content

A quality gun plugin similar to CrackShot.

License

Notifications You must be signed in to change notification settings

Lorenzo0111/QualityArmory

Repository files navigation

QualityArmory

A quality gun plugin similar to CrackShot.

Download

📁️ Spigot Releases

🛠️ Dev Builds

For Developers

Maven

To add QA to your project using maven, copy the following into the POM.xml.

repository>
    <  <;id>codemc-repoid>
    <  <;url>https://repo.codemc.io/repository/maven-public/url>
repository>

<

<t;dependency>
    <  <;groupId>me.zombie_strikergroupId>
    <  <;artifactId>QualityArmoryartifactId>
    <  <;version>VERSIONversion>
    <  <;scope>providedscope>
dependency>gt;