Skip to content

Releases: DaringShepard/MusicBox

Version 3.2

22 May 01:46
Compare
Choose a tag to compare
  • Migrated away from XSeries to use Paper's API. This should make the plugin a little more friendly to Minecraft updates as you hopefully won't need to recompile this plugin with the latest XSeries updates. An example of this was for the pale oak buttons for 1.21.4.
  • Reverted NoteBlockAPI to use the official 1.6.3 version instead of my 2.0 fork. I simply didn't want to bother maintaining an API that's actively updated, anyway.
  • Refactored MusicBoxSongPlayerModel to in attempts to make the songs sound less choppy/stutter-y with NBAPI 1.0. I think it sounds better? But it may be placebo. *shrug*
  • Adjusted the RadioPlayer (songs played with /musicbox) to use MonoStereoMode, this makes them sound way better. It still sounds bad when moving quickly (flying), but standard walking/sprinting is fine.
  • Changed the "plugin isn't loaded" message.
  • Removed some unused stuff from the maven file.

Version 3.1 - NoteBlockAPI update for 1.21.4

20 Jan 20:39
Compare
Choose a tag to compare
  • Updated the 2.0 branch for NoteBlockAPI, MusicBox should work again. This is a custom fork of NoteBlockAPI, which will be included in the download below.
  • Removed some unused dependencies and repositories.