Skip to content

Tags: DaringShepard/MusicBox

Tags

3.2

Toggle 3.2's commit message
Version 3.2

- Migrated away from XSeries to use Paper's API. This should make the plugin a little more friendly to Minecraft updates.
- 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.

3.1

Toggle 3.1's commit message
Version 3.1 - NoteBlockAPI update for 1.21.4

- Updated the 2.0 branch for NoteBlockAPI, MusicBox should work again. This will require a download of my forked version: https://github.com/DaringShepard/NoteBlockAPI
- Removed some unused dependencies and repositories.