Skip to content

oliverdunk/JukeboxAPI

Repository files navigation

JukeboxAPI Build Status

Java API and plugin for Jukebox, my web based music player.

Usage

Please see the SpigotMC resource for more information.

Support

If you need any assistance please email support@mcjukebox.net or join our discord: discord.gg/N3TMTCH.

Maven Repository

If you use JukeboxAPI as a dependency for your plugin you can add it directly with the latest Jar file from the releases page or as a Maven dependency.

First you need to add the GitHub Packages repository:

<repositories>
    <repository>
        <id>github</id>
        <url>https://maven.pkg.github.com/oliverdunk/JukeboxAPI</url>
    </repository>
</repositories>

Then you need to add the dependency, with the latest version from the packages listing.

<dependency>
    <groupId>com.oliverdunk.MCJukebox-plugin</groupId>
    <artifactId>mcjukebox-plugin</artifactId>
    <version>VERSION</version>
</dependency>