Skip to content

Java API for Jukebox, my web based music player.

License

Notifications You must be signed in to change notification settings

MCEventSuite/JukeboxAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>

About

Java API for Jukebox, my web based music player.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%