Elevate your Discord server with custom messages, synced punishments, tickets, and leveling!
Replace VERSION
with the API version you would like. The badges above displays the latest versions available.
<repository>
<id>bluetree242-repo</id>
<url>https://repo.bluetree242.dev/maven-public</url>
</repository>
<dependency>
<groupId>dev.bluetree242.discordsrvutils</groupId>
<artifactId>core</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
repositories {
// Any other repository...
maven { url 'https://repo.bluetree242.dev/maven-public' }
}
dependencies {
// Any other dependency...
compileOnly 'dev.bluetree242.discordsrvutils:core:VERSION'
}
repositories {
// Any other repository...
maven("https://repo.bluetree242.dev/maven-public")
}
dependencies {
// Any other dependency...
compileOnly("dev.bluetree242.discordsrvutils:core:VERSION")
}
You also need to add DiscordSRV's dependency and repository, which you can find here
To contribute you can fork this repo and make changes on the develop
branch. And you can pull request to the develop
branch. Pull requests on master
will be denied and closed.