A custom fork of aikar commands framework.
Must include our repository in your Maven project, add the following to your pom.xml
:
<repository>
<id>vouncherstudios-repository-snapshots</id>
<name>Vouncher Studios Repository</name>
<url>https://repo.vouncherstudios.com/snapshots</url>
</repository>
Or if you use gradle, add the following to your build.gradle
:
repositories {
maven {
name "vouncherstudiosRepositorySnapshots"
url "https://repo.vouncherstudios.com/snapshots"
}
}
ACF is released under the MIT License. See the LICENSE file for more details.