Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 817 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 817 Bytes

JukeBox

JukeBox is a plugin that allows you to listen to music on your Minecraft server.

How to download?

The official page for this project is on SpigotMC.

Documentation

You can find various tutorials in the documentation page on SpigotMC.

Maven repository

Add this to your repositories section:

<repository>
	<id>codemc-repo</id>
	<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>

And this to your dependencies section:

<dependency>
  <groupId>fr.skytasul</groupId>
  <artifactId>jukebox</artifactId>
  <version>VERSION</version>
  <scope>provided</scope>
</dependency>