Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Akadeax/Melody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melody

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!

For developers

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.

Installation

Drop the provided melody.jar into your plugins folder. Done. :)

Okay... But how do I make songs?

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!

Great! but what now?

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!