Skip to content

KozukiYOMA/JukeBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JukeBox

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

How does this differ from the original?

This fork is a customized version I modified for use on my server. This fork is fixes for some issues and a few customizations. If you wish to use it, please download the source code and build it yourself. As a rule, i don't submit pull requests to the original version for changes made to this fork, except for bug fixes.

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>

About

A Minecraft Spigot plugin which allows you to propose note block songs/musics to your players.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%