Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.28 KB

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 [email protected] 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>