Java API and plugin for Jukebox, my web based music player.
Please see the SpigotMC resource for more information.
If you need any assistance please email support@mcjukebox.net or join our discord: discord.gg/N3TMTCH.
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>