Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skytasul/jukebox

A Minecraft Spigot plugin which allows you to propose note block songs/musics to your players.
https://github.com/skytasul/jukebox

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.spigotmc.org/resources/jukebox-music-plugin.40580/).

## Documentation
You can find various tutorials in the [documentation page on SpigotMC](https://www.spigotmc.org/resources/jukebox-music-plugin.40580/field?field=documentation).

## Maven repository
Add this to your `repositories` section:
```xml

codemc-repo
https://repo.codemc.org/repository/maven-public/

```
And this to your `dependencies` section:
```xml

fr.skytasul
jukebox
VERSION
provided

```