Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 442 Bytes

QualityArmory

A quality gun plugin similar to CrackShot.

For Developers

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

<repository>
    <id>QualityArmory-mvn-repo</id>
    <url>https://raw.github.com/ZombieStriker/QualityArmory/mvn-repo/</url>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>