Melody is a spigot plugin that allows you to play Music you (or others!) have composed in-game, for whatever purpose you would like!
Whether you want to play background music for your RPG, add some spice to your adventure map server, or simply want your players to be able to listen to music, Melody has you covered!
You want to interact with Melody in your own code? Awesome! we provide an API here that you can include in your plugin to interact with Melody.
We do not recommend depending on the same artifact that servers have to install.
Drop the provided melody.jar into your plugins folder. Done. :)
For now, we only support a rather hard to use CLI, but our way more user-friendly electron client will release in the future.
As soon as you have composed your track and exported it, you get your .melody file!
now you can place that .melody file inside of Melody's data folder (".../plugins/Melody/") and play it in-game, with "/play 'filename'.melody", or you load and play it in your own plugin through our API. Success!