Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/skytasul/jukebox
- Owner: SkytAsul
- License: mit
- Created: 2020-02-26T15:00:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T08:08:30.000Z (about 2 months ago)
- Last Synced: 2024-10-12T03:44:31.449Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 140 KB
- Stars: 22
- Watchers: 3
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```xmlcodemc-repo
https://repo.codemc.org/repository/maven-public/```
And this to your `dependencies` section:
```xmlfr.skytasul
jukebox
VERSION
provided```