ericyoondotcom / MinecraftManhunt

Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
GNU General Public License v3.0
27 stars 7 forks source link

Make music configurable #77

Open RokoVidovic opened 5 months ago

RokoVidovic commented 5 months ago

Songs are pulled from config rather than being baked into the code, and if there is none in the config, it defaults to the default song. I'm not sure I did this in the best way, since I don't do that much plugin coding, but it gets the job done. If you see any possible improvements, do let me know, still learning!