# Adding your own songs!

So, if you see this page you either hate my music taste or just want more songs, this document will explain how to add or even remove your own songs!\
\
To add your own songs, look into the `/plugins/MusePluse/songs.yml` file!  You should see a bunch of songs but look at the one with comments all over it, it will look like this:&#x20;

```yaml
skaga: # the key of the song, must be one word
  Details:
    # Song name, supports color codes
    SongName: Skaga
    # Artist name, supports & color codes
    Artist: Alexander Nakarada
    # This can be any material, music discs have theyre gray lore removed!
    GuiMaterial: MUSIC_DISC_13
    # Permission is an optional field, doesnt need a musepluse prefix!
    #Permission: "musepluse.skaga"
    # Currently only youtube is supported
  YouTubeLink: https://www.youtube.com/watch?v=Wyx_XYITisE
```

The YAML document above has comments, make sure to read them! `YouTubeLinks` must follow the schema provided in the config above.\
\
Once you have finished adding the song to your songs.yml, simply start your server (If its offline) or use `/reloadmusepluse`&#x20;

{% hint style="danger" %}
Reloading is a VERY EXPERIMENTAL command, your server may experience some sudden spikes! This will be aimed to be fixed in a future update
{% endhint %}
