/DiscordSRVUtils

A DiscordSRV addon that adds more useful features to the bot

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Spigot modrinth Website

DiscordSRVUtils

Elevate your Discord server with custom messages, synced punishments, tickets, and leveling!

Modrinth Downloads Spigot Downloads

API

Version

Latest release Latest Development Build

Replace VERSION with the API version you would like. The badges above displays the latest versions available.

Maven

<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>

Gradle (Groovy DSL)

repositories {
    // Any other repository...
    maven { url 'https://repo.bluetree242.dev/maven-public' }
}
dependencies {
    // Any other dependency...
    compileOnly 'dev.bluetree242.discordsrvutils:core:VERSION'
}

Gradle (Kotlin DSL)

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

Contributing

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.

License

License